Android Service Sample code for Playing Music on Background
Android Sample Codes

Android Service Sample code for Playing Music on Background

What is Android Service? Android Service is a process runs on background indefinitely, but the special thing is about the android service is it doesn’t need user interaction. Android Services examples are like playing music in background. It is a long running process in the background. In this Android Service Sample code for Playing Music […]

Android AutoCompleteTextView Example
Android Sample Codes

Android AutoCompleteTextView Example

Android AutocompleteTextView example program is one of the simplest program in android development. Android AutocompleteTextView is an editable text view that shows completion suggestions automatically when the user is typing first or first two letters in android apps. In this tutorial we’ll implement the usage of  android AutoCompleteTextView. Mainly AutoCompleteTextView is used to show the […]