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

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -