• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. C

    Apps How can I use my variables from my custom adapter?

    I am using a list view and creating a custom adapter. I am trying to get information every time the button is clicked. The button being declared is connected with each item in the list view. How can I use that button variable so that I get the actual button being used and not just the first...
  2. C

    Apps Help creating a social network layout

    I am creating a simple social network. I am really having trouble on creating a layout to put all the content that a user posts. I am trying to use some type of grid layout or something to display all the posts. Right now I am getting all my information from two arraylists. One arraylist...
  3. C

    Apps $_SESSION not working with Android application

    I am trying to store the logged in user in a new session, get the info from the database, put it to a json array, then get the array in android and display the results in a layout. When I run the app however, the array being returned from the php file is empty. If I am to test the php file...