Basic list of conversations (UI only) are working using Jetpack Compose. Next step is to try and get data loading from a Room database. Ideally, I can have a test data store and a real data store, and some way to switch between them.
16 lines
225 B
Plaintext
16 lines
225 B
Plaintext
*.iml
|
|
.gradle
|
|
/local.properties
|
|
/.idea/caches
|
|
/.idea/libraries
|
|
/.idea/modules.xml
|
|
/.idea/workspace.xml
|
|
/.idea/navEditor.xml
|
|
/.idea/assetWizardSettings.xml
|
|
.DS_Store
|
|
/build
|
|
/captures
|
|
.externalNativeBuild
|
|
.cxx
|
|
local.properties
|