Skip to content

Tesla-gamer/ChipNavigation

Repository files navigation

ChipNavigation

This is a simple custom made bottom chip navigation bar.

Project Demo

Project video link https://www.youtube.com/shorts/E6Frty2TLL8

Screenshots

photo_2022-03-05_18-46-20 photo_2022-03-05_18-46-15

Dependency

   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'

Tech Stack

Client: Java, Android studio, xml

Server: Firebase

Authors

Important settings for third party library

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")
      
                           }