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

the selection checkbox doesn't show with list of friends!

When i run Ribbit app , and goes to edit friends option , here it's show list of users but doesn't with selection option like arrow in ben's video. what's may be wrong?

Harry James
Harry James
14,780 Points

Hey Abdul!

In order to see what's going wrong here, we need to be able to see the code you've written. Here are two options:


Preferably, I ask that you provide your project files here. This will allow me to view all of the code you have written and see the problem you are having for myself. I'll then be able to trace down where the problem lies.

To do this, right-click on your project in Android Studio and press Show in Explorer. Then, upload your project directory into a service like Google Drive, Mega.co.nz, SkyDrive or another service of your choice.

Then, share the project via a URL and I'll download it and try and reproduce your problem, then find a solution.


Alternatively, provide individual code files here

Some people prefer not to share their project, whether this be that they have a private project, don't wish to register for accounts on third-party services or for some other reason. I understand if this is the case so, please just instead copy and paste your code onto these forums.

Right now, it would help me out to see your

  • mOnClickListener variable declaration.
  • onCreateOptionsMenu() method.

I'll then take a look to see if anything stands out to me.


Thanks in advance and I hope to get back to you soon :)