Skip to content

Commit fd1169e

Browse files
committedOct 6, 2020
Merge remote-tracking branch 'origin/master'
2 parents d2d116a + f59efdb commit fd1169e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@ A Quotes Application built to Demonstrate the use of Jetpack Compose for buildin
77

88
***Try latest JetQuotes App apk from below 👇***
99

10-
[![JetQuotes](https://img.shields.io/badge/JetQuotes🌈-APK-black.svg?style=for-the-badge&logo=android)](https://github.com/Spikeysanju/JetQuotes/releases/download/v1.0/jetquotes.apk)
10+
[![JetQuotes](https://img.shields.io/badge/JetQuotes🌈-APK-black.svg?style=for-the-badge&logo=android)](https://github.com/Spikeysanju/JetQuotes/releases/download/v1.1/jetquotes.apk)
1111

1212

1313

1414
## Built With 🛠
1515
- [Kotlin](https://kotlinlang.org/) - First class and official programming language for Android development.
1616
- [Jetpack Compose](https://developer.android.com/jetpack/compose) - Jetpack Compose is Android’s modern toolkit for building native UI.
17+
- [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) - A coroutine is a concurrency design pattern that you can use on Android to simplify code that executes asynchronously.
18+
- [Flow](https://kotlinlang.org/docs/reference/coroutines/flow.html) - A flow is an asynchronous version of a Sequence, a type of collection whose values are lazily produced.
19+
- [Jetpack DataStore](https://developer.android.com/topic/libraries/architecture/datastore) - Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data asynchronously, consistently, and transactionally
20+
1721

1822

1923
## Contribute

0 commit comments

Comments
 (0)
Please sign in to comment.