Tausif Uddin AhmedIntegrate 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 22Oct 22
Tausif Uddin AhmedWorking with Different MutableList Functions in KotlinScenario 1: Update the existing object of a list Using findNov 6, 2023Nov 6, 2023
Tausif Uddin AhmedBenefits of KotlinCatch null pointer exception in compile time by declaring nullable and non-nullable data typeMar 26, 2023Mar 26, 2023
Tausif Uddin AhmedObject Detection Systems Types in Computer VisionAn object detection system is segmented into two different scenarios:Mar 23, 2023Mar 23, 2023
Tausif Uddin AhmedWhat I know koltin Flow, StateFlow, SharedFlow in theocraticallyMar 16, 2023Mar 16, 2023
Tausif Uddin AhmedFind 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
Tausif Uddin AhmedBest 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
Tausif Uddin AhmedCapturing 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
Tausif Uddin AhmedResize 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