Re: [android-developers] Best practices for tablet-centric development

2011-03-11 Thread Chris Stewart
> > > http://blog.radioactiveyak.com/2011/02/strategies-for-honeycomb-and-backwards.html Thanks for the link TreKing, very helpful. -- Chris Stewart http://chriswstewart.com On Thu, Mar 10, 2011 at 5:21 PM, TreKing wrote: > On Thu, Mar 10, 2011 at 3:59 PM, Chris Stewart wrote: > >> You'd t

Re: [android-developers] Best practices for tablet-centric development

2011-03-10 Thread TreKing
On Thu, Mar 10, 2011 at 3:59 PM, Chris Stewart wrote: > You'd then need to maintain two sets of Activities in your code base (one > for each view, for each Activity), but at least you're simply implementing > functionality from your service layer in those instead of duplicating > everything if you

[android-developers] Best practices for tablet-centric development

2011-03-10 Thread Chris Stewart
I'm beginning to investigate bringing an application to the tablet form factor, the idea being the tablet is the primary platform of focus. I understand that Fragments are the way we should be developing applications moving forward to accommodate both phones and tablets, but perhaps my knowledge o