Posts for Android

Android is a mobile operating system based on a modified version of the Linux kernel and other open source software, designed primarily for touchscreen mobile devices such as smartphones and tablets

Implementing Navigation Architecture in Android

In this guide, we would implement the navigation architecture component in a simple Android app. Before we begin, you should have: Basic of android development with java Laptop An Android IDE. I will be using Android studio version 2.0 Migrated project to use AndroidX libraries. If not, see how to migrate your project here. Good […]

October 6, 2020 in Android

Implement a Bottom Sheet Component in Flutter

A new trend in mobile application development all around the world is that Developers and product designers make use of the bottom sheet for interactions that do not require a full screen interface to handle its operation.  Use cases like entering your email to subscribe to particular blog notifications, or entering your card details to […]

July 8, 2020 in Android & Flutter

Build a Note Taking Application using Kotlin

In this article, we’ll be exploring different use cases for the Android Architecture Components (AAC) in building a simple Word Application. This application will be able to take data input from the user using LiveData, save it a Local Database which we’ll be employing Room, and finally displaying this data in a recyclerview to the […]

February 7, 2020 in Android & Kotlin & Tutorials