Android Tutorial

Android Activity Launch Mode SingleTask SingleInstance Example

The previous article Android Activity Launch Mode Standard SingleTop Example has introduced the two android activity launch modes Standard and SingleTop. This article will introduce the other two android activity launch modes SingleTask and SingleInstance which are more difficult to understand.

Android Activity Launch Mode SingleTask SingleInstance Example Read More »

Android ActionBar SearchView Autocomplete Example

This example will show you how to use android.support.v7.widget.SearchView class to add a search box and implement autocomplete function for the search box. It also demos how to use android.support.v7.widget.ShareActionProvider to open the share application list for your android application. You can see the example demo video at the end of this article.

Android ActionBar SearchView Autocomplete Example Read More »