Android Classroom
Pankaj Negi /
Professional /
Mobile Technology
what is android architecture components?
Android architecture components are part of Android Jetpack. They are a collection of libraries that help you design robust, testable, and maintainable apps. Start with classes for managing your UI component lifecycle and handling data persistence.
1) Manage your app's lifecycle with ease. New lifecycle-aware components help you manage your activity and fragment lifecycles. Survive configuration changes, avoid memory leaks and easily load data into your UI.
2) Use LiveData to build data objects that notify views when the underlying database changes.
3) ViewModel Stores UI-related data that isn't destroyed on app rotations.
4) Room is an a SQLite object mapping library. Use it to Avoid boilerplate code and easily convert SQLite table data to Java objects. Room provides compile time checks of SQLite statements and can return RxJava, Flowable and LiveData observables.
Pankaj Negi
Skills Android
Qualifications :-Location :-Vistapit, Near Seema Dental College,Rishikesh,Uttrakhand,
Description:-
I have 3 year experience as a Software Engineer. My Skilled are Android Development (Java), iOS Development (Objective-C, Swift) and Basic knowledge of Web Service in PHP.
Explore