Android App Development
Classes and Objects in Kotlin
Class declaration in Kotlin is similar to most of the programming languages. To declare a class, it’s as simple as using the keyword class. https://pl.kotl.in/Lzmw3BYZw?theme=darcula Although this...
Android Animations: Animate movement using spring physics
Hello world!!! Welcome to another session of animations using android.In my previous article I discussed extensively how you can use FlingAnimation to create stunning animations in your next android...
The Kotlin RoadMap
Every great developer you know got there by solving problems they were unqualified to solve until they actually did it.” — Patrick McKenzie In my previous article, I shared everything you...
Best Practice:Android Connectivity for Billions-Part 2
Yea! Yea! Yea! I am right back to wrap up android connectivity. In the last article i expounded on a couple of best practice methods you can consider while building your app for the billions.This is...
Google Announces Flutter Beta 2
Flutter is Google’s mobile UI framework for crafting high-quality native interfaces on iOS and Android in real-time. Flutter works with existing code, is used by developers and organizations around...