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

Search results

  1. D

    Apps Positioning an image over an exisiting image?

    End Goal: A speedometer style dial with a needle that moves according to the results it is passed 1st Step: All I'm looking to do to start with is position the needle on top of the speedometer. They are two seperate image files so one needs to overlayed on the other is a specific position. Any...
  2. D

    Apps Android Plugin for Eclipse

    I'll get straight to it, I get this error when trying to install the Android plugin for Eclipse. I have read loads of forum posts regarding this error over the last few days and nothing has helped. I have the latest JDK and Android SDK installed. I am using Eclipse Version: 3.5.0 Build id...
  3. D

    Apps Chronometer help

    The code I have so far is: import android.app.Activity; import android.os.Bundle; import android.widget.Chronometer; import android.widget.Chronometer.OnChronometerTickListener; import android.widget.TextView; import android.os.SystemClock; public class Test extends Activity {...
  4. D

    Apps Simple counter mechanism?!

    Hi, I'm looking to (when a button is clicked) start a counter that starts at 0 and goes up in increments of 1 indefinitely (or to a fixed number). Sounds simple but I'm very new to this and can't figure it out. Any help would be great. I have a basic GUI set up and just need the start...
  5. D

    Simple stopwatch style code needed

    Hi all, I'm trying to do something really basic as a starting point for something else. What I need is when I press a button I would like to move to a new page with just a number that starts at 0 and increments up indefinitely. Or increments to a predefined number. thanks for your help