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

Search results

  1. D

    Apps How do you pass variables between classes?

    What intents do I use to pass a variable to another class? And also which intent do I use to receive it? thanks
  2. D

    Apps Help going from list view, to relevant text view.

    I'm trying to figure out how to have the user presented with a 'list view' of several options, than by clicking on one of the items have it open up a text view on a new screen with the relevant text. The problem I'm having is passing the variable to another class. It's my understanding that...