Custom option menu with iconJust the sample code to be pasted in the option menu xml. And you are good to go.Aug 19, 2021Aug 19, 2021
how to get image from gallery in android 10 and aboveCreate a Directory for data to be stored in Android/data/package name by:Feb 12, 2021Feb 12, 2021
Get battery level and state in android programmaticallyJust add this function to the any object class or any activity and call it. and function will return you the battery level.Jan 10, 2021Jan 10, 2021
How to set default font family for entire Android App?Simplest way is to add the item in default theme of an application.Jan 8, 2021Jan 8, 2021
How to prevent automatic screen lock on android by code?Just call this method and no need to get permission in the manifest file.Jan 8, 2021Jan 8, 2021
How to make an activity full screen in android studio?There are several ways to do so, Some of them is given below:Jan 8, 2021Jan 8, 2021