KAndroid
Kotlin library for Android
File Explorer
Download Latest Version (.zip)- logo.png
- gradle-wrapper.jar
- gradle-wrapper.properties
- context.kt
- ContextTest.kt
- KViewTest.kt
- ViewGroupTest.kt
- strings.xml
- KActivity.kt
- KAnimation.kt
- KAnimator.kt
- KApi.kt
- KBitmap.kt
- KBundle.kt
- KContext.kt
- KDialog.kt
- KDisplayMetrics.kt
- KEnvironment.kt
- KFragment.kt
- KIntent.kt
- KLog.kt
- KSearchView.kt
- KSeekBar.kt
- KTextView.kt
- KThread.kt
- KTypedArray.kt
- KView.kt
- KViewGroup.kt
- AndroidManifest.xml
- .gitignore
- build.gradle
- proguard-rules.pro
- .gitignore
- .travis.yml
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/pawegio/KAndroid
Downloads the entire project code from GitHub to your computer.
cd KAndroid
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.
./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)
