TabLayout iteratorWhen using Kotlin, I like to use all collection functions, like find, indexOf, filter, map etc. And now with extension functions we can use…Oct 6, 2021Oct 6, 2021
TextView & <img>In one of my projects we was getting some text in html format from API and displaying it to user. It was implemented with WebView for each…Mar 27, 2021Mar 27, 2021
Round corners animationOne of my screens has collapsible header with tabs, and designer made rounded corners for tabs. But how it should look in collapsed state…Mar 23, 2021Mar 23, 2021
Flipper replaces StethoIn some of my projects, I used Stetho library for app run-time inspection, like network requests, shared preferences, databases. It worked…Mar 20, 2021Mar 20, 2021