onimur / android-bottom-navigation

Project built with Android Studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bottom Navigation

This project contains a simple example of Bottom Navigation.

Getting Started

Using Git Bash

git clone git@github.com:MurilloComino/android-bottom-navigation.git

Using Android Studio

in File > New > Project from Version Control... > git

in URL put: https://github.com/MurilloComino/android-bottom-navigation.git

and then clone

Installing

  • Connect via usb your android phone.
  • After cloning the project, open the terminal and navigate to the root folder.

Windows

gradlew installDebug

Linux & MacOS

./gradlew installDebug

Example

Built With

License

About

Project built with Android Studio

License:Apache License 2.0


Languages

Language:Java 100.0%