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

Search results

  1. V

    Apps App wont exit correctly

    Hi There. I am building an app called spam, it is a mini game. But when I try to kill the program with It comes to a menu saying Accessibility Settings. and not to the menu screen like it should. How do I fix this? Thanks, Josh
  2. V

    Apps Button onClick setText causes Crash ?

    Hi there. I am trying to set the Text of a Text View when a button is clicked. I have been struggling, because the variable will increment, but If i put the code in to set the text, it crashes the app ? Here is my code when it crashes: however if I comment out the line , the app...
  3. V

    setText on Button Click Crashes APP?

    Hi there. I am trying to set the Text of a Text View when a button is clicked. I have been struggling, because the variable will increment, but If i put the code in to set the text, it crashes the app ? Here is my code when it crashes: however if I comment out the line , the app...
  4. V

    Apps Declaring Items Causes Crashes

    Hi There. I am trying to build a game called 'spam' where you hit the button as much as possible in the given time. however, in the game class, it will run fine if I dont declare the actual spam button and the textviews that I want to change (score and time left). I am using When I dont declare...