Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leoando/android-app-teaching-material-templates
Templates for Android app teaching materials
https://github.com/leoando/android-app-teaching-material-templates
android android-java android-kotlin java11 jetpack-compose material-design-3 template
Last synced: about 1 month ago
JSON representation
Templates for Android app teaching materials
- Host: GitHub
- URL: https://github.com/leoando/android-app-teaching-material-templates
- Owner: LeoAndo
- Created: 2021-09-21T15:05:47.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-09T19:08:58.000Z (about 2 years ago)
- Last Synced: 2024-11-11T11:50:40.444Z (3 months ago)
- Topics: android, android-java, android-kotlin, java11, jetpack-compose, material-design-3, template
- Language: Kotlin
- Homepage:
- Size: 7.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
Android app programming school for beginners does not do large-scale app development.
this repository is app templates targeting instructors teaching at programming schools.# development environment
# Min / Target SDKVersion
```groovy
minSdk 29
targetSdk 33
```# [M3BasicSample](https://github.com/LeoAndo/android-app-teaching-material-templates/tree/main/M3BasicSample)
# [M3ComposeBasicApp](https://github.com/LeoAndo/android-app-teaching-material-templates/tree/main/M3ComposeBasicApp)
# [M3SimpleApp](https://github.com/LeoAndo/android-app-teaching-material-templates/tree/main/M3SimpleApp)
# [M2SimpleJavaApp](https://github.com/LeoAndo/android-app-teaching-material-templates/tree/main/M2SimpleJavaApp)