Bir sonraki

Android tutorial (2018) - 71 - Enabling Contextual Action Mode for individual Views

4 Görünümler· 14 Aug 2019
ITCOURSES
ITCOURSES
5 subscribers
0

In this video we are going to learn about how to create the contextual action bar by using the ActionMode callback.

The ActionMode callback contains the following methods.

1. onCrerateActionMode:
This method called when the action mode is created. (startActionMode was called)

2. onPrepareActionMode:
This method called each time the action mode is shown. Always called after onCreateActionMode.

3. onActionItemClicked:
This method called when user selects a contextual menu item

You can start the action mode or the contextual action bar by calling the startActionMode method.

Like my Facebook page : https://www.facebook.com/codeglympse
Subscribe My YouTube channel : http://www.youtube.com/ticoontechnologies

Daha fazla göster
100% online learning from the world's best universities, organisations and Instructors

 0 Yorumlar sort   Göre sırala


Bir sonraki