I Am Back. New Content Will Be Posted Soon
I am back after a break. I haven’t posted much content lately, but now I am … Read more
Your blog category
I am back after a break. I haven’t posted much content lately, but now I am … Read more
Your app should use exact alarms, and declare either SCHEDULE_EXACT_ALARM or USE_EXACT_ALARM permission, only if a user-facing function in your app requires precisely-timed actions.
Composition Over Inheritance is an important design principle of Object Oriented Programming. It makes the code more reusable and maintainable.
Working as software developers, it’s our daily bread and butter to work on different sorts of software bugs and fix them. The complexity of a bug is directly proportional to its reproducibility.
In this article, we are going to use ChatGPT for setting up the library dependencies that we usually need in an Android project. We will also use ChatGPT to generate boilerplate code for us which would help us in improving overall development productivity.
We will see the storage permission changes in Android 13, and how to use PickVisualMedia and PickMultipleVisualMedia with PhotoPicker
Implementing PiP mode in Android in 5 simple steps Picture-in-Picture(PiP) mode shrinks the Android app content into … Read more
The Year 2038 problem, also known as Y2K38 or Epochalypse, is a computer bug that will affect the systems that make use of a 32-bit Integer system for storing the date and time information.
Google unveiled its first-ever Pixel Watch at the “Made by Google” event In October 2022, Google released … Read more
3 Android Studio tools that I am going to list below will not only improve productivity but also help in writing more robust code.