Check Internet Connection status using Broadcast Receiver in Android Check Internet Connection status using Broadcast Receiver in Android allows you to check the network connectivity information of the device. That is whether our mobile is connected to mobile data or wifi data for accessing the internet. It is very important to check the internet connection […]
Tag: KTU MCA 2019
Android Text To Speech Tutorial
Android Text to speech is an integral part of mobile application development. In this tutorial, we will learn how “Text To Speech (TTS)” feature can be implemented in an Android APP. Android allows you convert your text into voice. Android also allows you to speak text in variety of different languages. Android provides TextToSpeech class […]
Android GridLayout Tutorial
Android GridLayout places the views in a two-dimensional rectangular scrollable grid (rows and columns). Android GridLayouts in XML Resource Files What is Layouts in android ? What are the different types of layouts in android?. I have already discussed tutorial on different types of layout in android. Android GridLayout is declared within an XML file […]