Doesn't seem to be covered in the books Ive looked at.
How to do 'busy' animation in Android?
22.7k Views Asked by Eno At
2
There are 2 best solutions below
0
Moritz
On
Try to use a progress dialog: http://developer.android.com/reference/android/app/ProgressDialog.html
Related Questions in ANDROID
- Delay in loading Html Page(WebView) from assets folder in real android device
- MPAndroidChart method setWordWrapEnabled() not found
- Designing a 'new post' android activity
- Android :EditText inside ListView always update first item in the listview
- Android: Transferring Data via ContentIntent
- Wrong xml being inflated android
- AsyncTask Class
- Unable to receive extras in Android Intent
- Website zoomed out on Android default browser
- Square FloatingActionButton with Android Design Library
- Google Maps API Re-size
- Push toolbar content below statusbar
- Android FragmentPagerAdapter Circular listview
- Layout not shifting up when keyboard is open
- auDIO_OUTPUT_FLAG_FAST denied by client can't connect to localhost
Related Questions in ANIMATION
- Animation in Java on top of JPanel
- Unexpected CALayer Vertical Flipping on 3D Rotation 'Bounce'
- Removing flashiness/ shakiness from scrolling text
- Animation text fade-in other text
- iOS UITableViewCell setSelected:animated: always has animated = NO
- Animation Trigger (Storyboard + Trigger) in C#
- How to animate a ball along the curved path using css3 animation?
- Animation issue on iOS 7 but not on iOS 8
- Asp.net /JQuery to show/hide animated gif before download
- Set animation YDelta in Java class?
- CSS Transition Animation Content Overlapping
- jQuery background animation - better performance
- Android listview top to down animation flashing when animating?
- How can i do a fill animation in Xamarin.Forms
- Create Page custom animations in Windows Phone 8.1 (Windows Runtime)
Related Questions in BUSY-CURSOR
- Swing goes into the wait state after locking unlocking through glasspane
- Avoid hourglass after calling CreateProcess
- Wait cursor and disable java application
- How to increase the size of the busy cursor in flex mobile
- Getting the browser cursor from "wait" to "auto" without the user moving the mouse
- Android - what busy marker for individual rows in ListView
- Cursor not returning to its default State
- How to do 'busy' animation in Android?
- Make mouse with busy icon (C#)
- Loading Image is not showing
- Disable object, during busy cursor showing
- Mac OS X: what causes the spinning beach ball?
- Setting waitcursor on glasspane doesn't work in Dialog
- Page not updating during busy javascript code
- JSP + Busy Status on page load until all is loaded
Related Questions in BUSYINDICATOR
- Cordova Database: Orchestration not quite clear -> handler for any result needed
- Asp.net show waiting indicator while refresh page (F5)
- SAPUI5 Busy Indicator - Change standard color?
- c# WPF busyindicator for new window
- Busy indicating modal dialog doesn't cover BottomAppBar
- AIR Application enabled=false not processed (Busyindicator)
- Show BusyIndicator from WPF.ExtendedToolkit in Caliburn.Micro
- Flash Workers - Can They Display Images/UI
- Binding a UserControl to a custom BusyIndicator control
- Disable form when loading in jQuery mobile
- QTimer is not triggered immediately after completing Blocking task
- Caliburn.micro show busy indicator when loading controls
- Silverlight 4, XAML: How to extend <toolkit:BusyIndicator> to several grid columns?
- Faulty border lines around SAPUI5 BusyIndicator
- How to Show Rad Busy Indicator without Async Call
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
In addition to the progress dialogs described in the other answers, you can:
ProgressBarto your activity, as shown hereRotateAnimationand your own custom image