Skip to content

Tesla-gamer/CustomNavBar

Repository files navigation

CustomNavBar

Navigation bar

This is a simple custom made bottom chip navigation bar.

Project Demo

Project video link https://youtu.be/3NgwYRGeClE

Screenshots

photo_2022-03-06_00-55-59 photo_2022-03-06_00-55-57

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.github.ismaeldivita:chip-navigation-bar:1.4.0'
    implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.6.0'

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://jitpack.io' }

dependency resoulution    maven { url 'https://jitpack.io' }