Android Settings Example
Rivu Chakraborty
Mobile Leader | GDE (Google Dev Expert) for Android & Kotlin, India's first for Kotlin | Mobile Architect | Mobile Platform @ JioCinema / JioHotstar | Ex @ Meesho, Gojek, Paytm, BYJU'S | Tech Speaker | Author
During the development of mobile applications, a common requirement is of storing app related data to the phone. In Android we perform this task with the help of APIs. We may also need settings that allow users to modify preferences in app. Thankfully Android provides a powerful framework to manage user preferences.
The provided mechanism allows us to show, save and manipulate user’s preferences very easily, it also has support for automatic UI creation. Yes, you read it right, by declaring the type of a user preference, a user interface for manipulating these preferences is automatically generated, without having us to write a single line of code. All we need to do is to simply use it in our app. Doesn’t it sound cool? Lets start then.
Read More at https://examples.javacodegeeks.com/android/core/ui/settings/android-settings-example/
Lead- 3d Modeling at HurixDigital
8 年sounds interesting..