There is a listview in my app, where I show a drawable for each item; since I retrieve those drawables from the internet it takes some times to load them, so I'm supposed to show the user a little indeterminate progress cycle for each drawable, until I got the picture. My question is: what should I show in the meantime? I mean, should I show an animation into the drawable (is it even possible?) or a progressbar overlapped to the drawable? There are fields of tutorial which explain how to create and customize a progressbar, but I wasn't able to find a guideline about what's best to do in these cases... Thank you for your answers.
Should I show a progressbar or a drawable for each item of a listview?
257 views Asked by user1012480 At
0
There are 0 answers
Related Questions in ANDROID
- Creating global Class holder
- Flutter + Dart: Editing name of a tab shows up a black screen
- android-pdf-viewer Received status code 401 from server: Unauthorized
- Sdk 34 WRITE_EXTERNAL_STORAGE not working
- ussd reader in Recket Native module
- Incorrect display of LinearGradientBrush in IOS
- The Binary Version Of its metadata is 1.8.0, expected Version is 1.6.0 build error
- I can't make TextInput to auto expand properly in Android
- Creating multiple instances of a class with different initializing values in Flutter
- How to create a lottie animation
- making android analyze with coverity sast tool
- Flutter plugin development android src not opening after opening example
- I initialize my ViewModel in the Activity with several fragments as tabs, but the fragments(tabs) return null for the updated livedata
- Node.js Server + Socket.IO + Android Mobile Applicatoin XHR Polling Error...?
- How I can use the shared preferences class?
Related Questions in DRAWABLE
- Android - Why my app picks values on default folder (instead XXHDPI)
- Design Chat message background with tail in android xml
- How to give shape to view in adnroid
- problem converting a drawable to an image with JUCE
- Load API based drawable in Compose
- Picasso FileNotFoundException image from contacts in Jetpack compose
- How to change image dynamically in drawable folder in Android studio?
- android drawable border remove bottom line
- Convert SVG to drawable/canvas for GraphicsView in .NET MAUI app
- PNG image is deleted from drawable file but is still giving an error
- Set background to gradient animation drawable not work
- Button drawable background
- Some phones incorrectly setIcon to submenu
- Xamarin.Android Switch -Set colors of thumb and track drawables
- Changing color of android:drawable according to light mode or darkMode
Related Questions in ANDROID-PROGRESSBAR
- How to make match the progress bar circle to the background?
- How to customize a ProgressBar in Android xml?
- Changing the Color of the Custom Progress Bar Programmatically - Solved
- Wave like seek bar for music player app in android jetpack compose
- Android Studio Progress Bar not updating correctly
- Android Studio Progress Bar Orientation not saved
- Struggeling with Anroid Studio Kotlin ProgressBar uneven filling animation speed
- How to set progress for the ProgressBar after using the Power button?
- Progress bar from 0 to 100 in 4 seconds
- CurrentPosition of Media player restarts to zero while playing in Kotlin
- Method in Custom layout not working when calling from fragment, but same method works (as xml attribute) for custom styleable
- How can I create a stepper progreesbar for traversing through different screens using android jetpack compose?
- Why my ProgressBar is showing up after inline coroutine function, instead of before?
- Is it possible to change the colour of ProgressBar in Android?
- How to create custom progressbar with indicator points using Kotlin
Related Questions in ANDROID-GUI
- Playstore reported crashes that are not linking to app codebase (ssize_t BitTube::recvObjects)
- Evenly positioned Cardviews in Gridlayout
- Display a list in a gui - java/Android Studio
- Purpose of isChecked()
- Views are truncated when trying to add them at the same row using ConstraintLayout
- Building graphics UI in Android NDK
- Increasing size of clickable area of RadioButton
- Unable to create/update GUI from class other then MainActivity class
- How to place two views inside a layout in the exact same position and size ratio?
- How to precislely place android GUI components for uniform display on most of the screen resolutions?
- Is SharedPreferences a safe way of sharing settings between a service and the UI?
- How to do GUI stuff in background? (Android)
- Android RelativeLayout fix imagebutton width
- How to make some part of text bold and some part of text normal in both EditText and TextView
- How to resolve a scale table with different screen sizes?
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?
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)