In February 2020, Google released Android Studio version 3.6. This update introduced several new features, including Google Maps for the Emulator and Split View, which allows us to preview our design changes without needing to install the app on an emulator or real device. Split View also enables us to design pages by dragging and dropping available components directly onto the XML file in the res/layout folder.
Pada saat ini, Google menggencarkan penggunaan library Jetpack yang merupakan bagian dari Modern Android Development (MAD). Library-library yang termasuk ke dalam Jetpack membantu para developer termasuk saya sendiri untuk mengikuti best practice yang disediakan oleh Google, mengurangi boilerplate code, dan membantu kita dalam menulis kode yang dapat dijalankan di berbagai versi android secara stabil.
ViewModel is one of the components of Android Jetpack introduced by the Android Framework team at Google I/O 2017. The main function of the ViewModel is to handle configuration changes that can cause Activity or Fragment to repeat the onCreate function call, resulting in the data in the Activity or Fragment being lost and re-initiated.
Hello everyone! I am currently entering the third project in the Apple Developer Academy. I get so many new things when I am here, from new experiences in making product design, studying and using the technologies provided by Apple, and learning many things from the business side that I have never known before.