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

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.

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)