In this video it shows the code to restrict capturing the screenshots or recording the App’s layout using Android’s in-built recording functionality. Steps to pair your device over wifi is shown in below link:https://programmerworld.co/android/how-to-wirelessly-connect-over-wifi-physical-phone-in-android-studio-for-debugging-your-apps-code/ I hope you like this video. For any questions, suggestions or appreciation please contact us at:…
Tag: menu
Android Studio – Fix the error “Could not resolve com.android.tools.build:gradle:7.4.0”?
In this video it shows the steps to fix the gradle error in Android studio. Actual issue is with Java version mismatch as explained in the below line of error: To resolve this issue, it changes the Gradle JDK for build in the settings of Android Studio. I hope you…
How to import Image Asset and use it as display icon of your Android App?
In this video it shows the steps to import an image as an asset in your Android Studio environment of your App. Further it shows how one can use the imported image as the display icon of the App. It modifies both – round icon and normal icon – options…
How to customize long press app icon item list (ShortcutManager menu dialog) for your Android App?
In this video it shows how one can customize the long press menu item list for the Android App. When a user presses the icon of any App, Android shows up some of the options. This list of options is called shortcut info list and the dialog is shortcut manager….
How to create multiple layouts and menu items in your Android App? – Switch layout and exit menu options
In this video it shows how one can create multiple layouts in their Android App and switch between them easily by using setContentView command. Further, it shows how one can create menu items for their Android App and switch between different layouts using the menu options selection. Exit option in…