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

Search results

  1. Tollas

    Apps Finish activity from another activity

    I have 3 activities, activityA, activityB & activityC. I want to add a menu button NEW SEARCH that will destroy/finish all 3 and start a new activityA. I do not want to finish the activities as they process as I want the user to be able to navigate between the 3 unless the NEW SEARCH menu...
  2. Tollas

    Apps Set a background based on user input

    I've searched high and low for a way to do this, but have come up with nothing. I want to have a button on my main screen (button1). When button1 is pressed, it takes me to a 2nd screen with multiple buttons. When a user presses a button on that screen, it goes back to the main screen and...
  3. Tollas

    Apps ImageButton not displayed

    I'm having troubles getting an image to display as an ImageButton. The button is there, but no image is displayed. This is true on another screen that uses the image as well. It's just a blank spot. Eclipse layout shows the button image, but the emulator does not. I've used a different...