nowinandroid 一个完全由 Kotlin 和 Jetpack Compose 构建的功能完整的 Android 应用程序。它遵循 Android 设计和开发的最佳实践,旨在为开发者提供有用的参考。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Simona Stojanovic 7968a70398
Rename core-domain to core-data
2 years ago
app Rename core-domain to core-data 2 years ago
app-nia-catalog Convert all build files to kts 2 years ago
benchmark Convert all build files to kts 2 years ago
build-logic Add license header 2 years ago
core-common Convert all build files to kts 2 years ago
core-data Rename core-domain to core-data 2 years ago
core-data-test Rename core-domain to core-data 2 years ago
core-database Converted model ids from ints to strings 2 years ago
core-datastore Converted model ids from ints to strings 2 years ago
core-datastore-test Convert all build files to kts 2 years ago
core-model Converted model ids from ints to strings 2 years ago
core-network Converted model ids from ints to strings 2 years ago
core-testing Rename core-domain to core-data 2 years ago
core-ui Add dependency for Compose Previews to render 2 years ago
feature-following Rename core-domain to core-data 2 years ago
feature-foryou Rename core-domain to core-data 2 years ago
feature-topic Rename core-domain to core-data 2 years ago
gradle Add dependency for Compose Previews to render 2 years ago
kokoro Revert "Remove Nexus 5 from FTL targets" 2 years ago
spotless Add initial app scaffolding 3 years ago
sync Rename core-domain to core-data 2 years ago
tools Switch to running check instead of build for pre-push hooks 2 years ago
.gitignore Add initial app scaffolding 3 years ago
CONTRIBUTING.md Add initial app scaffolding 3 years ago
LICENSE Add initial app scaffolding 3 years ago
README.md Add initial README 2 years ago
build.gradle.kts Convert all build files to kts 2 years ago
gradle.properties Build faster? 2 years ago
gradlew Replace buildSrc with version catalog 3 years ago
gradlew.bat Add initial app scaffolding 3 years ago
settings.gradle.kts Rename core-domain to core-data 2 years ago

README.md

Now in Android App [WIP]

This is the repository for the Now in Android app.

Now in Android is a fully functional Android app built entirely with Kotlin and Jetpack Compose. It follows Android design and development best practices and is intended to be a useful reference for developers. As a running app, it's intended to help developers keep up-to-date with the world of Android development by providing regular news updates.

Features

Now in Android displays content from the Now in Android series. Users can browse for links to recent videos, articles and other content. Users can also follow topics they are interested in or follow specific authors.

Development Environment

Now in Android uses the Gradle build system and can be imported directly into the latest stable version of Android Studio (available here). The debug build can be built and run using the default configuration.

Once you're up and running, you can refer to the learning journeys below to get a better understanding of which libraries and tools are being used, the reasoning behind the approaches to UI, testing, architecture and more, and how all of these different pieces of the project fit together to create a complete app.

Baseline profiles

The baseline profile for this app is located at app/src/main/baseline-prof.txt. It contains rules that enable AOT compilation of the critical user path taken during app launch. For more information on baseline profiles, read this document.

| Note: The baseline profile needs to be re-generated for release builds that touched code which | changes app startup.

To generate the baseline profile, select the benchmark build variant and run the BaselineProfileGenerator benchmark test on an AOSP Android Emulator. Then copy the resulting baseline profile from the emulator to app/src/main/baseline-prof.txt.

License

Now in Android is distributed under the terms of the Apache License (Version 2.0). See the license for more information.