Skip to content

Commit 1647363

Browse files
committed
add README
1 parent 0f01090 commit 1647363

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[![](https://jitpack.io/v/u-barnwal/AndroidCustomInterfacesLibrary.svg)](https://jitpack.io/#u-barnwal/AndroidCustomInterfacesLibrary)
2+
# MaterialEditText
3+
Collection of improved and easy-to-implement versions of common Android classes.
4+
5+
Custom interface classes with instantiate, initialize, listen, load functions. Works with ViewBinding
6+
7+
## Implementation
8+
**Step 1:** Add to project level build.gradle
9+
10+
allprojects {
11+
repositories {
12+
...
13+
maven { url 'https://jitpack.io' }
14+
}
15+
}
16+
17+
**Step 2:** Add to app level build.gradle
18+
19+
dependencies {
20+
implementation 'com.github.u-barnwal:AndroidCustomInterfacesLibrary:VERSION'
21+
}
22+
23+
## Available classes
24+
25+
- Activity
26+
- DialogFragment
27+
- Fragment
28+
- BundleBuilder
29+
- JSONBuilder
30+
31+
## Important
32+
**Experimental build for internal usages only!**

0 commit comments

Comments
 (0)