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

Search results

  1. R

    Apps Update Developer Phone's Platform

    Hi, I am trying to test my application on a Developer Phone that I recently purchased. My application uses Android 2.1, but the phone only has Android 1.6. My phone doesn't have a SIM card or any service. Is there a way I can update my phone's platform without this? Thanks in advance!
  2. R

    Sup guys

    Hey dudes, Glad to be here. I am a novice programmer with android application aspirations.I hope a can learn from and contribute to these forums.
  3. R

    Apps Rotating Drawables

    A simple question: I am working on a game in which I have many Drawables that are drawn to a canvas. What is the easiest/most efficient way to rotate my drawables in the onDraw method. I have been trying this code and have achieved undesired results: canvas.save()...