How ChatGPT helped me to develop an Android app and a web dashboard within 3 hours!I am an Android developer with more than 7 years of work experience. I needed to present an initiative which was a mood monitoring system…Jan 3Jan 3
Integrate OpenLayers Node Map Library with Python Flask FrameworkI have developed a GIS application where I needed to integrate python flask with OpenLayers Map library. As it is a complex map application…Oct 22, 2024Oct 22, 2024
Working with Different MutableList Functions in KotlinScenario 1: Update the existing object of a list Using findNov 6, 2023Nov 6, 2023
Benefits of KotlinCatch null pointer exception in compile time by declaring nullable and non-nullable data typeMar 26, 2023Mar 26, 2023
Object Detection Systems Types in Computer VisionAn object detection system is segmented into two different scenarios:Mar 23, 2023Mar 23, 2023
Find Phone Numbers and Email addresses from text using RegEx and implement it in a python…A RegEx, or Regular Expression, is a sequence of characters that forms a search pattern.RegEx can be used to check if a string contains the…Oct 23, 2022Oct 23, 2022
Best practice for storing and protecting private API keys in android projectGoogle recommends storing API keys in local.properties file using secret gradle plugin instead of storing in project class file which is…Oct 18, 2022Oct 18, 2022
Capturing photos using CameraX Jetpack library in AndroidNormally device's default camera app has been used for capturing photos or video using intent in the app. But google now recommends using…Sep 11, 2022Sep 11, 2022
Resize the image programmatically using kotlin in AndroidWe all need to show image in UI or upload image in server some times in android app development.Oct 23, 2020Oct 23, 2020