Md Jahidul Islam
Md Jahidul Islam
```diff //overload setupWithNavController fun setupWithNavController(menu:Menu,navController: NavController) { NavigationComponentHelper.setupWithNavController(menu, this, navController) } +fun setupWithNavController(navController: NavController) { + NavigationComponentHelper.setupWithNavController(this.menu, this, navController) + Navigation.setViewNavController(this,navController) +} //select an item +fun setSelectedItem(pos:Int){ + try{ +...
Not saving HttpCookie("token","27XSFEIJEIFREf") in android 12. below android 12 is working fine.
when you have an internet connection and you launch the app. it's showing connected with the internet. but when you turn off all networks and lanch the app again it's...
when you have an internet connection and you launch the app. it's showing **connected with the internet**. but when **you turn off all networks and lanch the app again** it's...