CatViewerDemo
Kotlin Multiplatform Mobile demo for Android and iOS. App for viewing Cat pictures
File Explorer
Download Latest Version (.zip)- push.yml
- ci-gradle.properties
- CatTest.kt
- AndroidManifest.xml
- DropdownMenu.kt
- DropdownMenuItem.kt
- TopAppBar.kt
- Color.kt
- Shapes.kt
- Theme.kt
- Type.kt
- CatsUI.kt
- CatViewerApp.kt
- MainActivity.kt
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- colors.xml
- strings.xml
- themes.xml
- AndroidManifest.xml
- .gitignore
- build.gradle.kts
- google-services.json
- GoogleService-Info.plist
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- CatItem.swift
- CatsFilter.swift
- CatsStore.swift
- CatsView.swift
- ImageService.swift
- AsyncImage.swift
- AppDelegate.swift
- ContentView.swift
- Info.plist
- iOSApp.swift
- project.pbxproj
- Info.plist
- iosAppTests.swift
- Info.plist
- iosAppUITests.swift
- .gitignore
- android_demo.gif
- ios_demo.gif
- AtomicInt.kt
- AtomicReference.kt
- DataStoreSettings.kt
- Settings.kt
- SharedViewModel.kt
- AndroidManifest.xml
- Cat.kt
- Category.kt
- CategoryModel.kt
- FakeData.kt
- MimeType.kt
- MimeTypeModel.kt
- MimeTypesSource.kt
- AtomicInt.kt
- AtomicReference.kt
- CommonFlow.kt
- Settings.kt
- SharedViewModel.kt
- CatsApi.kt
- CatsStore.kt
- CatsViewModel.kt
- CatViewerServiceLocator.kt
- SettingsStorage.kt
- CatsTest.kt
- AtomicInt.kt
- AtomicReference.kt
- Settings.kt
- SharedViewModel.kt
- UIDispatcher.kt
- build.gradle.kts
- .gitignore
- build.gradle.kts
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle.kts
# Installation Guide
1. Get the code
git clone https://github.com/MartinRajniak/CatViewerDemo
Downloads the entire project code from GitHub to your computer.
cd CatViewerDemo
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)
