diff --git a/README.md b/README.md
index 8404d5fb37..c55e091a01 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,8 @@ project from Android Studio following the steps
|
A gardening app illustrating Android development best practices with Android Jetpack. The `compose` branch is partially built with Jetpack Compose.
• Compose working in an existing app: including integration with strings, resources, and themes and styles
• Integration with an existing architecture based on Jetpack libraries
• `CollapsingToolbarLayout` behavior implemented manually with Compose
• Showing [Snackbars](https://material.io/components/snackbars) with Compose
**[> Browse](https://goo.gle/sunflower-compose)**
|
|
| | |
|
A work-in-progress TV show tracking Android app, which connects to [Trakt.tv](https://www.trakt.tv).
• Entirely written in [Kotlin](https://kotlinlang.org) and uses [Kotlin Coroutines](https://kotlinlang.org/docs/reference/coroutines/coroutines-guide.html) throughout
• Uses many of the [Architecture Components](https://developer.android.com/topic/libraries/architecture): Room, Lifecycle, Navigation
• Uses [Hilt](https://dagger.dev/hilt) for dependency injection
**[> Browse](https://tivi.app)**
|
|
+| | |
+|
An app for keeping up to date with the latest news and developments in Android.
• [Jetpack Compose](https://developer.android.com/jetpack/compose) first app.
• Implements the recommended Android [Architecture Guidelines](https://developer.android.com/topic/architecture)
• Integrates [Jetpack Libraries](https://developer.android.com/jetpack) holistically in the context of a real world app
**[> Browse](https://github.com/android/nowinandroid)**
|
|
## License
```
diff --git a/readme/nia.png b/readme/nia.png
new file mode 100644
index 0000000000..b43aea5436
Binary files /dev/null and b/readme/nia.png differ
diff --git a/readme/screenshots/NiA.png b/readme/screenshots/NiA.png
new file mode 100644
index 0000000000..b2ff30dd72
Binary files /dev/null and b/readme/screenshots/NiA.png differ