Tickect View Layout
Step 1. Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.rogergcc:TicketView:1.0.0'
}
This is an open-source library to show a custom ticket view layout, and you are welcome to add your unique touch to this project by contributing to the repository.
Info How create library [https://blogdevtrip.hashnode.dev/create-your-android-library-and-share)
The Hacktoberfest is a program put on by Digital Ocean, DEV and Github that lets you win a T-Shirt by making 4 pull requests on any open-source project throughout October.
Based on your ideas, you can add or fix the react component. Any code copied from another source should not be used.
After completing these steps, you can start contributing by clicking on Create Pull Request. Your branch will be merged if it meets the requirements of the maintainers. There is no restriction on where you can use this project. example: fix(api): fixing api
-
Don't Create Pull Request to update "readme.md" File.
-
Maintain proper folder structure.
-
The pull request should be relevant and useful