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.

April 25, 2017 30 Yehor Rykhnov android

Android. Live search using ListView

A simple example of a live search in several steps in Android using ListView.

September 2, 2016 26 Yehor Rykhnov androidjava