Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuklansh1/newsbreeze
newsbreeze
https://github.com/shuklansh1/newsbreeze
clean-architecture coroutines-android dagger2-android jetpack-compose kotlin-flows mvvm-architecture navigation-architecture-component retrofit2 room-database unit-testing
Last synced: about 1 month ago
JSON representation
newsbreeze
- Host: GitHub
- URL: https://github.com/shuklansh1/newsbreeze
- Owner: shuklansh1
- Created: 2023-07-04T22:08:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-16T00:23:42.000Z (over 1 year ago)
- Last Synced: 2025-01-16T01:48:18.274Z (about 1 month ago)
- Topics: clean-architecture, coroutines-android, dagger2-android, jetpack-compose, kotlin-flows, mvvm-architecture, navigation-architecture-component, retrofit2, room-database, unit-testing
- Language: Kotlin
- Homepage:
- Size: 439 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NewsBreeze
News reader application with bookmark, sort (by date and title) and search features, made using:
* Jetpack compose
* MVVM clean architecture
* Kotlin coroutines and Flow
* Retrofit
* News API
* Room persistence library
* Unit testing with AndroidJUnit4## Screenshots
![image](https://github.com/shuklansh/newsbreeze/assets/89148178/0904d367-f86c-413b-b82c-c890bed6ce97)
![image](https://github.com/shuklansh/newsbreeze/assets/89148178/653c4f70-0f34-484f-9699-6c0338c87a1a)
Sort articles by order they were saved in:
![image](https://github.com/shuklansh/newsbreeze/assets/89148178/564c18ac-cd94-4be1-a72d-48ea588f5a91)
Sort articles by Date:
![image](https://github.com/shuklansh/newsbreeze/assets/89148178/c7f45596-1776-4d22-bbe5-c010b04d58af)
![image](https://github.com/shuklansh/newsbreeze/assets/89148178/a583142f-447d-4a84-86e8-d810e630f4b5)