On Sat, Mar 12, 2011 at 10:10 AM, Brad Stintson wrote:
> How to populate spinner from database?
> Following code is not working in my case.
Please consider defining "not working".
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog |
How to populate spinner from database?
Following code is not working in my case.
This method shows database entries in spinner
private void fillData() {
spin_pro= (Spinner)findViewById(R.id.spin_profile);
Cursor profilesCursor = mDbHelper.retrieveAllProfiles();
startManagin
2 matches
Mail list logo