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
featuresandroidgfg

Introduction to Android Studio as a compelling mobile development platform

Android has quickly become a popular operating system for playstore app. Android Studio allows developers to build fast tools to design various applications of their choice on all Android devices. It is an IDE for Google Android Development and contains various Android tools for developing the application. The Android Studio has several intelligent features to…

Read More