Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Blog Reader Android App Exploring the Master-Detail Template Creating a Project Using the Master-Detail Template

Toltec beginner
Toltec beginner
1,579 Points

minimum sdk 11

Hi, i tried to connect my first generation kindle tablet but i see it has version of 10 and does not allow me to run the app on kindle tablet? anyway can i tweak it to run on my kindle device or does it have to be sdk 11 and higher ?

3 Answers

Toltec beginner
Toltec beginner
1,579 Points

yep.. well its with the CreateActivity template... i verified and if we go with FullScreen Template its doing ok on kindle android 2.3 , so i believe Master/Detail template only works on API level of 11 or higher...

nwaz i will try and emulate different Templates once i get this app working with Master/Detail template..

Thanks

The master detail template uses the ActionBar so you could implement something like ActionBarSherlock or ActionBarCompat and that will allow you to use Master/Detail on 2.3 of android.

I've had to do the same... and it takes a little bit of work on your part. The instructions are pretty nicely laid out here by Amazon.

http://g-ecx.images-amazon.com/images/G/01/sdk/Connecting_your_Kindle_Fire_to_ADB.pdf

Toltec beginner
Toltec beginner
1,579 Points

Thanks Ernest :)

yeah am able to run the crystal ball app on my kindle but not the blog reader one... ( MasterDetailExample) .. i believe the min API level has to be 11 where as my kindle API is at 10...

anyway that i can tweak my kindle to upgrade ?

You can check for updates on the tablet, or you can venture into the realm of putting a new OS on your tablet!

Another challenge would be to figure out how to get the Blog reader app to have compatibility with android 2.3 and above!