andfun-kotlin-android-trivia
andfun-kotlin-android-trivia copied to clipboard
The app doesn't complie once used because the old navigation Libaries and need to update target SDK
setHasOptionsMenu(true) is deprecated at title fragment onCreateOptionsMenu is deprecated at title fragment onOptionsItemSelected is deprecated at title fragment
I had an issue with adding the Up-Button, where my App crashed with the message that my MainActivity would not have a NavController set. I fixed this by accessing the...
Consider adding a `` declaration to your manifest when calling this method; see https://g.co/dev/packagevisibility for details
get navControler without error