List of posts tagged: android
Android. How to change the default activity
When you create a new project in Android Studio, is also created a default activity, MainActivity, the class MainActivity.java, and the activity_main.xml. About how to change the default activity is described below.
Android. Live search using ListView
A simple example of a live search in several steps in Android using ListView.