AGENT.md
Now in Android is a native Android mobile application written in Kotlin. It provides regular news about Android development. Users can choose to follow topics, be notified when new content is available, and bookmark items.
This project is a modern Android application that follows the official architecture guidance from Google. It is a reactive, single-activity app that uses the following:
Flows. ViewModels act as state holders, exposing UI state as streams of data.The main Android app lives in the app/ folder. Feature modules live in feature/ and core and shared modules in core/.
The app and Android libraries have two product flavors: demo and prod, and two build types: debug and release.
./gradlew assemble{Variant}. Typically assembleDemoDebug../gradlew spotlessApply./gradlew {variant}Test./gradlew {variant}Test --tests "com.example.myapp.MyTestClass"./gradlew verifyRoborazziDemoDebug./gradlew pixel6api31aospDebugAndroidTest. Also pixel4api30aospatdDebugAndroidTest and pixelcapi30aospatdDebugAndroidTest.ComposeTestRule with a ComponentActivity.:app module and they can start activities like MainActivity..github/workflows/*.yaml and they contain various checks.