# DrawView
**Repository Path**: hanzhenxiong/DrawView
## Basic Information
- **Project Name**: DrawView
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-08-09
- **Last Updated**: 2025-02-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# DrawView

   
Android view that allows the user to create drawings. Draw anything you like in your Android device from simple view.
Customize draw settings like draw color, draw width or draw tools. 
Undo or redo actions it is possible with DrawView.





View example [APK](https://play.google.com/store/apps/details?id=com.byox.drawviewproject)
Usage
--------
With Gradle:
```groovy
  implementation 'com.byox.drawview:drawview:X.X.X'
```
or Maven:
```xml
  com.byox.drawview
  drawview
  X.X.X
  pom
```
Where **X.X.X** is the current version of DrawView
Snapshot
--------
Import from:
```groovy
  maven { url "https://raw.githubusercontent.com/ByoxCode/DrawView/snapshot/aar/snapshots/" }
```
With Gradle:
```groovy
  implementation 'com.byox.drawview:drawview:X.X.X-SNAPSHOT'
```
or Maven:
```xml
  com.byox.drawview
  drawview
  X.X.X-SNAPSHOT
  pom
```
Where **X.X.X** is the current version of DrawView Snapshot
How to use
--------
Add DrawView to your layout
```xml
  
```
Attributes
--------
Please visit [Wiki](https://github.com/ByoxCode/DrawView/wiki)
Donate
--------
If this library is useful for you, and you like it, and if want to contribute for develop more libraries, you can buy me a beer. [](https://paypal.me/IngMedinaCruz)
Apps that uses DrawView
--------
Please feel free to contact me if you like to appear in this section.
License
--------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
   http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.