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
Post a Comment