Posts for eshiet ekemini

Android Developer and Tech Enthusiast.

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

Create a Sleek Note app With Flutter

According to the official Flutter website Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. This basically implies that flutter is an open-source development platform built primarily to enable developers to create android and ios applications, as well as web apps without having to […]

May 26, 2020 in 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