This is a demo project to show how to implement a drop down spinner in Android..
DropdownSpinnerDemo is hosted in the following web site
https://github.com/hemantg05/DropdownSpinnerDemo
If you think the Android project DropdownSpinnerDemo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of DropdownSpinnerDemo.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 7 |
Activity Count | 6 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
There are 1 image files in DropdownSpinnerDemo. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
DropdownSpinnerDemo has the following Java source files.
com.example.dropdownspinner.DropdownSpinnerActivity.java com.example.dropdownspinner.PopupListActivity.java com.example.dropdownspinner.ui.AutoCompleteDropdownActivity.java com.example.dropdownspinner.ui.DashboardActivity.java com.example.dropdownspinner.ui.FragmentDropdownActivity.java com.example.dropdownspinner.ui.PopupWindowDropdownActivity.java com.example.dropdownspinner.ui.fragment.OtherFragment.java com.example.dropdownspinner.ui.fragment.TestListFragment.java com.example.dropdownspinner.ui.widget.InstantAutoComplete.java