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

https://github.com/nazmulidris/customviews


https://github.com/nazmulidris/customviews

Last synced: about 2 months ago
JSON representation

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