Hemalatha Raghavan

iOS-Review

Building and deploying iOS applications

Introduction iOS is one of the most popular mobile operating systems on the market, and for a good reason. It’s reliable, user-friendly, and packed with features that make developing and deploying applications a breeze. This blog post will discuss some of the best practices for building and deploying iOS applications. From understanding Apple’s development environment…

Read More
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