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
Alex Vanyo 203c8e1ceb
Configure spotless for kts and xml files
2 years ago
app Configure spotless for kts and xml files 2 years ago
app-nia-catalog Configure spotless for kts and xml files 2 years ago
benchmark Configure spotless for kts and xml files 2 years ago
build-logic Configure spotless for kts and xml files 2 years ago
core-common Configure spotless for kts and xml files 2 years ago
core-data Configure spotless for kts and xml files 2 years ago
core-data-test Configure spotless for kts and xml files 2 years ago
core-database Configure spotless for kts and xml files 2 years ago
core-datastore Configure spotless for kts and xml files 2 years ago
core-datastore-test Configure spotless for kts and xml files 2 years ago
core-model Configure spotless for kts and xml files 2 years ago
core-network Configure spotless for kts and xml files 2 years ago
core-testing Configure spotless for kts and xml files 2 years ago
core-ui Configure spotless for kts and xml files 2 years ago
feature-following Configure spotless for kts and xml files 2 years ago
feature-foryou Configure spotless for kts and xml files 2 years ago
feature-topic Configure spotless for kts and xml files 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 Configure spotless for kts and xml files 2 years ago
sync Configure spotless for kts and xml files 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.