mysql - ListView and DB Android -


i have , issue android app.

basically app have 2 main points. has updated db , need display listview in listview every item entry in db, , should have own layout.

the db needed updated non-programmer user. have been looking information before asking here. have seen can use phpmyadmin db in android. solves issue non-programmer user updating app.

that left 2 points:

1º how use listview (or other method) display template db entrys

2º how can update app without making download play store or similar?

thanks, , sorry issue.

to dynamically display items db in listview in separate layouts need custom adapter. create custom adapter class , read db in it, adding new listview items. attach adapter listview calling listview.setadapter().


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -