spinner Questions
4
Solved
I have subclassed UIRefreshControl to make my own, and I can manage everything except one thing :
The default spinner is always visible, and is of course in the middle of everything I've done in m...
Envy asked 1/10, 2015 at 16:25
12
Solved
I have a OnItemSelectedListener for my Spinner, but it is not called when the selected item is the same as the previous one. Apparently the OnClickListener is not an option for a Spinner.
I need to...
Bina asked 1/6, 2012 at 16:46
13
Solved
I would like to show the user with a spinner, that something is done in background but do not know how this works in a batchfile.
Does anyone have a clue?
Sldney asked 15/12, 2008 at 11:10
28
I have implemented the spinner by populating the array list through database.I can get and show the array list in my spinner array adapter but if I select the item in spinner it does not shown in s...
26
Does anyone know how can I change mat-spinner color in Angular Material?
Overriding css doesn't work. I tried changing color in material files but they can only be imported, I can't change anything...
Bimonthly asked 14/2, 2018 at 11:24
15
Solved
4
Solved
I'm using spinner and want to add spinner - to change behavior depends of states(focused, pressed)
sample project is here https://github.com/vovs/spinner_issue
My code:
activity_main.xml
<Sp...
Zucchetto asked 6/2, 2013 at 20:7
5
Solved
The default spinner behavior is that when it's "closed", longpressing on it will "open" it and show you the dropdown view. I find this behavior to be potentially very problematic for the user. For ...
Corelation asked 13/1, 2015 at 13:25
11
Solved
my background for my fragment is white, and the arrow for the spinner does not display unless I click on it.
This is the snippet from my Java file:
spinner = (Spinner)v.findViewById(R.id.spinner...
4
Solved
I'm talking about an icon that is displayed on a tab during page loading.
Chrome:
Firefox (with TreeTab plugin):
You get the idea. I want to make it seem like the page is loading, when it's...
Whist asked 1/9, 2016 at 10:43
7
I need to show the spinner till the data is fetch from the httpclient. But the spinner is not showing.
I just need to show spinner or loader until the data comes from API so user can see the data ...
10
How do you create the setError() (similar to that of a TextView/EditText) function for a Spinner? The following doesn't work:
I tried extending the Spinner class and in the constructor:
ArrayAdap...
3
I am using below code to create a simple Spinner (only single selection is allow)
But now i would like to know how can i use spinner to make multiple selection, I know i can achieve this using Dia...
16
Solved
I have a spinner which I am showing in a dialog view, and the moment the dialog starts onItemSelected is called. I don't really want to process this but only when user makes the selection. So I eit...
Chesna asked 26/2, 2011 at 3:24
9
Solved
Angular 5 Material Spinner is not working
app.module.ts
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
@NgModule({
imports: [
MatProgressSpinnerModule
]})
com...
Gape asked 12/2, 2018 at 5:59
3
I introduce a Spinner in my widget, and I want to perform some action every time I chose a different value from it.
Is it possible?
I only seem to get events on_press and on_release, but they are...
4
I think Android developers are kidding us. First they removed the real spinner from the Material Design and second it is somehow impossible to style. Look at this image. I looks really good ALMOST!...
Gardal asked 17/5, 2020 at 16:58
8
I have a spinner with some items (strings).
I want to add the selected items to a list. I read online that I should use the onItemSelectedListenerrather than the onItemClickListener.
I implemented...
2
Solved
I have a Spinnerin my Activity and I define an OnItemSelectedListener in OnResume:
spinner.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() {
@Override
public void onItemSelecte...
Schubert asked 7/7, 2019 at 21:32
4
Solved
I load the data in my material table like that :
ngOnInit(){ return this.annuairesService.getMedecins().subscribe(res => this.dataSource.data = res);}
I want show the spinner when is loading...
Stylographic asked 26/7, 2018 at 8:54
13
Solved
Just wondering how you handle the following problem: a result is calculated depending on two spinners' selected items. To handle the UI things, i.e. a user picks a new item in one of the spinners, ...
5
I'm having problems when using android:enabled="false", it's not disabling the component in the case it's a spinner. Don't know if it's relevant, but it belongs to a layout that's part of a viewfli...
3
Solved
I would like to make a spinner to enter the time just like this : Youtube Vidéo
If someone knows where the source code is hiding, it would be perfect.
But if not, I would like to try and implement...
3
Solved
I have a React app which makes a call in useEffect to my API which returns a list of URLs to use as imy image srcs.
I am using react-loader-spinner to show a loading spinner component while my ima...
6
Solved
I am populating a spinner from the database like this
// Populating the City Spinner
Cursor cities = db.cityList();
startManagingCursor(cities);
// create an array to specify which fields we ...
Men asked 28/4, 2011 at 12:48
1 Next >
© 2022 - 2025 — McMap. All rights reserved.