DataStore1 Android Kotlin Compose Proto DataStore (kotlin dsl) DataStore는 SharedPreference의 대체 class로 보안을 강화한 Jetpack class중 하나이다.디바이스에 data를 처리해줄 수 있는 기능을 제공한다. compose를 이용해서 proto datastore를 이용해 간단한 예제를 연습하려고한다. DataStore로 만들어 볼 예제1. EditText에 text를 입력한다.2. 버튼을 누른다.3. 버튼을 누르면 디바이스에 해당 text가 저장된다. 처음해보는 분들은 내 github를 참고하여 만들어봐도 좋을거같다! https://github.com/kof99athena/TPProtoData GitHub - kof99athena/TPProtoData: 컴포즈를 활용하여 Proto DataStore 사용해보기컴포즈를 활용하여 Pr.. 2024. 7. 7. 이전 1 다음