https://github.com/undertone0809/android-dev-hub
A android development demo hub
https://github.com/undertone0809/android-dev-hub
Last synced: 2 months ago
JSON representation
A android development demo hub
- Host: GitHub
- URL: https://github.com/undertone0809/android-dev-hub
- Owner: Undertone0809
- Created: 2023-03-17T12:18:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T16:20:27.000Z (about 2 years ago)
- Last Synced: 2025-02-10T06:25:45.409Z (4 months ago)
- Language: Kotlin
- Homepage:
- Size: 10.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android-dev-hub
该仓库为android开发练习的demo合集。# Catalogue
- [Caculator 一个简易的计算器](./LayoutPractise/)
- [LayoutPratices 布局练习](./LayoutPractise/)
- [LoginApp 一个简易的登陆App](./LoginActivity/)
- [SimpleContact 一个使用RecyclerView开发的简易通讯录](./SimpleContact/)# References
- [https://github.com/lingfliu/android_dev_tutorial_kt](https://github.com/lingfliu/android_dev_tutorial_kt)