Actually just the .apk binary with a description of what to look for should
be sufficient initially.

On Fri, Jan 28, 2011 at 7:13 PM, Dianne Hackborn <[email protected]>wrote:

> It's not by design.  If you could me code + an .apk that runs on both GB
> and HC and tell me what to look for in different behavior between the two, I
> can take a look.
>
>
> On Fri, Jan 28, 2011 at 1:43 PM, Streets Of Boston <
> [email protected]> wrote:
>
>> I have this piece of code:
>>
>>  final LayoutInflater liCloned =
>> LayoutInflater.from(this).cloneInContext(this);
>>  liCloned.setFactory(new KMInflaterFactory());
>>  return liCloned;
>>
>> It returns a layout-inflator with my own custom factory
>> 'KMInflatorFactory'.
>> The KMInflatorFactory's method 'onCreateView' is never called (i tried
>> both target-sdk-version of "8" and "Honeycomb").
>>
>> Is this by design or a bug in the preview-SDK?
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]<android-developers%[email protected]>
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>
>
>
> --
> Dianne Hackborn
> Android framework engineer
> [email protected]
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails.  All such
> questions should be posted on public forums, where I and others can see and
> answer them.
>
>


-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to