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

Search results

  1. O

    Apps Displaying a Button and EditBox after a ListView

    Hi, i'm new to Android and having a lot of trouble displaying a Button and a EditBox after a Listview. I've attached a sample paint image of what i'm trying to achieve and included my code below. Any help would be appreciated. Thanks :) My XML File: <?xml version="1.0"...
  2. O

    Apps Handling sub menus from a Listview?

    Hi All, I'm very new to Android and need some help with an App i'm developing. I have 4 arrays defined in an XML File in the res/values folder of my project in Eclipse. The first array is contains 3 items which is displayed in a ListView as part of my Main Menu which is a ListActivity. For...