now browsing by tag

 
 

how to add context menu to app icons , like 3D Touch from apple :) :) :)

how to add context menu to app icons , like 3D Touch from apple 🙂 🙂 🙂

is this example work with out base ??

http://schemas.android.com/apk/res/android“>

   

          android:icon=”@drawable/ic_new_game”

          android:title=”@string/new_game”

          android:showAsAction=”ifRoom”/>

   

          android:icon=”@drawable/ic_help”

          android:title=”@string/help”/>

]]>