Skip to content
Calvin edited this page Jun 11, 2014 · 3 revisions

Welcome to the ActionSheet4Android wiki!

here you can have a quick overview about ActionSheet For Android !

the demo project contain only two java files: MainActivity.java : to demonstrate the running effect ActionSheet.java : the file that contain all the logic about actionsheet

usage : anywhere you want to open an actionsheet, you can call either ActionSheet.show(Context context, String title, String[] choices, OnItemClickListener listener, OnClickListener cancelListener)

or the override method which has no cancelListener, and will dismiss the dialog

Clone this wiki locally