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
Tag Archives: android
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
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
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