A sample news reading app, built with Jetpack Compose.
- Kotlin
- Coroutines
- Jetpack compose
- Material Design 3
- Clean Architecture
- MVVM
- SOLID
- Retrofit
- Gson
- Coil
- Unit Testing
- Coroutines testing
- ROOM database
- The sample app contains two screens: The home screen with the top headlines, a publication webview for each and every individual article.
- The user can share a certain publication page.
- Offline caching of previously loaded articles, where there's no internet connectivity.
Copyright 2021 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.