SearchView and the Activity Lifecycle

I was reading a good post written by Luis G. Valle about SearchViews and he explains two lifecycle ways: Default: searchable activity receives a call to onCreate with an ACTION_SEARCH intent. This will create two instances of your searchable activity (one on top of the other). If you set android:launchMode to singleTop: searchable activity receives … Continue lendo SearchView and the Activity Lifecycle