https://github.com/nazmulidris/customviews
https://github.com/nazmulidris/customviews
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nazmulidris/customviews
- Owner: nazmulidris
- License: apache-2.0
- Created: 2018-04-28T21:07:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T05:02:02.000Z (almost 5 years ago)
- Last Synced: 2025-06-07T03:04:40.412Z (4 months ago)
- Language: Kotlin
- Size: 6.26 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Overview
This project is about the exploration of custom views. It explores the following.
- Custom Drawable
- Custom Views
- Custom Layout Manager / ViewGroup
- Custom Scrolling# Video of app in action
# A series of experiments
This project is an exploration into Android custom views. The project is structured into a
set of Activity classes which contain all things that are related to a specific exploration.
A main launcher activity `LauncherActivity.kt` allows you to play with each exploration
(or experiment).For more information and detailed documentation, please checkout the
[wiki](https://github.com/nazmulidris/customviews/wiki).