Skip to content

Commit b8ca175

Browse files
committed
Add Kotlin Flow Sample Project
1 parent 13e508b commit b8ca175

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+2074
-0
lines changed

MeetingApp-KotlinFlow/.gitignore

Lines changed: 404 additions & 0 deletions
Large diffs are not rendered by default.

MeetingApp-KotlinFlow/.idea/codeStyles/Project.xml

Lines changed: 122 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MeetingApp-KotlinFlow/.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MeetingApp-KotlinFlow/.idea/render.experimental.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MeetingApp-KotlinFlow/.idea/runConfigurations.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MeetingApp-KotlinFlow/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# MeetAt
2+
3+
Sample App for networking Kotlin Flows and LiveData
4+
5+
![image](https://github.com/mustafayigitt/MeetAt/blob/master/screenshot.png)
6+
### Using
7+
8+
- [Retrofit](https://github.com/square/retrofit)
9+
- [Kotlin Flow](https://github.com/Kotlin/kotlinx.coroutines/blob/master/kotlinx-coroutines-core/common/src/flow/Flow.kt)
10+
- [MVVM](https://developer.android.com/jetpack/docs/guide#recommended-app-arch)
11+
- [LiveData](https://developer.android.com/topic/libraries/architecture/livedata)
12+
- [DataBinding](https://developer.android.com/topic/libraries/data-binding)
13+
14+
### Data
15+
mock server --> http://www.mocky.io/v2/
16+
17+
endpoint: 5ec7be262f00006e00427413
18+
19+
### Meetings
20+
https://kommunity.com/
21+

0 commit comments

Comments
 (0)