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

Search results

  1. I

    Apps Buttons And Tabs

    I am working on an app, and i have a strange problem. In my main class (Event) it extends tabactivity, because it needs to initialize the tabs. So in my 2nd class (buttonManager) i have the code for when the buttons are pressed that they will switch the view to the appropriate layout. The...
  2. I

    Apps Notification question

    I have been working on an app and i need to get data somehow to find out if A. The user has any new messages and B. If the user has any new voicemails I was thinking of doing this through either fetching if there were any new alerts concerning this data, or retrieving the data via interpreting...
  3. I

    Apps Multiple tabs

    I was wondering if it was possible to have multiple rows of tabs. Like have one row being the main categories and then each tab has sub tabs that lead into different things.
  4. I

    Apps Radio Button state

    Right now I am working with radio buttons and many other UI elements, and I was just wondering how I could take the state of the radio button, and put it into a boolean where I could easily access it and use that data.
  5. I

    Apps Text box question

    Hi, I was just working on an app, and I noticed that I could use the Edit Text in the layout to create a place for the user to input text. There is only one problem, how would you access that text and put it into, say a string? Thanks in advance!