Skip to content

Tag Archives: android

In this article, speech to text feature is implemented in an application in Android. Speech to text means that anything that the user says is… Read More
In this article, custom tabs are added in android. TabLayout provides a horizontal layout to display tabs. TabLayouts can be added using viewPager also, check… Read More
TextSpan is an immutable span of text. It has style property to give style to the text. It is also having children property to add… Read More
ListTile widget is used to populate a ListView in Flutter. It contains title as well as leading or trailing icons. Let’s understand this with the… Read More
ClipOval widget clips the child widget in oval or circle shape. We can reshape the child widget by changing width and height. If width and… Read More
Android is an operating system which is built basically for Mobile phones. It is based on the Linux Kernel and other open-source software and is… Read More
Gradle is an excellent open-source construction tool that is capable of the development of any kind of software. This tool was developed by a gaggle… Read More
RecyclerView forms a very crucial part of the UI in Android App development. It is especially important to optimize memory consumption during the display of… Read More
Typing Indicator has been seen on various apps like Instagram, Facebook Messenger, and many more. To build a chat app Typing Indicator will help to… Read More
An application might contain several services for the user and to facilitate a user quickly to those services, shortcuts are used. Shortcuts for an application… Read More
Android Studio is the official integrated development environment for Google’s Android operating system, built on JetBrains’ IntelliJ IDEA software and designed specifically for Android app… Read More
We can add images from the gallery using the image_picker package in Flutter. For this, you’ll need to use your real device. Follow the below… Read More
RaisedButton is the material design button based on a Material widget that elevates when pressed upon in flutter. It is one of the most widely… Read More
In Android, a ScrollView is a view group that is used to make vertically scrollable views. A scroll view contains a single direct child only.… Read More
To publish your android application on the play store, you need to pay some particular amount to Google, and only then google will let you… Read More

Start Your Coding Journey Now!