https://github.com/spikeysanju/flashnews-mvvm
π A Flash News is an app built with Google's Official AAC.
https://github.com/spikeysanju/flashnews-mvvm
android android-application android-architecture-component coil-image-loader coil-kotlin coroutines-android jetpack-navigation kotlin-android ktx-library material-design mvvm-architecture pagination recyclerview room-persistence-library viewmodel viewmodel-livedata
Last synced: about 2 months ago
JSON representation
π A Flash News is an app built with Google's Official AAC.
- Host: GitHub
- URL: https://github.com/spikeysanju/flashnews-mvvm
- Owner: Spikeysanju
- Created: 2020-05-08T06:55:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T06:08:57.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T15:07:06.506Z (2 months ago)
- Topics: android, android-application, android-architecture-component, coil-image-loader, coil-kotlin, coroutines-android, jetpack-navigation, kotlin-android, ktx-library, material-design, mvvm-architecture, pagination, recyclerview, room-persistence-library, viewmodel, viewmodel-livedata
- Language: Kotlin
- Homepage:
- Size: 4.57 MB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flash News
**Flash News** is a News Android application π± built to demonstrate use of *Modern Android development**API for Flash News App is from [here](https://newsapi.org)*.
***You can Install and test latest Flash News app from below π***
[](https://github.com/Spikeysanju/FlashNews-MVVM/blob/master/apk/flashnews.apk)
## Built With π
- [Kotlin](https://kotlinlang.org/) - First class and official programming language for Android development.
- [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) - For asynchronous and more..
- [Android Architecture Components](https://developer.android.com/topic/libraries/architecture) - Collection of libraries that help you design robust, testable, and maintainable apps.
- [LiveData](https://developer.android.com/topic/libraries/architecture/livedata) - Data objects that notify views when the underlying database changes.
- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - Stores UI-related data that isn't destroyed on UI changes.
- [Room](https://developer.android.com/topic/libraries/architecture/room) - SQLite object mapping library.
- [Retrofit 2](https://square.github.io/retrofit/) - A type-safe HTTP client for Android and Java.
- [GSON Converter](https://github.com/square/retrofit/tree/master/retrofit-converters/gson) - A Converter which uses Gson for serialization to and from JSON.
- [Material Components for Android](https://github.com/material-components/material-components-android) - Modular and customizable Material Design UI components for Android.
## Architecture
This app uses [***MVVM (Model View View-Model)***](https://developer.android.com/jetpack/docs/guide#recommended-app-arch) architecture.
## Contribute
If you want to contribute to this library, you're always welcome!
See [Contributing Guidelines](CONTRIBUTING.md).## Contact
Have an project? DM me at πDrop a mail to:- [email protected]
# Donation
If this project help you reduce time to develop, you can give me a cup of coffee :)[](https://www.paypal.com/paypalme2/spikeysanju)
## License
```
MIT LicenseCopyright (c) 2020 Spikeysanju
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```