We will be building a Magic 8 Ball app that will give you the answers to all fun tricky questions (basically it is a fun… Read More
Tag Archives: android
All developers working with dart for application development using the Flutter framework regularly encounters different usage of the implements, extends and with keywords. In Dart,… Read More
The pull-to-refresh or (swipe-to-refresh) feature enables a user to pull down to fetch more data. The pull-to-refresh feature can be seen in many modern apps.… Read More
Internationalization refers to the term that an app is available in different regional languages for better reach to people. For this, we have to make… Read More
In this article, we are going to make a Flutter application in which we will add a Text Widget that can be scrolled horizontally or… Read More
Before, for cross-platform development Flutter and React Native were the go-to programming solutions and these languages were highly used by the developers. But today Kotlin… Read More
The navigation drawer is the most common feature offered by android and the navigation drawer is a UI panel that shows your app’s main navigation… Read More
Firebase UI is a library provided by Firebase for Android apps which makes or so many tasks easy while integrating Firebase in Android. This library… Read More
Many apps ask users to add the address in their apps. To make this task easy for the users they firstly prompt the user to… Read More
Firebase Realtime Database is the backend service which is provided by Google for handling backend tasks for your Android apps, IOS apps as well as… Read More
Meter picker is one of the most popular functions used in Android apps for tracking the meter. You can see this function in the distance… Read More
Android 7.0(API level 24) provides support for multilingual users, allowing the users to select multiple locales in the setting. A Locale object represents a specific… Read More
Android Studio is the official IDE (Integrated Development Environment) for Android app development and it is based on JetBrains’ IntelliJ IDEA software. Android Studio provides… Read More
Firebase is one of the famous backend platforms which is used by so many developers to provide backend support to their applications and websites. It… Read More