About 50 results
Open links in new tab
  1. javascript - how to add a loading "spinner" - Stack Overflow

    See below. Instead of a spinner, first send a low resolution (consider B&W too) of the image. This SO question tells how. Spinners for image loading A problem with showing a spinner while you're waiting …

  2. How to enable loading spinner in power apps, when user open the app?

    Apr 9, 2022 · It takes too long to load data in power apps when the user opens them. Is there any way to load the spinner automatically when the user opens the app, and it should stop when the data is …

  3. How to add items to a spinner in Android? - Stack Overflow

    Mar 9, 2011 · For adding item in Spinner, you can do one thing, try to create an adapter and then add/remove items into the adapter, then you can easily bind that adapter to spinner by using …

  4. How to change spinner text size and text color? - Stack Overflow

    Feb 28, 2012 · In my Android application, I am using spinner, and I have loaded data from the SQLite database into the spinner, and it's working properly. Here is the code for that. Spinner spinner = …

  5. How can I get an event in Android Spinner when the current selected ...

    Perhaps someone can add how to disable a particular item for a spinner? Generally speaking, since a spinner selection may execute a repeatable event (like starting a search), the lack of possibility to …

  6. android - How to create a drop-down list? - Stack Overflow

    Nov 14, 2012 · How can I create a drop-down list? I've tried a ScrollView but it's not exactly what I need.

  7. android - Get spinner selected items text? - Stack Overflow

    Apr 26, 2011 · How to get spinner selected item's text? I have to get the text on the item selected in my spinner when i click on the save button. i need the text not the Index.

  8. c# - WPF loading spinner - Stack Overflow

    The goal is to display the information that the application is working. So I'm looking for an intelligent implementation sample of a loading spinner using WPF / MVVM.

  9. Blazor not showing spinner when page loads - Stack Overflow

    Aug 12, 2025 · I have created a Blazor application that uses Authentication Type = User Accounts I have added a new menu item to the account area. This new area has a spinner that is shown until …

  10. Blazor .NET Show loading spinner on UI while doing a heavy query in ...

    Nov 21, 2022 · Blazor .NET Show loading spinner on UI while doing a heavy query in background Asked 3 years, 1 month ago Modified 1 year, 3 months ago Viewed 18k times