Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jitinsharma/android-conferences
An app which displays conferences from http://androidstudygroup.github.io/conferences/
https://github.com/jitinsharma/android-conferences
android conferences jetpack-compose
Last synced: 3 months ago
JSON representation
An app which displays conferences from http://androidstudygroup.github.io/conferences/
- Host: GitHub
- URL: https://github.com/jitinsharma/android-conferences
- Owner: jitinsharma
- Created: 2020-04-21T17:05:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T10:45:15.000Z (over 2 years ago)
- Last Synced: 2024-07-08T00:43:44.780Z (4 months ago)
- Topics: android, conferences, jetpack-compose
- Language: Kotlin
- Homepage:
- Size: 6.16 MB
- Stars: 26
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Android-Open-Source-Projects - Android-conferences
README
# android-conferences
An app which displays list of conferences happening all over the world sourced from
[this](http://androidstudygroup.github.io/conferences/) website.### Install
Get latest apk from [Actions run](https://github.com/jitinsharma/android-conferences/actions/)or build from source by running `./gradlew assembleDebug`
### Features
- Display conferences with relevant details. ✅
- Offline support. ✅
- Filter conferences by cfp status and by country. ✅
- CFP reminder.
- New conference reminder. ✅### Objectives for this project
This project is being built with Jetpack Compose with following objectives in mind
- Build a multi screen UI with Compose.
- Understand how state management will work with Compose
- Make app reactive to changes from network + DB as well as implement a simple UI filter
- Make it work with Flow/coroutines
- Keep it updated with releases of Compose## Screenshots
![](/art/screenshot.png)
![](/art/screenshot_filter.png)