IntentService.class is an extensively used service class in Android because of its simplicity and robust in nature. Since the release of Oreo, made things more…
Android | Kotlin | Firebase | Python | Machine Learning
IntentService.class is an extensively used service class in Android because of its simplicity and robust in nature. Since the release of Oreo, made things more…
Notifications are the essential part of an android app. A notification is a message you display to the user outside of your app’s normal UI.…
Firebase cloud functions are the really helpful tool for mobile developers which lets them build Android/IOS apps without having the ease of maintaining a server.…
On April 2017, Android has become the world’s most popular operating system by overtaking Microsoft’s Windows operating system. It marks the beginning of an era…
Gson serves as a Java library for converting Java objects to JSON and vice versa. Gson can work with arbitrary Java objects, including pre-existing objects…