Passing Data with Safe Args using Android Jetpack

preview_player
Показать описание
Kilo Loco goes over how to pass a custom parcelable object from one fragement to another using Safe Args from Android Jetpack.

We will start from scratch by using a fragment displaying a list of users in a recycler view and show the details screen during an onClick event.

This video will be useful for anyone looking to follow best practices in regards to using the Android Jetpack Navigation component.

*** Show Notes and Links ***

Article:

Project Files:

Kilo Loco on Social Media:

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

plugins {
...
id 'kotlin-parcelize'
}


import kotlinx.parcelize.Parcelize

So @Parcelize works correctly

Thanks for the tutorial!

axeljurczuk
Автор

I am sorry, my man!
One time I asked about the way you teach, but I have to be honest, it makes listening to you and learning so much fun!
Keep on goin', bro! :)

ahmedabdalfattah
Автор

thanku brother for helping us i have a question if we have one to many relationship the how we will pass data between them if getting the data from relation table

RahulRawat-rjol
Автор

After adding Arguments and Build the project. I don't have any generated Object, do you know the reason?

mohammadazrikhairuddin
Автор

I need Help: Class is not abstract and does not implement abstract member public abstract val actionId: Int defined in

Mtorres
Автор

a question
What could be the difference between passing parameters through packets and passing data with Safe Args?
since with bundle it works fine with Navigation component

seba
Автор

one questions
.which could be the difference of to pass parameters through bundle and Passing Data with Safe Args?

seba
Автор

whoa amazing, do u have an Android course or discord server or sth? TY

nathann
visit shbcf.ru