To make users use any online service, the service should consider the following: Perceived Usefulness, Perceived Playfulness and Compatibility.
2021-07-20
The first step into declarative UI in Flutter.
2020-08-27
An Android developer perspective on the Dart language.
2020-07-24
A short journal of my very first steps in the Flutter development world.
There are various approaches to set the OnClickListener to a RecyclerView item. Here is one of the approaches that I consider to be the best practice.
2020-06-30
Here at OOZOU, employees are allowed to work fully remote. Everyone can work from home without taking a single step into the office.
2020-06-29
Google has just added a new ability to FragmentManager which made the FragmentManager be able to act as a central store for fragment results.
2020-06-22
MergeAdapter helps combine adapters sequentially to be displayed in single RecyclerView.
2020-06-20
Instead of having one Activity represent one screen, we view an Activity as a big container with the fragments inside the Activity representing the screen.
2020-05-27
In short, Coroutine is a way to write Asynchronous code in the straight-forward Synchronous way without a bunch of callbacks.
2020-05-13
In this article, I’ll demonstrate how to use coroutine in order to - Chain multiple network request - Create parallel network requests and process the responses when all of them are finished.
2018-07-26
Kotlin allows Interface to have code which means a class can implement an Interface, and inherit the behavior from it.
2018-07-05
“let” and “apply” are very useful functions in Kotlin. It could change the way you write your code from what you did in Java
2017-07-21
This article is focusing on calling web service with Android Architecture Component.
2017-07-17