-
Notifications
You must be signed in to change notification settings - Fork 739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code is not using jetpack or Android Architecture Components #2
Comments
You are maybe talking about the current Riot application (https://github.com/vector-im/riot-android). |
@sandys I've created element-hq/riot-android#2839. |
ganfra
added a commit
that referenced
this issue
Jan 10, 2019
ganfra
added a commit
that referenced
this issue
Jan 14, 2019
bmarty
added a commit
that referenced
this issue
Oct 11, 2019
bmarty
added a commit
that referenced
this issue
Oct 21, 2019
ganfra
added a commit
that referenced
this issue
Jan 15, 2020
bmarty
added a commit
that referenced
this issue
Mar 5, 2020
bmarty
added a commit
that referenced
this issue
Mar 6, 2020
squarepupil
added a commit
to squarepupil/riotX-android
that referenced
this issue
Jul 26, 2020
ouchadam
pushed a commit
that referenced
this issue
Feb 7, 2022
ganfra
pushed a commit
that referenced
this issue
Aug 24, 2022
leeashlee
pushed a commit
to leeashlee/animent-android
that referenced
this issue
Aug 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
after the deprecation of onRetainCustomNonConfigurationInstance last week, there is really no way to save data on configuration change (rotation, etc) without using ViewModels and Architecture Components.
You guys need to use AAC, Jetpack and Viewmodels asap. you can do some of this easily (https://developer.android.com/jetpack/androidx/migrate).
But you need to write the ViewModels by hand.
The text was updated successfully, but these errors were encountered: