android - Explain the code beow -


i learning how use listview in android development. example uses list of contacts on user's phone. there code, cant figure out. appreciated.

static final string selection = "((" +          contactscontract.data.display_name + " notnull) , (" +         contactscontract.data.display_name + " != '' ))"; 

i can't figure out doing. tutorial android.dev.com thank you

that tutorial using cursorloader dinamically retrieve data database , use fill views in list view.

that string search criteria... tells cursorloader content must retrieve database.


Comments

Popular posts from this blog

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

json - Gson().fromJson(jsonResult, Myobject.class) return values in 0's -