KBeanie

A week with Flutter
Technology

A week with Flutter

I started exploring Flutter last week, and here are my thoughts. 1. Getting started was very easy. Setting up flutter, creating a simple hello world project and running it on Android and iOS was pretty…

Flutter: Introduction
Technology

Flutter: Introduction

Flutter is a mobile app SDK which allows you to build high-performance mobile applications for iOS and Android using a single codebase. Unlike other cross-platform frameworks, flutter helps you develop apps that feel like real…

Firebase Firestore Error
Programming

Firebase Firestore Error

com.firebase.ui.auth.FirebaseUiException: Code: 16, message: 16: This error is not yet mapped to a developer-friendly message. To figure out the actual problem, I spent around 2 hours for this. And it turned out to be a…

How does Xamarin work?
Technology

How does Xamarin work?

Cross-platform development frameworks for mobile are still interesting topics of discussions among mobile developers. Xamarin is one of the popular cross-platform frameworks from Microsoft. With Xamarin, you can develop mobile applications for iOS, Android and…