Yeah just send it to me e-mail address. Thanks! On Mon, Jan 31, 2011 at 7:59 AM, Streets Of Boston <[email protected]>wrote:
> Hi Dianne, > > I haven't made an apk yet (i can't send you our entire app, my boss > would kill me :-)), but when i do send the apk-sample, where do i send > it? To your e-mail address? > > > On Jan 29, 10:23 pm, Streets Of Boston <[email protected]> > wrote: > > Thank you Dianne, > > > > When I get back to work, I'll give you an API with that problem. > > > > On Jan 28, 11:39 pm, Dianne Hackborn <[email protected]> wrote: > > > > > > > > > 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]><android-developers%2Bunsubs > [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.- Hide quoted text - > > > > - Show quoted text - > > -- > 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. -- 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

