This video shows the steps to develop an Android 11 (API 30) App to take screenshot of your phone. It uses a very simple concept of going to the rootView from any view to get the complete screenshot. It shows 2 approaches: App’s button view and the window view to…
Tag: quick
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….