This is a simple custom made bottom chip navigation bar.
Project video link https://www.youtube.com/shorts/E6Frty2TLL8
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'com.gauravk.bubblenavigation:bubblenavigation:1.0.7'
Client: Java, Android studio, xml
Server: Firebase
Add this statement in gradle properties --> android.enableJetifier=true
Add this statement in settings.gradle-->plugin management -->> maven{
url("https://jcenter.bintray.com")
}
dependency resoulution maven{
url("https://jcenter.bintray.com")
}