itsallwidgets.com – Flutter community to showcase Flutter apps

itsallwidgets.com is a site which provides a place to learn about new apps being developed and released … Read more

How to install Android Studio for 32 bit and 64 bit Windows machines ?

Visit website https://developer.android.com/studio/ Click on “Download Android Studio” button to download latest version of Android Studio. The … Read more

What is Flutter and Flutter Engine ?

What is Flutter ? Flutter is Google’s portable UI toolkit for building beautiful, natively-compiled applications for mobile, … Read more

Fixed: This request is missing a valid app identifier

Prerequisite : “Identify and add SHA1 / SHA-256 Certificates to Firebase console for Phone Authentication” When we … Read more

Solved: System.out: android.os.NetworkOnMainThreadException

In Android application, if you are doing some network operations like download from some external website or … Read more

Convert an existing Android application to a library module

As we have seen in our post, “How to develop first android Application/App in Android Studio” where … Read more

Working with Strings in Kotlin

The basic datatype of strings in Kotlin is mostly similar as that of used in java. Only … Read more

Android Library

Creating AAR library for Android apps using Android Studio – Part 1

An Android library is structurally the same as an Android app module. It can include everything needed … Read more