Tagged Questions
0
votes
1answer
21 views
Android Spinner: Cannot selected
I have the code, which unfortunately does not work as it should. More specifically, we can not choose from the second spinner. Here is the code. Thank you in advance for your help.
public class ...
-1
votes
0answers
23 views
Spinner custom button
I am facing problem while changing spinner background button. A black vertical line is occurring with my button, line is not a part of button image
how can i remove this black line
Please answer ...
0
votes
1answer
16 views
Cannot get rid of custom view in ActionBar until screen orientation change on fragments
I have found a solution. Very interesting what all of my tests have discovered. Cannot answer for another few hours because of this new account. Will post all of my details when SO lets me.
I am ...
0
votes
1answer
16 views
Set spinner value by default in android
I have a spinner which I am creating dynamically from an activity.I want to select a value as per database from sever so I am doing this
String[] items = { "Credit Card", "Cash"};
...
0
votes
1answer
31 views
invalidation or spinner issue?
I have been searching through here for quite some time now, but was unable to find my current issue (although a lot of other ones).
I have made a spinner with a listener, and inside that listener I ...
0
votes
0answers
13 views
How do you anchor a Dropdown spinner to a perent Linearlayout?
How do you anchor a Dropdown spinner to a perent Linearlayout?
I have a TextView and a Spinner in a horizontal LinearLayout. I want to set the LinearLayout to be the anchor of the spinner drop down. ...
1
vote
0answers
61 views
How to Customize Spinner in android
I want to add a custom height to the dropdown of spinner say 30dp and i want to hide the dividers of the dropdown list of spinner .
So far I tried to implement following style to the spinner
...
0
votes
2answers
30 views
Spinner text size does not change?
I could not change spinner's textsize or colour with the code below:
<Spinner
android:id="@+id/spinner1"
style="@style/submitspinner"
android:layout_weight="2"
...
0
votes
3answers
57 views
Spinners item selected to go to a different page
I am having problems implementing a spinner into my code. Not quite sure how it works. But here is a brief idea of what I want to do. (Ex: click on the spinner and you have 2 options "page 2" and ...
-2
votes
0answers
30 views
Pick up value of a spinner and search a database [closed]
I'm in the final stage of my application, I just need a method to catch a spinner and do a search on my database. Detail spinner populated with this ArrayAdapter in my MainActivity.
Another grab ...
1
vote
0answers
51 views
Spinner with image and text
I want my spinner to look like this
Only the topmost header should have image and text. Remaining drop down should have text only.
Can anyone help me in making this.
I have tried this..
I my xml ...
1
vote
1answer
77 views
Change holo spinner text colour
I have a spinner in a Holo theme dialog and am trying to change the text colour because it is very hard to read:
I have looked at android styles.xml, as well as many other answers, and believe that ...
0
votes
1answer
25 views
How can I have multiple lines in a Spinner option
I need to put different lines in a Spinner I tried to put in the xml file android:singleLine="false" and writing \n as you can see in the example but nothing work. What I need exactly isn't just to ...
3
votes
3answers
61 views
How to change style of custom spinner in android
my view is as like this,
I am Using Custom adapter for spinner
I have design my spinner from this link
http://rimpv.blogspot.in/2013/05/bind-spinner-dropdown-in-android.html
@Override
public View ...
0
votes
2answers
20 views
Inflating Spinner into main Layout
In my Main Activity I have two tabs,for two tabs two different layouts are used. In one tab I have spinner. I am setting a list in the main activity for spinner but its showing NullPointerException.
...
1
vote
0answers
33 views
SpinnerPreference? (How to embed a Spinner in a Preferences screen)
Planting a Spinner in a layout is straightforward, since there are so many samples and tutorials showing how to do just this.
But how to I plant a Spinner in a PreferenceScreen?
Is this ...
0
votes
1answer
31 views
Inserting data from database into spinner in android
Can somebody teach me how to fetch the data from the SQLite database and place all the information gathered from the database into the Spinner. For example, I have a tblState in my db and I need to ...
0
votes
1answer
32 views
Spinner by arrayadapter acts “weird”
I have a spinner. Which i have overridden the custom dropdown getview.
I'm working in android 2.2
Problem is that the selected value gets replaced by the "default"(empty field) inserted value when ...
0
votes
1answer
60 views
ActionBarSherlock Change Text Color of Overflow Action Items
I'm working on an android app and I am using ActionBarSherlock for compatibility. Everything works great so far, except the fact that I want to change the text color of the overflow menu items.
...
1
vote
1answer
50 views
Android Preventing Double Click On A Spinner
I have an unwanted problem by default in spinner view.
On Android 2.2 when I double click any spinner it opens twice, Upon pressing the back button the 2nd spinner closes but 1st one remains open.
...
0
votes
1answer
45 views
Load Data setOnItemSelectedListener
Problem: I load my class, the setOnItemSelectedListener function runs
and sets variable wattage to a specific value, depending on what item
was selected in the spinner.
How can I prevent ...
0
votes
0answers
24 views
Change background when spinner is opened
is it possible to change the background of the "selected one/ first one" of an opened spinner, and re-get the original background once the spinner is closed.
Here when spinner is open
when is ...
1
vote
0answers
37 views
How to set Spinner item without onItemSelected getting called
Is it possible to change the selected spinner position to something without having the onItemSelected method getting called?
basically what I am trying to do is go back to the previously selected ...
3
votes
0answers
49 views
How to make little arrow from dropdown list stay close to text?
I have a dropdown list in my Action Bar (ActionBarSherlock), but the little arrow stay too far from the text when text is short. I would like to do the same as the Google Plus app, where the arrow ...
0
votes
1answer
36 views
Spinner onItemSelected keeping called over and over again
Well im new in Android programming and i felt a bit lost with the spinner selector...
I found some questions relating the same but none of them fits my purpose:
objectSpinner = (Spinner) ...
0
votes
1answer
53 views
Android spinner for custom font
I got the problem that I want to add custom font for android spinner in following coding. I've already tried with ArrayAdapter but cannot succeed yet. Thanks.
private void loadSpinner() {
...
0
votes
0answers
11 views
Android Widget - PLW From Changing Layout Via Config Activity
Ive created a config activity that changes a widget's layout if a string array id is selected. Problem is that I get random Problem Loading Widget errors after configuration of the widget.
Here's my ...
1
vote
2answers
34 views
Why is Android recycling the wrong view type in my SpinnerAdapter?
I'm trying to make an ActionBar spinner that has separators. I have implemented a SpinnerAdapter that has 2 item view types (thanks to getViewTypeCount). The problem is that I'm being sent some ...
0
votes
3answers
51 views
Add EditText widget while app is running
I'm trying to add EditText widget while app is running, and I'm not sure how do it. I hope it is possible.
What I want to do is that the user will select one item from a spinner list and then an edit ...
0
votes
2answers
39 views
same item change listener for multiple spinners
I have 8 spinners:
pl1sp = (Spinner) offersdialoglayout.findViewById(R.id.pl1offer);
pl2sp = (Spinner) offersdialoglayout.findViewById(R.id.pl2offer);
pl3sp = (Spinner) ...
0
votes
2answers
90 views
findViewById returns null in fragment
I have problem using the findViewByID methond in a fragment.
The spinner in Spinner spinner = (Spinner) view.findViewById(R.id.tabsearchspinner_location); is always null. Please see the code below.
...
0
votes
1answer
35 views
How to set the spinner mode dynamically?
I have created a spinner dynamically. Thats easy. Done. Now i need to set the spinner mode dynamically. Almost a beginner in Android. Need help.
0
votes
1answer
88 views
spinner inside an alertdialog.builder won't display any item
i am trying to make an alertdialog.builder with a spinner inside it. the spinner item is originally populated from the database. here is part of my code:
update.setOnClickListener(new ...
0
votes
3answers
67 views
How to maintain spinner state in android
I'm doing an Android app which can get data from a web service & load it into spinner. I need to maintain the selected data state of the spinner while I go to some screen & come back. For ...
0
votes
1answer
34 views
Android ExpandableList Header with spinner
I'm developing an application and I am facing a problem using ExpandableListView. What I'm trying to do is, in GroupHeader, not only show the group name, but also an spinner with options. That's ...
0
votes
2answers
65 views
custom spinner in android like google maps
I need a custom spinner like how Google map application in ICS looks, whenever a spinner is clicked a dropdown will come, spinners have the capacity to take listview (correct me if i m wrong). But how ...
0
votes
3answers
57 views
Spinner not working in android,
I have made a simple demo for spinners in android,In that 2 activities are there in first activity a simple spinner and in second a textView.So when any item fromthe spinner is selected it will be ...
1
vote
2answers
57 views
Choosing database using radio buttons
I'm teaching myself to write an Android app. I use the following code to successfully choose the different database for my app:
public void manageDB()
{
setContentView(R.layout.dbmanager); ...
1
vote
2answers
48 views
Cannot notifyDataSetChanged() on an opened Spinner
I have 5 items in my Spinner. I click a refresh button which fires
an API call, which ends with a refresh on the Spinner.
I immediately tap on the Spinner to open it.
The API call ends while the ...
-2
votes
1answer
53 views
How to make an alert dialog with a spinner [closed]
I know how to make an alert dialog but I need to make one with a spinner so that when it pops up the person will have an option as to what happens. Does anyone have the code for an alert dialog with a ...
0
votes
2answers
61 views
How to react to spinner item selection in an AlertDialog.Builder-generated dialog?
In my application, I display a dialog box with the following code:
final AlertDialog.Builder builder = new AlertDialog.Builder(
getActivity());
final View myDialogForm = ...
0
votes
1answer
46 views
Can't fetch data from sqlite to spinner in alert dialog
I hope somebody can help me find out why the following code does not work with me. I have a method to fetch all names from database table, and I use List to get them. this is my code to fetch them
...
0
votes
1answer
60 views
Selecting an Item from a Spinner in Android and then displaying an object
after tweaking my ASyncTask classes to grab the information that I need, I now have another issue.
Essentially, here is my scenario:
After adjusting the ASyncTask for the ManifestItems, I also ...
-4
votes
1answer
62 views
Hiding Edittext in spinner onItemSelected
In one of my layouts I have a EditText that I show only when one spinner option is selected. In the rest of options is hide.
This action doesn't work, when I select one option the EditText is not ...
-1
votes
1answer
187 views
Passing value from Spinner/EditText in one Activity to another Activity
when pass values directly from a string to another activity it works. But if i retrieve the same values from a EditText and a Spinner and i click on a button(which starts the new activity) the app ...
1
vote
4answers
150 views
How to change a spinner's list background color in Android
I searched for this answer but was unsuccessful.
I'm creating a new spinner dynamically, how can I change my list background color?
the current background color is some dark gray:
When i'm ...
0
votes
0answers
23 views
setSelection spinner in another tab does not work
I have two tabs. On the second tab I dynamically loading views depending on the business logic. These views have Spinners to which I assign setSelection as appropriate. The problem is, when I save the ...
1
vote
1answer
219 views
Populating Spinner with JSON in Android 4.2 using AsyncTask
I am currently trying to translate the code for the MainActivity of an app that I created in API10 into API 16. From what I have read, I have to start using ASyncTask to access a URI and display the ...
0
votes
2answers
65 views
Spinner JSON Loading
I did have a look at spinners, but in the program that I am working on the data on the spinner is loaded from an API ... Being new, I sort of don't have any idea on loading the JSONObjects onto the ...
0
votes
0answers
20 views
Define individual callbacks in the extending activity for a universal action bar
I have created a class to hold an action bar which I will be using within multiple other activities.
I have done this to save reproducing code.
I am creating a spinner from a resource, in my ...









