This project aims to build a smooth and basic bottom navigation bar for Android phones. It can be utilized as a template for other Android apps with slight changes.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them. Add the code below into your Gradle app file.
implementation 'com.android.support:design:x.y.z'
Change x,y,z with the latest version of the above libraries at the time.
Set up your device as follows:
-
Connect your device to your development machine with a USB cable. If you are developing on Windows, you might need to install the appropriate USB driver for your device.
-
Enable USB debugging in the Developer options as follows:
-
Open the Settings app.
-
(Only on Android 8.0 or higher) Select System.
-
Scroll to the bottom and select About phone.
-
Scroll to the bottom ad tap Build number 7 times.
-
Return to the previous screen to find Developer options near the bottom.
-
Open Developer options, and then scroll down to find and enable USB debugging.
-
-
Run the app on your device as follows:
-
In Android Studio, click the app module in the Project window and then select Run > Run.
-
In the Select Deployment Target window, select your device, and click OK.
-
Android Studio installs the app on your connected device and starts it.
- John Arnokouros - Initial work - johnarn@windowslive.com
The MIT License (MIT)
Copyright (c) 2019
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.