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

Search results

  1. K

    Apps how to change speed animation at run-time?

    i have a list sprites in drawable folder. One xml file with: <?xml version="1.0" encoding="utf-8"?> <animation-list xmlns:android="http://schemas.android.com/apk/res/android" > <item android:drawable="@drawable/fire_00000" android:duration="400" /> <item...
  2. K

    [Help]How to change icon when rotate the screen on android emulator

    How to change icon when i rotate the screen of android emulator?:confused: i writting a app on eclipse, i want to do this. Help me!