jeudi 30 juillet 2015

Android: use a ready Django database?

I already have an SQLite database created using Django that I want to use for my android application. The database has four columns, let's say "title", "text", "begin", "end", and I want to take, for example, the 20th row and output the values in some textviews in my app. Most of the tutorials online seem outdated and confusing. Could someone provide some direction, perhaps even a few lines of code?

Aucun commentaire:

Enregistrer un commentaire