Skip to content

Commit 63d08be

Browse files
author
github-actions
committed
Merge remote-tracking branch 'origin/main'
2 parents bb85be5 + 573627b commit 63d08be

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# Android Architecture Blueprints
2-
<p align="center">
3-
<img src="https://github.com/googlesamples/android-architecture/wiki/images/aab-logov2.png" alt="Illustration by Virginia Poltrack"/>
4-
p>
1+
# Android Architecture Samples
52

6-
Android Architecture Blueprints is a project to showcase different architectural approaches to developing Android apps. In its different branches you'll find the same app (a TODO app) implemented with small differences.
3+
These samples showcase different architectural approaches to developing Android apps. In its different branches you'll find the same app (a TODO app) implemented with small differences.
74

85
In this branch you'll find:
96
* User Interface built with **[Jetpack Compose](https://developer.android.com/jetpack/compose)**
@@ -39,7 +36,7 @@ This project hosts each sample app in separate repository branches. For more inf
3936
The app in this project aims to be simple enough that you can understand it quickly, but complex enough to showcase difficult design decisions and testing scenarios. For more information, see the [app's specification](https://github.com/googlesamples/android-architecture/wiki/To-do-app-specification).
4037

4138
## What is it not?
42-
39+
* A template. Check out the [Architecture Templates](https://github.com/android/architecture-templates) instead.
4340
* A UI/Material Design sample. The interface of the app is deliberately kept simple to focus on architecture. Check out the [Compose Samples](https://github.com/android/compose-samples) instead.
4441
* A complete Jetpack sample covering all libraries. Check out [Now in Android](https://github.com/android/nowinandroid) or the advanced [GitHub Browser Sample](https://github.com/googlesamples/android-architecture-components/tree/master/GithubBrowserSample) instead.
4542
* A real production app with network access, user authentication, etc. Check out the [Now in Android app](https://github.com/android/nowinandroid) instead.

0 commit comments

Comments
 (0)