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

Search results

  1. L

    Apps TableLayout in loop

    Ok, im hoping this will be quite an easy thing for somebody to answer.. This works :- public void updateDisplay() { item=0; myTableLayout.removeAllViews(); TableRows[item].addView(ProgressBars[item])...
  2. L

    Apps ArrayAdapter and ListView help!

    I am at a dead end, I just can't quite seem to figure out exactly what I need to do. What I want is simply to put a control (progres bar, button etc) into a listview. Thats it! I have tried all the 'simple' examples for adding a string array, but that obviously doesn't help me add controls...
  3. L

    Apps ArrayAdapter question

    As im new, i'm obviously trying to learn and figure everything out still.. I'm simply trying to update a listview... I created ListView01 on my main.xml . Then using various examples, i have the following code.. public class UItestAct extends ListActivity { /** Called when the activity...
  4. L

    Apps Question on objects in array.

    Hi, I'm new at java, so please excuse my terminology! I also cant remember the exact code off the top of my head, so you will have to guess what I mean if its wrong :D Basically I want to create multiple objects of the same class, but I also want to keep a reference/track to each one. What...
  5. L

    Copyright information

    My first post, so thought I would just hello first off! I have just started learning java, specifically to try and a learn a little about the android applications and development side of things. I did try a search but didn't find much, not using 'copyright' anyway. All I was really curious...