Step 1: Go to Build -> Generate Signed Bundle or APK, a pop up will arise. Choose APK in the pop-up and click on Next. Step 2: After completing step 1,…
Cause: Starting from Android O there is limitation on how freely app can access background Service. Solution: use Foreground Service Step 1: in service: Step…
Example 1: You can see in this tutorial: Android Lesson 12 part 2: ListFragment Example 2: create android dialog with a custom layout File res/layout/dialog_content.xml…
Import: Example: More information about Snackbar: https://github.com/material-components/material-components-android/blob/master/docs/components/Snackbar.md