a First simple Library to show Toast in Center
Add it in your root build.gradle at the end of repositories:
allprojects { repositories { ... maven { url 'https://jitpack.io' } } }
dependencies { implementation 'com.github.kkkabariya:Kritesh-Toast:Tag' }