KotDoc is a small consumer of the Official Kotlin Language documentation, wrapped in an Android App format. The documentation is fetched from the Kotlin GitHub Repository and parsed into conventional lists/screens. Content is provided as-is and is not curated by the author of this repository.
This app serves as a mobile friendly way to peruse the Kotlin documentation, considering the offical docs are not provided in a mobile format.
This project makes use of the following MAD (Modern Android Development) features/APIs;
- Compose
- Live Data
- Coroutines
- Room
Whilst this project is currently in active development, a few preview images are available;
The app is available to download through one of two options;
- Play Store
- Releases
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.

