{"id":18737219,"url":"https://github.com/shubham16g/super-bottom-navigation","last_synced_at":"2025-11-17T08:30:18.025Z","repository":{"id":161642269,"uuid":"343199346","full_name":"shubham16g/Super-Bottom-Navigation","owner":"shubham16g","description":"This is Best Bottom Navigation for Android","archived":false,"fork":false,"pushed_at":"2021-06-29T17:24:45.000Z","size":162,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T17:15:23.238Z","etag":null,"topics":["andriod","bottom-navigation","bottomnavigationview","chip-navigation","custom","library"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shubham16g.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-28T19:48:17.000Z","updated_at":"2023-08-15T11:54:17.000Z","dependencies_parsed_at":"2023-06-13T17:15:35.715Z","dependency_job_id":null,"html_url":"https://github.com/shubham16g/Super-Bottom-Navigation","commit_stats":null,"previous_names":["shubham16g/super-bottom-navigation"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubham16g%2FSuper-Bottom-Navigation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubham16g%2FSuper-Bottom-Navigation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubham16g%2FSuper-Bottom-Navigation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubham16g%2FSuper-Bottom-Navigation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shubham16g","download_url":"https://codeload.github.com/shubham16g/Super-Bottom-Navigation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239611994,"owners_count":19668274,"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":["andriod","bottom-navigation","bottomnavigationview","chip-navigation","custom","library"],"created_at":"2024-11-07T15:24:18.707Z","updated_at":"2025-11-17T08:30:17.950Z","avatar_url":"https://github.com/shubham16g.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Super-Bottom-Navigation\n\n[![](https://jitpack.io/v/shubham-gupta-16/Super-Bottom-Navigation.svg)](https://jitpack.io/#shubham-gupta-16/Super-Bottom-Navigation)\n\nThis is the best Bottom Navigation for Android.\n\n## Gradle\n\n### Add jitpack to the build.gradle (project):\n  ```\n allprojects {\n   repositories {\n     ...\n     maven { url 'https://jitpack.io' }\n   }\n }\n  ```\n\n### Add the library to the dependencies:\n```\n implementation 'com.github.shubham-gupta-16:Super-Bottom-Navigation:1.0.6'\n  ```\n## Docs\n\n### In XML layout file:\n\n```xml\n    \u003ccom.shubhamgupta16.superbottomnav.SuperBottomNavigation\n        android:id=\"@+id/superBottomNav\"\n        android:layout_alignParentBottom=\"true\"\n        android:background=\"#fff\"\n        android:layout_width=\"match_parent\"\n        app:menu_res=\"@menu/bottom_menu\"\n        app:icon_size=\"24dp\"\n        app:anim_duration=\"400\"\n        android:elevation=\"6dp\"\n        app:icon_color=\"@color/colorPrimary\"\n        app:text_color=\"#111\"\n        android:layout_height=\"wrap_content\"/\u003e\n```\n### In Java Activity file:\n```java\n    superBottomNav = findViewById(R.id.superBottomNav);\n\n    superBottomNav.setOnItemSelectChangeListener(new SuperBottomNavigation.OnItemSelectChangeListener() {\n        @Override\n        public void onChange(int id, int position) {\n            Log.d(TAG, \"id: \" + id + \", position: \" + position);\n        }\n    });\n```\n### Also add Badges by using:\n```java\n    superBottomNav.setBadge(R.id.action_cart, cartCount);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubham16g%2Fsuper-bottom-navigation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshubham16g%2Fsuper-bottom-navigation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubham16g%2Fsuper-bottom-navigation/lists"}