To make users use any online service, the service should consider the following: Perceived Usefulness, Perceived Playfulness and Compatibility.
20 Jul, 2021
The first step into declarative UI in Flutter.
27 Aug, 2020
An Android developer perspective on the Dart language.
24 Jul, 2020
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.
30 Jun, 2020
Here at OOZOU, employees are allowed to work fully remote. Everyone can work from home without taking a single step into the office.
29 Jun, 2020
Google has just added a new ability to FragmentManager which made the FragmentManager be able to act as a central store for fragment results.
22 Jun, 2020
MergeAdapter helps combine adapters sequentially to be displayed in single RecyclerView.
20 Jun, 2020
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.
27 May, 2020
In short, Coroutine is a way to write Asynchronous code in the straight-forward Synchronous way without a bunch of callbacks.
13 May, 2020
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.
26 Jul, 2018
Kotlin allows Interface to have code which means a class can implement an Interface, and inherit the behavior from it.
5 Jul, 2018
“let” and “apply” are very useful functions in Kotlin. It could change the way you write your code from what you did in Java
21 Jul, 2017
This article is focusing on calling web service with Android Architecture Component.
17 Jul, 2017