spinner
How to change the text size and orientation of a spinner
I need to change the text size and orientation of the selected item shown on a spinner, but also I need to continue using the default layout开发者_JAVA技巧 for the spinner: android.R.layout.simple_spi[详细]
2023-03-22 18:07 分类:问答Android Spinner OnItemSelectedListener not working accurately
I have created a Spinner and activated the listener: customerListSpinner.setOnItemSelectedListener(new OnItemSelectedListener(){[详细]
2023-03-22 09:49 分类:问答Android: How do you create spinners that look the same in an activity?
Edit: Fixed it by using the same adapter on both spinners. I have two spinners in an activity and they look completely different. One looks like its touch friendly and the other doesn\'t. How do I ma[详细]
2023-03-22 06:38 分类:问答My Android spinner works without an ArrayAdapter...why?
Will I come to the heaven or to the hell? As I had to populate 5 spinners, I tried very compact code. I didn´t understandwhy I should use a ArrayAdapter, so I simply dropped it out, in spite all tuto[详细]
2023-03-22 04:15 分类:问答How to insert extra elements into a SimpleCursorAdapter or Cursor for a Spinner?
I have a Spinner which is to show a list of data fetched from database. The data is returned to a cursor from query, and the cursor开发者_Python百科 gets passed to spinner\'s SimpleCursorAdapter. It i[详细]
2023-03-22 00:56 分类:问答How to get sprinner value as integer
android android-widget Spinner monthSpinner = (Spinner) findViewById(R.id.expMonth); String selectedmonth=(String)(monthSpinner.getSelectedItem());[详细]
2023-03-20 22:39 分类:问答Android Spinner Design Help
I\'m working on an application where the user needs to select Year, Make, and Model for a vehicle. When the user selects a year, the list of makes is populated to only include those that exist for tha[详细]
2023-03-20 11:14 分类:问答How to fill a spinner with content?
guys I\'m very new to the Java word, but i share part of the knowledge because of my c# backgroun开发者_运维技巧d, anyways i started developing for android and I\'m running into a few snags like the f[详细]
2023-03-20 05:02 分类:问答Android application crashes when populating spinner
I\'m trying to populate the spinner, but the application crashes on spiner.setAdapter(adapter)... final Context c=this;[详细]
2023-03-19 09:05 分类:问答Expand spinner downward as items are added...as well as adjust layout
I am making a form in an android app.I currently have it in a relative layout with this snippet pictured below in a table layout within the relative layout:[详细]
2023-03-19 02:19 分类:问答
加载中,请稍侯......