android-jetpack

Building your apps using Jetpack and AndoridX libraries

Jetpack is a suite of libraries which helps the developers adhere to industry best practices. It can help minimise the need for boilerplate code. You can write code which is consistent across Android versions and devices. (Source: https://developer.android.com/jetpack) WindowManager You can use the WindowManager library for supporting various device form factors. Unbundling the WindowManager You…

Read More