20 - Database - Part 1: Android Bootcamp Series 2012

preview_player
Показать описание
In this tutorial, Marko will show you how to set-up a SQLite database to store local data for your Android application. The database service will run in the background and periodically update the database to ensure that the data needed for your Android app is relatively fresh.

Рекомендации по теме
Комментарии
Автор

this was the first lesson i got confused at <.< so many variables and declaring them in different classes and then calling them and stuff <.<

alfaxen
Автор

values.put(C_ID, status.id);
On the above code, I'm getting this error "The method put(String, String) in the type ContentValues is not applicable for the arguments (String, BigInteger)".

KarthickMurugan
Автор

I am getting an UnknownFormatConversion Exception on statusData.insert(status);

JakeIbeeMassa