KidSecure -Parental control mobile app in Flutter

KidSecure is a parental control mobile application that helps parents understand and limit their children’s mobile usage Introduction Post-Millennial Trend Today- With the world leaning more and more towards the mobile-first lifestyle, children of age group 7–18 are allowed to have access to mobile phones which changes the way children are brought up. Varied reasons […]
Read More

Make everyday life better with technology

Recently someone asked me, what is the vision of your company?. I answered in a very simple manner: To create a better everyday life with the help of technology. Be loyal and transparent to your employees and clients. As IT professionals, our job is to make life easy for everyone and use technology as a solution […]
Read More

Understanding Google Play Billing Library v5.0- Android

Recently, in this year’s I/O (2022) the Google Play team announced big changes made in the Google Play Billing Library v5.0. Having to migrate to the new version myself, I gathered, while trying to structure my app around the new subscription model that some of these changes are still a bit confusing to many developers. […]
Read More

Say Goodbye XML, Hello Compose!

Image Source: Android Developer Blog It is no secret that Jetpack Compose is all rage these days. Jetpack Compose is the recommended Android development toolkit that accelerates Android development, is easy to migrate to, simple to understand with a lot of helpful official documentation, guidelines, and resources available from the Android Developers Team at Google. […]
Read More

Lessons learnt from implementing Jetpack Compose

Jetpack Compose has been a major hype ever since it was announced and is quickly been adopted by the Android community. Jetpack Compose is a modern toolkit for building native Android UI. It is the recommended toolkit by Android Developers for building Android apps. It is said to be simple, fast, and intuitive. Being an […]
Read More

Using Android’s new Credential Manager API

Photo by Franck on Unsplash Android’s new Credential Manager API provides a seamless way for your app’s users to log in to your apps with one-click solutions. Credential Manager is a Jetpack API that supports multiple sign-in methods, such as username and password, passkeys, and federated sign-in solutions (such as Sign-in with Google) in a single […]
Read More

Jest — A Powerful JavaScript Testing Framework

Testing is an essential part of software development. It ensures that the code is reliable, functions as expected, and reduces the likelihood of errors. Testing frameworks have come a long way since the early days of manual testing. Today, automated testing frameworks like Jest make testing in JavaScript a breeze. What is Jest Framework? Jest […]
Read More

Categories