Saving Data on Android



Download 19,28 Mb.
Pdf ko'rish
bet99/292
Sana24.01.2022
Hajmi19,28 Mb.
#407089
1   ...   95   96   97   98   99   100   101   102   ...   292
Bog'liq
Bailey J., Dominguez A., Djermanovic D. - Saving Data on Android (1st Edition) - 2019

Implemen/ng update
To implement the update function, open 
ToDoContentProvider.kt
 and copy the 
code below into the body of the 
update
 function:
var
 toDo = ToDo(values!!.getAsLong(KEY_TODO_ID),values!! 
                .getAsString(KEY_TODO_NAME), values!! 
                .getAsBoolean(KEY_TODO_IS_COMPLETED)) 
return
 db.update(toDo)
First, you create a ToDo item by extracting the values utilizing the key values defined 
in the contract. Then pass this toDo item to 
db
 to update the database.
Now open 
ToDoAdapter.kt
 and replace the 
TODO
 comment in the 
editToDo
 
function with the following:
// 1
 
var
 values = ContentValues() 
values.put(KEY_TODO_NAME,view.edtToDoName.text.toString()) 
values.put(KEY_TODO_ID, toDo.toDoId) 
values.put(KEY_TODO_IS_COMPLETED, toDo.isCompleted) 
// 2
 
context.contentResolver.update(Uri.parse(queryUri), values, 
selectionClause, 
    selectionArgs) 
// 3
 
notifyDataSetChanged()
1. Create and populate the content values object.
2. Run the update query to update the record.
3. Notify the adapter that the dataset has changed so the recyclerview will update.
Run the app and use the pencil icon to update an item that you added previously. 
The app can now display, insert and update items. But what about deleting them? 
You will add the ability to delete items in the next steps.

Download 19,28 Mb.

Do'stlaringiz bilan baham:
1   ...   95   96   97   98   99   100   101   102   ...   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