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.

Since Kindle Fire is not on HoneyComb, should I just build a standard app for the Kindle Fire? I have made multiple Android phone apps, but never a tablet app. But it appears to me that Kindle won't use things like fragments?

What considerations should I take in designing an app FOR the Kindle Fire outside of what I already know in designing phone apps?

I read the Amazon docs, but couldn't really find any specific development info.

share|improve this question

2 Answers

up vote 0 down vote accepted

Fragments are in the Android Compatibility Library. From a technological standpoint, a tablet app is just an app. You just make use of the larger screen real estate. You can get started in the usual Android docs.

share|improve this answer

This is not an answer, since I've yet to get a Fire for testing, but I'm supposing that you can use Android's "Support Package" to use fragments since it's Gingerbread.

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.