https://github.com/droiddevgeeks/customview
This is demo application where I tried to learn custom view and their lifecycle.
https://github.com/droiddevgeeks/customview
android-application compoundview customview declare-styleable kotlin ondraw onmeasure viewgroup views
Last synced: 19 days ago
JSON representation
This is demo application where I tried to learn custom view and their lifecycle.
- Host: GitHub
- URL: https://github.com/droiddevgeeks/customview
- Owner: droiddevgeeks
- Created: 2020-08-25T13:20:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T14:09:02.000Z (almost 6 years ago)
- Last Synced: 2025-01-13T11:18:02.732Z (over 1 year ago)
- Topics: android-application, compoundview, customview, declare-styleable, kotlin, ondraw, onmeasure, viewgroup, views
- Language: Kotlin
- Homepage:
- Size: 1.94 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CustomView
This is demo application where I tried to learn custom view and their lifecycle.
I have tried to create multiple custom view and 1 compound view.
#### Reference
* https://codelabs.developers.google.com/codelabs/advanced-android-training-custom-view-from-scratch/index.html?index=..%2F..advanced-android-training#2
* https://medium.com/mobile-app-development-publication/building-custom-component-with-kotlin-fc082678b080
* https://www.raywenderlich.com/142-android-custom-view-tutorial
* https://medium.com/mobile-app-development-publication/custom-touchable-animated-view-in-kotlin-3ad599f85dbc
* https://medium.com/@quiro91/custom-view-mastering-onmeasure-a0a0bb11784d
### Demo

### Views




[Medium](https://medium.com/@kishankr.maurya)