{"id":13644799,"url":"https://github.com/Ashok-Varma/BottomNavigation","last_synced_at":"2025-04-21T10:34:30.038Z","repository":{"id":39042827,"uuid":"54283063","full_name":"Ashok-Varma/BottomNavigation","owner":"Ashok-Varma","description":"This Library helps users to use Bottom Navigation Bar (A new pattern from google) with ease and allows ton of customizations","archived":false,"fork":false,"pushed_at":"2020-12-14T10:06:25.000Z","size":3928,"stargazers_count":4355,"open_issues_count":26,"forks_count":689,"subscribers_count":118,"default_branch":"master","last_synced_at":"2024-11-09T17:42:23.881Z","etag":null,"topics":["android","android-library","android-ui","bottombar","bottomnavigation","customizable","google-components","material-design"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ashok-Varma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-19T19:19:30.000Z","updated_at":"2024-11-02T23:59:56.000Z","dependencies_parsed_at":"2022-08-01T07:49:44.777Z","dependency_job_id":null,"html_url":"https://github.com/Ashok-Varma/BottomNavigation","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashok-Varma%2FBottomNavigation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashok-Varma%2FBottomNavigation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashok-Varma%2FBottomNavigation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashok-Varma%2FBottomNavigation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ashok-Varma","download_url":"https://codeload.github.com/Ashok-Varma/BottomNavigation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250040817,"owners_count":21365168,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-library","android-ui","bottombar","bottomnavigation","customizable","google-components","material-design"],"created_at":"2024-08-02T01:02:13.643Z","updated_at":"2025-04-21T10:34:25.023Z","avatar_url":"https://github.com/Ashok-Varma.png","language":"Java","funding_links":[],"categories":["BottomNavigation"],"sub_categories":[],"readme":"[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-BottomNavigation-green.svg?style=true)](https://android-arsenal.com/details/1/3612)\n[![Build Status](https://travis-ci.org/Ashok-Varma/BottomNavigation.svg?branch=master)](https://travis-ci.org/Ashok-Varma/BottomNavigation)\n\n# BottomNavigation\n\n**get sample apk from [Google Play Store][googlePlayStoreLink]**\n\n\u003cimg src=\"https://raw.githubusercontent.com/Ashok-Varma/BottomNavigation/master/all.gif\" width=\"300\" height=\"550\" /\u003e\n\n## What is this component about?\n\nThis component that mimics the new [Material Design Bottom Navigation pattern][googlePage].\n\n**(currently under active development, expect to see new releases almost daily)**\n\n## Features\n\n* This library offers ton of customisations that you can do to Bottom Navigation Bar.\n* Follows google [bottom navigation bar guidelines][googlePage]\n* Choose your background style and tab mode.\n* each tab has it's own colors\n* supports badges with complete customization\n\n## Download\n\nBased on your IDE you can import library in one of the following ways\n\nDownload [the latest JAR][mavenAarDownload] or grab via Maven:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.ashokvarma.android\u003c/groupId\u003e\n  \u003cartifactId\u003ebottom-navigation-bar\u003c/artifactId\u003e\n  \u003cversion\u003e2.2.0\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n```\nor Gradle:\n```groovy\nimplementation 'com.ashokvarma.android:bottom-navigation-bar:2.2.0'\n```\nor Ivy:\n```xml\n\u003cdependency org='com.ashokvarma.android' name='bottom-navigation-bar' rev='2.2.0'\u003e\n  \u003cartifact name='$AID' ext='pom'/\u003e\n\u003c/dependency\u003e\n```\n\n## For Usage Docs [Visit Wiki][wikiLink]\n\n## Migration from V1 to V2\n1. BadgeItem has been changed to TextBadgeItem\n2. New ShapeBadgeItem implementation changed. [check this page for new api usage](https://github.com/Ashok-Varma/BottomNavigation/wiki/Badges)\n3. hideText replaced with new modes. To use those mode should be set to MODE_FIXED_NO_TITLE / MODE_SHIFTING_NO_TITLE \n\n## License\n\n```\nBottomNavigation library for Android\nCopyright (c) 2016 Ashok Varma (http://ashokvarma.me/).\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\n## Other Open Source Libraries\n1. [Gander](https://github.com/Ashok-Varma/Gander) : Gander is a simple in-app HTTP inspector for Android OkHttp clients. Gander intercepts and persists all HTTP requests and responses inside your application, and provides a UI for inspecting their content.\n2. [SqliteManager](https://github.com/Ashok-Varma/SqliteManager) : Sqlite Manager is a Dev Debug tool that helps to manage(Edit, Add, Clear) your android Sqlite Databases.\n3. [SharedPrefManager](https://github.com/Ashok-Varma/SharedPrefManager) : SharedPref Manager is a Dev Debug tool that helps to manage(Edit, Add, Clear) your android Shared Preferences.\n\n\n [wikiLink]: https://github.com/Ashok-Varma/BottomNavigation/wiki\n [googlePlayStoreLink]: https://play.google.com/store/apps/details?id=com.ashokvarma.bottomnavigation.sample\n [googlePage]: https://www.google.com/design/spec/components/bottom-navigation.html\n [mavenAarDownload]:  https://repo1.maven.org/maven2/com/ashokvarma/android/bottom-navigation-bar/2.2.0/bottom-navigation-bar-2.2.0.aar\n [mavenLatestJarDownload]: https://search.maven.org/remote_content?g=com.ashokvarma.android\u0026a=bottom-navigation-bar\u0026v=LATEST\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAshok-Varma%2FBottomNavigation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAshok-Varma%2FBottomNavigation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAshok-Varma%2FBottomNavigation/lists"}