Jitin SharmainGojek Product + TechTwo targets, one arrow: Cutting down our app size and startup time on AndroidAs the Gojek app scaled, so did the app size. Our teams got together to improve app performance. Here’s how it went.Feb 25, 20222Feb 25, 20222
Jitin SharmainGojek Product + TechScreenshot Testing our Design System on AndroidAn overview of how we do screenshot tests, and the open source libraries that helped us along the way.Jan 14, 20204Jan 14, 20204
Jitin SharmainProAndroidDevDemystifying Kotlin CoroutinesKotlin coroutines offer a new way of asynchronous executions but directly looking at library functions may become a bit confusing.Aug 5, 20184Aug 5, 20184
Jitin SharmainAndroidPubQuick Tip: Network Profiler in Android Studio 3.1Android Studio 3.1 recently came out of beta. It has a lot of features such as kotlin lint checks, D8 compiler and also a revamped Network…Mar 29, 2018Mar 29, 2018
Jitin SharmainProAndroidDevTargeting Kotlin for both Android and iOSKotlin has been traditionally used as a language for JVM based platforms and has become highly popular in Android ecosystem. As the…Mar 21, 20184Mar 21, 20184
Jitin SharmainAndroidPubKotlin Serialization LibraryKotlin has recently released a library for serialization. To put things in perspective, before this there was no serialization lib provided…Jan 25, 20181Jan 25, 20181
Jitin SharmainAndroidPubPlaying with Kotlin Higher Order FunctionsOne of the cool things in Kotlin is having ability to pass around functions as objects. That’s where higher order functions come and allow…Dec 7, 20174Dec 7, 20174
Jitin SharmaUsing FrameMetrics to track UI performance - Part 1Android Nougat(7.0) introduced a nice feature to get UI performance data at runtime using FrameMetrics. Now this is not a new feature as…Nov 13, 20162Nov 13, 20162