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

Android 5.1 - Api Level 22

Ben Junya
Ben Junya
12,365 Points

Good stuff! Thanks for this! Dual sim looks pretty awesome.

Also, for you camera aficionados out there -

android.hardware.camera is now deprecated. Use android.hardware.camera2 instead! The library is still a little funky, so if you're targeting API 10-21, you can probably get away with android.hardware.camera for a while, but this is just good to keep in mind for future releases.

ActionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS) is now deprecated too. A good alternative ie ViewPagerTabStrip - I used this tutorial to help me get it running on one of my apps I'm building with a friend. You can check it out here: http://www.androidbegin.com/tutorial/android-viewpagertabstrip-fragments-tutorial/