Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i am looking for a sample app that can be run on a phone and on a tablet, and have very different UIs. specifically, I am looking a good way to structure it and how to decide when it's a tablet app.

share|improve this question
structured in different way how? the best way to have an app work on phones and tablets is to use Fragments to make use of the tablets larger screen space. If they are too different, they may as well just be 2 different apps. no point in having an app with a massive load of tablet resolutions images and code if its going to make the app large for a phone, and slow if it spends too much time checking what is supposed to be displaying – Glenn.nz Nov 8 '11 at 23:11
1  
Have a look at the source of the Google I/O app. – user658042 Nov 8 '11 at 23:12

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.