Shubham Pandey

Results 7 comments of Shubham Pandey

can you provide more details on it

private NavController navController; private SmoothBottomBar bottomNavigationView; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); bottomNavigationView = findViewById(R.id.bottomBar); navController = Navigation.findNavController(this, R.id.nav_host_fragment); NavigationUI.setupActionBarWithNavController(this, navController); setupSmoothBottomBar(); } private void setupSmoothBottomBar() { PopupMenu...

Updated to latest dependency that can be used with this github repo.

to target android sdk 12 android make changes something so that is in this commit.

https://github.com/1902shubh/FolioReader-Android/tree/master here is the changes already raise pull request. Check the changes.

i am also implementing same thing let me know if you get any solution for it