Tagged Questions
0
votes
2answers
83 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.
...
1
vote
1answer
128 views
Android Fragments: How to loop through fragment controls
How do I make all Spinners in my Fragment focusable?
Setting android:focusableInTouchMode and android:focusable in my layout's XML is having no effect.
More generally, I'm having trouble looping ...
0
votes
0answers
72 views
How to implement OnSelectedItemListener for a Fragment?
I have an application with 2 Fragments. One of the Fragments has 2 Spinners. The user selects a value in the first Spinner and this then sets the Adapter etc for the second Spinner. The problem is ...
1
vote
0answers
249 views
Cursor Loader auto-requery on Spinner onSelectedItem call
I'm using a spinner as an actionbar item (also using tab navigation with swipes).
I have 2 listFragments (accessed via the tabs) that load data using a loader.
I want the loader to requery every time ...
0
votes
1answer
533 views
Spinners & Fragments
I am working on an application which contains three Fragments
[HeaderFragment]
[MainFragment]
[FooterFragment]
It is a pretty big application and the MainFragment will show more then 30 ...
1
vote
1answer
238 views
Custom theme for spinner dialog
I would like to customize the appearance of the dialog that appears when I click on the spinner in spinnermode=dialog.
I want to use a dialog fragment but I find no documentation.
Is it possible?
