NewsAppMVI

所属分类:土木工程
开发工具:kotlin
文件大小:0KB
下载次数:0
上传日期:2022-10-23 05:59:04
上 传 者sh-1993
说明:  新闻应用程序是一个简单的应用程序,基于Jetpack架构组件之上的基于事件的MVI架构模式,
(News App is an simple application based on event based MVI architectural pattern on top of Jetpack architecture components ,)

文件列表:
.idea/ (0, 2022-10-22)
LICENSE (1071, 2022-10-22)
app/ (0, 2022-10-22)
app/build.gradle (3635, 2022-10-22)
app/proguard-rules.pro (751, 2022-10-22)
app/src/ (0, 2022-10-22)
app/src/androidTest/ (0, 2022-10-22)
app/src/androidTest/java/ (0, 2022-10-22)
app/src/androidTest/java/com/ (0, 2022-10-22)
app/src/androidTest/java/com/tushar/ (0, 2022-10-22)
app/src/androidTest/java/com/tushar/newsmvi/ (0, 2022-10-22)
app/src/androidTest/java/com/tushar/newsmvi/ExampleInstrumentedTest.kt (664, 2022-10-22)
app/src/main/ (0, 2022-10-22)
app/src/main/AndroidManifest.xml (822, 2022-10-22)
app/src/main/java/ (0, 2022-10-22)
app/src/main/java/com/ (0, 2022-10-22)
app/src/main/java/com/tushar/ (0, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/ (0, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/NewsApplication.kt (159, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/di/ (0, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/di/AppModule.kt (1644, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/di/NewsActivityModule.kt (734, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/di/NewsScope.kt (138, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/model/ (0, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/model/Article.kt (1321, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/model/NewsModel.kt (345, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/model/Source.kt (249, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/network/ (0, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/network/ApiService.kt (390, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/repository/ (0, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/repository/NetworkBoundResource.kt (1818, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/repository/Repository.kt (1094, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/ui/ (0, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/ui/DataStateListener.kt (157, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/ui/MainActivity.kt (2024, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/ui/MainFragment.kt (4140, 2022-10-22)
app/src/main/java/com/tushar/newsmvi/ui/MainRecyclerAdapter.kt (3044, 2022-10-22)
... ...

# NewsAppMVI ![banner_image_news_mvi](https://user-images.githubusercontent.com/42339771/84754229-b6ef7100-afdd-11ea-9233-57e64db54816.jpg) News App is an simple application based on event based MVI architectural pattern on top of Jetpack architecture components Replace **NEWS_API_KEY from build.gradle** with your Api Key from https://newsapi.org/ ## Built With - [Kotlin](https://kotlinlang.org/) - Kotlin is a modern statically typed programming language that will boost your productivity and increase your developer happiness. - [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) - For non-blocking programming - [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. - [Dagger Hilt](https://dagger.dev/hilt/) - Dependency Injection Framework - [Retrofit](https://square.github.io/retrofit/) - A type-safe HTTP client for Android and Java. - [Gson](https://github.com/google/gson) - Gson is a Java library that can be used to convert Java Objects into their JSON representation - [Glide](https://github.com/bumptech/glide) - Glide is a fast and efficient open source media management and image loading framework. - [Material Components for Android](https://github.com/material-components/material-components-android) - Modular and customizable Material Design UI components for Android. # Package Structure ![Screenshot 2020-06-16 at 2 47 47 PM-min](https://user-images.githubusercontent.com/42339771/84756693-c3c19400-afe0-11ea-9bd0-823f4a8d0c70.png) ## License ``` MIT License Copyright (c) 2020 Tushar Pingale 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.

近期下载者

相关文件


收藏者