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 Using Intents to Display and Share Posts Easy Sharing with Intents

Nathan Fuller
Nathan Fuller
560 Points

Testing on Android 4.4.2 - Samsung Galaxy S4 -- multiple issues

  1. Icon does not show up in top left corner -- I'm guessing this because Samsungs implementation of the action bar menu is a little more complicated. The share option was found in the menu however.

  2. When I do press share, the chooser shows up but only lists the following apps installed on my phone: PushBullet, Google Drive, Email, Gmail, HipChat. It does not show Facebook or Twitter -- why is that? Is there a way I can specifically hard code which apps show up in the chooser?

Thanks!