Kotlin Synthetic Binding || A new way to bind UI components

  Kotlin Synthetic Binding : Kotlin synthetic binding makes it much simpler and easier to bind views in your code. It has a easy to implement interface and is supported in Kotlin. We declare id for the components and the id is the only aspect we make use in the synthetic binding we previously seen … Read more

OneTimeWorkRequest : Mastering Android Work Manager

OneTimeWorkRequest : OneTimeWorkRequest is like a superhero for managing background tasks in Android apps. It’s great at handling tasks that can be done later and doesn’t mind waiting to get the job done, no matter what. When Android updates to a new version, they’re all about saving your phone’s battery. This affects how background services … Read more

Async Task Example || Android Tutorial

  When ever we try to implement a background task we need to implement it properly using a async task. In this tutorial we will discuss a simple example on android asynctask. It’s a simple example to cover the concept of android asynctask by making use of a “Log” conditions.To make it much simple for … Read more

Show Buttons
Hide Buttons