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

Recent content by christiaan89

  1. C

    Apps Can't get info back into android app from php webpage

    Hello My english is very bad, so i hope you understand. I make my own apps, and most off the time in fragment activities On my website i have a php script, that will check if the username and password is correct filled in in the application. I hace to get back from the website the userID...
  2. C

    Trouble with programming navigation drawer in android studio

    Hello all, I can't get a simple widget working in a navigation drawer project in Android studio. I want when the user clicked on the ImageView that the number in textView1 is increaesed by one, and that the next image will be shown. how can I get that work!