How to start with Coroutine in AndroidAsynchronous programming is a crucial aspect of Android development, enabling us to perform time-consuming tasks without blocking the main…Jul 25, 2023Jul 25, 2023
Printing Room DB queries in logcatFew weeks ago, i had written a query to do the sum of a column using SUM in query. Query was correct but i was always getting the results…Sep 1, 2022Sep 1, 2022
Visibility Modifiers in KotlinThe definition of the word “modify” is to change or alter something so we can say that using Visibility modifiers we are going to change…Nov 27, 2020Nov 27, 2020
Manually adding local library project to ReactNative appI was working on a native module to access some native android functionality. After development is done, I wanted to add it as a local…Aug 4, 2020Aug 4, 2020
AlarmManager in AndroidAs the name suggests, Managing Alarm by using functionality provided by AlarmManager. An alarm can be set to remind us about something…Jun 13, 2020Jun 13, 2020
Workmanager Nightmare: Deleting a scheduled workerWe are using Workmanager to perform Network and background data sync task in our application and as per our regular code review sessions…May 26, 2020May 26, 2020
Simple Notification in AndroidNotifications are a way to provide information to your customer which displays as a pop up on the device. It helps you to keep in touch…May 26, 2020May 26, 2020
Webview data directory for Android 9 (Pie)From Crashlytics report, i got to know that my app is crashing on Android 9 devices. After checking stacktrace log, it was related to…Jul 6, 20193Jul 6, 20193
Android Push Notification using FCM for TitaniumIn this post, I am going to integrate the push notification in my Titanium app using the FCM module provide by the Hans ( hansemannn) . I…Sep 21, 2018Sep 21, 2018