How to connect Gmail Add-on to your non-google service 📅 Feb 15, 2019 · ☕ 7 min read · ✍️ Iskander Samatov Tutorial on how to connect your Gmail add-on to your non-google services and set up a proper authentication system for the user.
Android: Handle generics using Gson in both Kotlin and Java 📅 Feb 2, 2019 · ☕ 4 min read · ✍️ Iskander Samatov How do you actually use Gson and Generics in both Kotlin and Java to easily convert JSON strings of any structure into Java or Kotlin objects?
Node.JS: Busboy, reading file and text parameters 📅 Jan 24, 2019 · ☕ 4 min read · ✍️ Iskander Samatov Recently, I implemented a solution to read both file and text parameters using Busboy and in this tutorial, I will show you how.
Retrofit: extracting nested API objects as JavaBeans 📅 Jan 19, 2019 · ☕ 6 min read · ✍️ Iskander Samatov This tutorial is about the Retrofit library and solving the problem of extracting nested objects from the API calls as JavaBeans.
Android: SearchView with custom suggestions without ContentProvider 📅 Jan 6, 2019 · ☕ 8 min read · ✍️ Iskander Samatov In this tutorial, I'm going to provide instructions on how to set up an Android SearchView that retrieves custom suggestions.