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

Search results

  1. A

    Apps Multiple List-Item Layouts in One ListView

    Hi there, I'm trying to write a ListActivity that displays heirarchical information in the following manner: The first item in the list displays the current node in a tree of items. The second item displays information about the parent of the current node (if any). Every following item...
  2. A

    Apps TextView, setText() not working with Timer

    Hi all, I just started working with the Android SDK. I've read up on a bit of the literature at developer.android.com but coudln't wait to get my hands dirty writing some code. Well, dirty they are... I'm trying to write a simple toy application that updates a string every second with the...
  3. A

    TextView, setText() not working with Timer

    Woops, posted this in the wrong place. Link to the current thread below: http://androidforums.com/android-developers/51563-textview-settext-not-working-timer.html
  4. A

    TextView, setText() not working with Timer

    Hi everyone! I'm new to Andriod - I'll be working with it for a school project over the next month and a half and will continue working with Android if it doesn't drive me completely crazy by the end of the semester :) I know C++, Java, Actionscript 3, Javascript (w/ jQuery), HTML, and CSS...