Hilt- A new and easy way to use Dagger
Hilt is Dependency injection library. It helps to reduce boilerplate code. In Hilt we have container...

Integrating Sign in with Apple
We often use social network login services like google, facebook and twitter to sign in to apps or websites, because it is easy and convenient rather than creating and remembering multiple usernames a...

Merge Adapter : Merge your lists seamlessly in Android
At the time of designing some ui, we have to manage different types of view in a single recyclerview...

Flutter befriends Web
As soon as we hear the word “Web”, we immediately think of HTML, CSS, JavaScript, etc. Flutter for the web is a code compatible implementation that is rendered using standard web technologies such...

Android : Come to the Dark side
One of the most awaited features of Android 10 is Dark Mode. With Android 10 already running on hundreds of devices, developers can now get their hands dirty with this feature and experiment on it.

AWS + Kotlin : DynamoDB with superpowers
How important is data for your IT product? The answer surely is very, isn’t it? I cannot imagine a...

Pagination with Bottom Loading
Today, we will cover a simple but important topic of TableView. As we are loading a huge amount of data in the tableView, it may take time to load these data. So the best solution that we have to over...

Adapting Dark Mode on Your Project, Swift 5
After apple relieved the iOS Dark Mode theme, many were happy. It was one of the features we were wa...

Auto-renewable Subscriptions
Auto-renewable subscriptions give users access to content or services from within your app. At the end of each subscription duration, the subscription will automatically renew until a user chooses to ...
