May 13, 2021Implementing Splash Screen in FlutterNowadays, Splash screen is basic need of every mobile app. In this article, I will describe you to how add splash screen to your Flutter application. They say, first impression is the last! Yep, truly for any amazingly crafted application, it’s easier to start impressing your audience with a good…Flutter5 min read
Aug 21, 2019Android Architecture Components — Room, LiveData with KotlinIn this article, I am explaining about Room database with LiveData using kotlin language. Now let’s talk about Room What is Room? The Room persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite. The three major components…3 min read
Aug 20, 2019Android Studio 3.5 Release NotesAndroid Studio 3.5 release introduces Android Gradle plugin 3.5 for incremental annotation processing for databinding, updates from Intellij IDEA 2019.1, the new Apply Changes tool, incremental annotation processing for Kotlin, Chrome OS support, and many more! Project Marble comes to a conclusion and with it comes more stability, better performance…1 min read
Aug 17, 2019Huawei’s Harmony OS“Harmony OS will be compatible with many devices, such as smartphones, tablets, TVs, in-vehicle systems, watches etc” Huawei has just announced its home-made operating system, Harmony OS, at an event in China. …Harmony Os2 min read
Aug 10, 2019Fast localization using Google Sheets for Android & iOSHow to do fast localization for Android & iOS. In our daily development life, Client needs multiple language support to their app. So we have to spend lots of time to translate into multiple languages. It not only for android development but it also for iOS development. So now it’s…Android App Development6 min read
Aug 9, 2019FilePickerHelper libraryFilePickerHelper is a library to get multi-type files written in Java. Github link: https://github.com/SandipVKalola/FilePickerHelper-Java How to initialize the object of FilePickerHelper First way to initialize the object of FilePickerHelper: FilePickerHelper mFilePickerHelper = FilePickerHelper.get(this); // Activity or Fragment Complete features of what you can do with FilePickerHelper: mFilePickerHelper = FilePickerHelper.get(this) // Activity or Fragment…Android2 min read