KMMNewsAPP
Kotlin multi platform project template and sample app with everything shared except the UI. Built with clean architecture + MVI
File Explorer
Download Latest Version (.zip)- BottomNavigationBar.kt
- CategoryChips.kt
- FeaturedArticleCard.kt
- NewsCard.kt
- PaginatedHeadlinesList.kt
- SearchBar.kt
- ShadowCard.kt
- ShortForYouSection.kt
- WelcomeHeader.kt
- HomeScreen.kt
- Color.kt
- Shape.kt
- Spacing.kt
- Theme.kt
- Typography.kt
- KmmNewsAPP.kt
- MainActivity.kt
- MainApplication.kt
- light.ttf
- mediym.ttf
- regular.ttf
- colors.xml
- strings.xml
- styles.xml
- AndroidManifest.xml
- build.gradle.kts
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- Contents.json
- Contents.json
- Contents.json
- Contents.json
- Extensions.swift
- KoinExtensions.swift
- BottomNavigationView.swift
- CategoryChipsView.swift
- FeaturedArticleCard.swift
- HeadlinesView.swift
- HomeScreenView.swift
- SearchBarView.swift
- ShortForYouSection.swift
- WelcomeHeaderView.swift
- ContentView.swift
- HeadlinesView.swift
- Info.plist
- iOSApp.swift
- iosApp.xcscheme
- xcschememanagement.plist
- project.pbxproj
- UserInterfaceState.xcuserstate
- contents.xcworkspacedata
- Podfile
- Podfile.lock
- 1.json
- 2.json
- DatabaseBuilder.android.kt
- NetworkConnectivityService.android.kt
- Platform.kt
- AndroidManifest.xml
- CacheManager.kt
- AppDatabase.kt
- CounterDao.kt
- CounterEntity.kt
- DatabaseBuilder.kt
- DatabaseProvider.kt
- HeadlineEntity.kt
- HeadlinesDao.kt
- CoreModule.kt
- HeadlinesModule.kt
- NetworkConnectivityService.kt
- NewsApiService.kt
- PaginationIntent.kt
- PaginationManager.kt
- PaginationState.kt
- KoinModule.kt
- HeadlineMapper.kt
- HeadlineRepositoryImpl.kt
- GetCachedHeadlinesUseCase.kt
- GetTopHeadlinesUseCase.kt
- Headline.kt
- HeadlineRepository.kt
- LoadHeadlinesPageUseCase.kt
- RefreshHeadlinesUseCase.kt
- HeadlinesEffect.kt
- HeadlinesIntent.kt
- HeadlinesReducer.kt
- HeadlinesState.kt
- HeadlinesViewModel.kt
- Platform.kt
- SampleObservableViewModel.kt
- DatabaseBuilder.ios.kt
- NetworkConnectivityService.ios.kt
- FlowExtensions.kt
- KoinIos.kt
- Platform.kt
- KtorClientFactory.native.kt
- build.gradle.kts
- shared.podspec
- .gitignore
- build.gradle.kts
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- observablevm
- README.md
- settings.gradle.kts
# Installation Guide
1. Get the code
git clone https://github.com/Kashif-E/KMMNewsAPP
Downloads the entire project code from GitHub to your computer.
cd KMMNewsAPP
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd androidApp
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
