https://github.com/wajahatkarim3/bottomnavigationwithactivities
A example project of using BottomNavigation with Activities rather than Fragments.
https://github.com/wajahatkarim3/bottomnavigationwithactivities
activity android bottomnavigationview navigation-view navigationview
Last synced: 12 months ago
JSON representation
A example project of using BottomNavigation with Activities rather than Fragments.
- Host: GitHub
- URL: https://github.com/wajahatkarim3/bottomnavigationwithactivities
- Owner: wajahatkarim3
- License: apache-2.0
- Created: 2017-05-05T15:41:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T18:15:17.000Z (over 8 years ago)
- Last Synced: 2025-03-22T22:05:22.828Z (12 months ago)
- Topics: activity, android, bottomnavigationview, navigation-view, navigationview
- Language: Java
- Size: 259 KB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BottomNavigationWithActivities
A example project of using BottomNavigation with Activities rather than Fragments.
# Bottom Navigation with Plus button in center as in Zomato app
Another activity has been added, which shows an example of creating BottomNavigationView with center button as in Zomato app.
Here is the screenshot of the demo.

# Libs used in this Library
* BottomNavigationViewEx (https://github.com/ittianyu/BottomNavigationViewEx)
Donations
=============
This project needs you! If you would like to support this project's further development, the creator of this project or the continuous maintenance of this project, feel free to donate. Your donation is highly appreciated (and I love food, coffee and beer). Thank you!
**PayPal**
* **[Donate $5](https://www.paypal.me/WajahatKarim/5)**: Thank's for creating this project, here's a tea (or some juice) for you!
* **[Donate $10](https://www.paypal.me/WajahatKarim/10)**: Wow, I am stunned. Let me take you to the movies!
* **[Donate $15](https://www.paypal.me/WajahatKarim/15)**: I really appreciate your work, let's grab some lunch!
* **[Donate $25](https://www.paypal.me/WajahatKarim/25)**: That's some awesome stuff you did right there, dinner is on me!
* **[Donate $50](https://www.paypal.me/WajahatKarim/50)**: I really really want to support this project, great job!
* **[Donate $100](https://www.paypal.me/WajahatKarim/100)**: You are the man! This project saved me hours (if not days) of struggle and hard work, simply awesome!
* **[Donate $2799](https://www.paypal.me/WajahatKarim/2799)**: Go buddy, buy Macbook Pro for yourself!
Of course, you can also choose what you want to donate, all donations are awesome!
Developed By
============
```
Wajahat Karim
```
- Website (http://wajahatkarim.com)
- Twitter (http://twitter.com/wajahatkarim)
- Medium (http://www.medium.com/@wajahatkarim3)
- LinkedIn (http://www.linkedin.com/in/wajahatkarim)
# How to Contribute
1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request
# License
Copyright 2017 Wajahat Karim
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.