Skip to content

Commit 68c00ea

Browse files
committed
add ListFilter to README and linked all the classes
1 parent 02a3642 commit 68c00ea

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,17 @@ Custom interface classes with instantiate, initialize, listen, load functions. W
2222

2323
## Available classes
2424

25-
- Activity
26-
- BundleBuilder
27-
- Callback
28-
- DialogFragment
29-
- Fragment
30-
- JSONBuilder
25+
- [Activity](https://github.com/u-barnwal/AndroidCustomInterfacesLibrary/blob/main/custom/src/main/java/com/isolpro/custom/Activity.java)
26+
- [BundleBuilder](https://github.com/u-barnwal/AndroidCustomInterfacesLibrary/blob/main/custom/src/main/java/com/isolpro/custom/BundleBuilder.java)
27+
- [Callback](https://github.com/u-barnwal/AndroidCustomInterfacesLibrary/blob/main/custom/src/main/java/com/isolpro/custom/Callback.java)
28+
- [DialogFragment](https://github.com/u-barnwal/AndroidCustomInterfacesLibrary/blob/main/custom/src/main/java/com/isolpro/custom/DialogFragment.java)
29+
- [Fragment](https://github.com/u-barnwal/AndroidCustomInterfacesLibrary/blob/main/custom/src/main/java/com/isolpro/custom/Fragment.java)
30+
- [JSONBuilder](https://github.com/u-barnwal/AndroidCustomInterfacesLibrary/blob/main/custom/src/main/java/com/isolpro/custom/JSONBuilder.java)
31+
- [ListFilter](https://github.com/u-barnwal/AndroidCustomInterfacesLibrary/blob/main/custom/src/main/java/com/isolpro/custom/ListFilter.java)
32+
33+
## Information
34+
The code for all the above classes mostly self-explanatory, if you go through them once you'll get the gist.
35+
If you want to use them and want a proper documentation, feel free to write me at [email protected] :)
3136

3237
## Important
3338
**Experimental build for internal usages only!**

0 commit comments

Comments
 (0)