Skip to content

Latest commit

 

History

History
60 lines (52 loc) · 4.16 KB

README.md

File metadata and controls

60 lines (52 loc) · 4.16 KB

BangalMasterPack-Audio Player, CircleImageView, URL Embedded, SocialTexView, SocialEditText

Buy Me A Coffee

Features:

  • Easy to use
  • Full control of customization like(colors, visibilities, size)
  • Audio Player
  • CircleImageView
  • URL Embedded
  • SocialTexView
  • Slide Anim like bKash, Nagat tk section
  • The controls are availabe in XML and programmatically

Step 1. Add it in your root settings.gradle at the end of repositories:


allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 1. Add it in your root settings.gradle at the end of repositories:


 dependencies {
	        implementation 'com.github.n3o-d4rk3r:BangalMasterPack:1.4'
	}