ANDROID APP

Android Jetpack: Enhance Your App's Structure



Introduced at I/O 2017, Structure Elements are one a part of Jetpack. These parts embody Room, LiveData, ViewModel, Paging, WorkManager and Navigation. Used individually they clear up frequent however advanced structure points, corresponding to managing Android Lifecycle (LiveData/ViewModel), or dealing with background duties (WorkManager). Used collectively, you possibly can ditch the boilerplate, construct strong apps sooner, and deal with the code that makes your app distinctive!

Take a look at the docs and samples:
Structure Elements docs → https://goo.gl/guDBdr
Structure Elements samples → https://goo.gl/9AzUSz
Gradle dependencies → https://goo.gl/xD4evT
App Structure Information → https://goo.gl/j5Zztk
Information to Background Operations → http://bit.ly/2wjVHZI

Take a look at the codelabs:
Room with a View Codelab [LiveData, ViewModel, Room and the architectural guidance] → http://bit.ly/2FS6YQD
Android WorkManager Codelab → http://bit.ly/2KGdQ7g
Android Navigation Codelab → http://bit.ly/2rs7jEy
Android Paging Codelab → http://bit.ly/2rmSqDk
Android Lifecycle-aware parts Codelab [LiveData and ViewModel] → https://goo.gl/OBkIfC
Android Persistence Codelab [Room] → https://goo.gl/AMwWvx

Like movies? Take a look at these different DevBytes:
Room → https://goo.gl/1ePbRb
ViewModel → https://goo.gl/i6Xh8c
Paging Library → https://goo.gl/UmkLTG
LiveData → https://goo.gl/exEQbm

Watch extra Android Jetpack movies right here → https://goo.gl/kw8LPv

Subscribe to the Android Builders channel right here → https://goo.gl/vLYDU

#AndroidJetpack #jetpack #featured

source