Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plateaukao/calliimageview
https://github.com/plateaukao/calliimageview
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/plateaukao/calliimageview
- Owner: plateaukao
- Created: 2016-02-06T03:37:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-09T07:00:29.000Z (almost 9 years ago)
- Last Synced: 2024-11-05T12:24:45.253Z (about 2 months ago)
- Language: Java
- Size: 4.64 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CalliImageView
A custom view for android platform to display Chinese calligraphy
characters with extra features.## Features
1. fill type vs. contour type
characters with contour lines are more suitable for practicing
hand writings directly on screen.2. grip type: 9 grids vs diagonal grid
Different grid styles are provided.3. show/hide character
without character, you can practice writing directly on grid## Demo
## How to use the library
in build.gradle, include jcenter()
```gradle
buildscript {
repositories {
jcenter()
}
}
```add following dependency
```gradle
dependencies {
...
compile 'info.plateaukao.android:customviews:1.0.0'
...
}
```
## Add CalliImageView in layout file```xml
```