Splash screen is something which is very important and you must have seen this in most any of the application … Read more
Category: Mobile Development
Flutter Camera App
We are going to make a Flutter camera app. We will access camera API to overlay preview in full screen … Read more
Making Flutter Firebase Chat App
This part will cover how to make a chat app with Flutter and Firebase from scratch. You will learn how … Read more
Cannot Launch Android Emulator
Android Emulator is useful when you want to debug locally inside your environment. We can debug with any minimal Android … Read more
React Native Tutorial
Hi, we’re going to be looking at the awesome technology of React Native. We will learn and talk about React … Read more
Accessing StreamingAssets in Android or iOS
StreamingAssets is useful if you want to access files that you need in your project and want to access it … Read more
Convert Mutable List to Array in Kotlin without bracket and comma
I am learning about the Array data structure in kotlin. The task is given an input array and i need … Read more