Few Android devices have bottom software navigation bars which include back & home buttons. In this article, I am going to share a utility method to get full screen size including top status bar & bottom navigation bar in Android in both Java & Kotlin. If you want to get screen size without including the […]
Utility Class to Get Screen Width & Height in Kotlin Android
It’s a common requirement to get screen width or height for Android developers in their Apps. In this article, I am sharing a simple utility class that will help you to get screen width & height in Kotlin Android. Just copy and paste the following utility class in your Kotlin project and it will get […]