Navigation bar
This is a simple custom made bottom chip navigation bar.
Project video link https://youtu.be/3NgwYRGeClE
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.github.ismaeldivita:chip-navigation-bar:1.4.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.6.0'
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://jitpack.io' }
dependency resoulution maven { url 'https://jitpack.io' }