Skip to content Skip to sidebar Skip to footer

Starting Dialog From Quickaction Button

I have an app with a quickaction shown once a button is pressed. The quickaction shows a popup like in the Gallery 3D application for android, and when an action is clicked, I try

Solution 1:

I have a sneaky suspicion that getApplicationContext() is not returning the right Context for your need.... have you tried passing in Classname.this into slideDialog... i.e. sildeDialog = new slideDialog(Classname.this) where Classname is the name of the class that you're currently writing in?


Post a Comment for "Starting Dialog From Quickaction Button"