Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

スクリーンショット 2022-02-22 21 06 19

# 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)