Rotating image. Animation list or animated rotate? (Android)

前端 未结 6 807
甜味超标
甜味超标 2020-11-30 21:17

I want to create a rotating progress image, and wonder what\'s the best way to proceed. I can make it work with an animation list with for example 12 images changing every 1

6条回答
  •  时光说笑
    2020-11-30 21:56

    see examples here http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/index.html

    specifically: Progress Bar

    1. Incremental Demonstrates large and small rotating progress indicators that can be incremented or decremented in units.
    2. Smooth Demonstrates large and small continuously rotating progress indicators used to indicate a generic "busy" message.
    3. Dialogs Demonstrates a ProgressDialog, a popup dialog that hosts a progress bar. This example demonstrates both determinate and indeterminate progress indicators.
    4. In Title Bar Demonstrates an Activity screen with a progress indicator loaded by setting the WindowPolicy's progress indicator feature.

提交回复
热议问题