news-sample-app

所属分类:android开发
开发工具:kotlin
文件大小:0KB
下载次数:0
上传日期:2019-10-19 07:20:36
上 传 者sh-1993
说明:  示例新闻应用程序,演示了开发android应用程序的干净架构和最佳实践
(A sample news app which demonstrates clean architecture and best practices for developing android app)

文件列表:
.circleci/ (0, 2019-09-11)
.circleci/config.yml (923, 2019-09-11)
.idea/ (0, 2019-09-11)
.idea/codeStyles/ (0, 2019-09-11)
.idea/codeStyles/Project.xml (1775, 2019-09-11)
.idea/gradle.xml (737, 2019-09-11)
.idea/misc.xml (2851, 2019-09-11)
.idea/runConfigurations.xml (564, 2019-09-11)
.idea/vcs.xml (180, 2019-09-11)
LICENSE.txt (11357, 2019-09-11)
build.gradle (743, 2019-09-11)
data/ (0, 2019-09-11)
data/build.gradle (1406, 2019-09-11)
data/proguard-rules.pro (751, 2019-09-11)
data/src/ (0, 2019-09-11)
data/src/androidTest/ (0, 2019-09-11)
data/src/androidTest/java/ (0, 2019-09-11)
data/src/androidTest/java/com/ (0, 2019-09-11)
data/src/androidTest/java/com/rakshitjain/ (0, 2019-09-11)
data/src/androidTest/java/com/rakshitjain/data/ (0, 2019-09-11)
data/src/androidTest/java/com/rakshitjain/data/ExampleInstrumentedTest.java (715, 2019-09-11)
data/src/main/ (0, 2019-09-11)
data/src/main/AndroidManifest.xml (107, 2019-09-11)
data/src/main/java/ (0, 2019-09-11)
data/src/main/java/com/ (0, 2019-09-11)
data/src/main/java/com/rakshitjain/ (0, 2019-09-11)
data/src/main/java/com/rakshitjain/data/ (0, 2019-09-11)
data/src/main/java/com/rakshitjain/data/api/ (0, 2019-09-11)
data/src/main/java/com/rakshitjain/data/api/RemoteNewsApi.kt (321, 2019-09-11)
data/src/main/java/com/rakshitjain/data/db/ (0, 2019-09-11)
data/src/main/java/com/rakshitjain/data/db/ArticlesDao.kt (542, 2019-09-11)
data/src/main/java/com/rakshitjain/data/db/NewsDatabase.kt (317, 2019-09-11)
data/src/main/java/com/rakshitjain/data/entities/ (0, 2019-09-11)
data/src/main/java/com/rakshitjain/data/entities/NewsPublisherData.kt (526, 2019-09-11)
data/src/main/java/com/rakshitjain/data/entities/NewsSourcesData.kt (1939, 2019-09-11)
data/src/main/java/com/rakshitjain/data/repository/ (0, 2019-09-11)
data/src/main/java/com/rakshitjain/data/repository/NewsCacheImpl.kt (969, 2019-09-11)
... ...

# Android News Clean Architecture [![CircleCI](https://circleci.com/gh/rakshit444/news-sample-app/tree/master.svg?style=svg)](https://circleci.com/gh/rakshit444/news-sample-app/tree/master) [![Kotlin](https://kotlin.link/awesome-kotlin.svg)](https://kotlinlang.org/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ### Things achieved so far 1. Clean architecture using kotlin 2. Presentation layer using MVVM 3. Using Koin for dependency resolution 4. Single source of truth with Room 5. CircleCi ### RoadMap for future 1. Pagination 2. Coroutines 3. Dynamic feature 4. Unit test 5. UI Improvement ### Steps to run: 1. Generate api key from https://newsapi.org/ 2. Put the api key in presentation layer gradle file as a value to API_KEY ### Features 1. Clean architecture with coroutines: https://github.com/rakshit444/news-sample-app/tree/wip/coroutines ### Posting Clean architecture: https://medium.com/@rjain.jain444/kotlin-clean-architecture-1ad42fcd97fa
Coroutines: https://proandroiddev.com/experimenting-with-coroutines-2082d5ec4ae8 ### Developed By * Rakshit Jain - ### License Copyright 2019 Rakshit Jain 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 http://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.

近期下载者

相关文件


收藏者