Saving Data on Android


put  into the  ContentValues



Download 19,28 Mb.
Pdf ko'rish
bet64/292
Sana24.01.2022
Hajmi19,28 Mb.
#407089
1   ...   60   61   62   63   64   65   66   67   ...   292
Bog'liq
Bailey J., Dominguez A., Djermanovic D. - Saving Data on Android (1st Edition) - 2019

put
 into the 
ContentValues
 object 
before it is then handed to another method, which will resolve the content and 
perform the database operation.
Simply put, ContentValues are similar to a 
Map
 structures and are used to define the 
columns and the values to be used in database operations. As such, you'll use them 
to insert data into the database and update existing models if needed.
Saving Data on Android
Chapter 3: SQLite Database
raywenderlich.com
55


Adding a TODO
Add the following code in the 
createToDo
 function, to insert a TODO into the table:
// 1
 
val
 db: SQLiteDatabase = writableDatabase 
// 2
 
val
 values = ContentValues() 
// 3
 
values.put(KEY_TODO_NAME, toDo.toDoName) 
values.put(KEY_TODO_IS_COMPLETED, toDo.isCompleted) 
// 4
 
db.insert(TABLE_NAME, 
null
, values) 
// 5
 
db.close()
With the above, you:
1. Get a writeable instance of the database and store it in the 
db
 value.
2. Create an object of the 
ContentValues
 class called 
values
.
3. Take the text of the TODO from the 
toDo
 object's 
toDoName
 field and put it into 
values
, for the 
KEY_TODO_NAME
 key, using 
toDoName
 as the pair's value.
4. Put the key-value pair for the 
isCompleted
 field into the 
value
 object, as well.
5. Close the database, to avoid potential leaks.

Download 19,28 Mb.

Do'stlaringiz bilan baham:
1   ...   60   61   62   63   64   65   66   67   ...   292




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish