sqlite3 - Android Loading data from sqlite database to populate UI spinners -


i developing mobile application acts access point dealing web application. ( uses native interface of android , makes calls remote server synchronizing data ) , keeps user oriented data on local sqlite3 database.

in 1 of mine activities , data populated in spinners(not data) should loaded database ( reason data has configurable in main web application administration part wish of web application ) , it's not appropriate put data in usual string.xml string bundle.

i want able again load data , when user changing local ( thinking of 2 languages support ).

i have searched , read , may many articles , got confused , that's why asking question. ( have read using loader , not using cursorloader implementation pretty painful - refering loaderex project of commonsware , comments loaders framework , given fact usage of content providers me unnecessary , because don't intentd share database other applications , unnecessary boiler plate code around app ) .

i want code working handling orientation changes , of course activities , fragments lifescycle. have decided use roboguice library dependancy injection.

at least i've read robospice project purpose asynchronios operations query remote server , example through rest servives, that's not option me either.

can provide me guidelines?


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -