Get screen sizes of the Android Device
2020-05-19
A way of getting screen sizes of the device in pixels and density independent pixels (dp)Read More →
A way of getting screen sizes of the device in pixels and density independent pixels (dp)Read More →
We all know that Splash screens in Android are very useful if there is some starting background operation that user doesn’t need to see, but takes time to load (for example if the user is logged in or not, some reading of content, checking location, permissions,,,). In this scenario, theRead More →