description Android Listview bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble5 ListView is a commonly used widget in android which allow us to display several items in a vertical scrollable list. … View article...
description Android code for converting text to speech bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble0 In android using the help of TextToSpeech class we can convert text to speech. It will allow set set the … View article...
description Android Services Example bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble1 A service is a class which will run in background without any interaction with user interface. The task which should … View article...
description Android Alarm Manager Example bookmarkAndroid access_time4 years ago2 years ago personRamees Fazal chat_bubble0 Android allows you to access its alarm service using a class called AlarmManager. Using AlarmManager you can schedule to execute … View article...