screen

Snippets

Get screen size programatically in Android (Compose / Kotlin, Java)

So if you ever need to get the screen size(width and height) programatically on Android, note that there are a few options out there. Please see below some of them. Get Android screen size from DisplayMetrics The following snippet helps you load the screen size in Android using the Display class. This is quite old, […]

, , , , , ,
Snippets, Solutions

Android Keep The Screen On

You surely want to keep the screen of your phone ON and you don’t know how to do this, otherwise you wouldn’t be on our blog :P  But, you are on the right place, because in this tutorial I will show you how to keep the screen on programatically. 1. Create a new project and call

, , ,
Scroll to Top