Mahdi Pishguy

Results 102 comments of Mahdi Pishguy

Thanks sir, but i can resolve this problem ``` public class RetreiveData { public static final String TAG = RetreiveData.class.getSimpleName(); public static void POST(String localhost, final HashMap params, final Listeners.ServerResponseListener...

@LAUBENicolas it doesn't support yet, i try to add it when i find free time

@RiccardoMoro thanks to reply, i'm not sure whats problem, i change code to ``` mPopup = new LongPressPopupBuilder(itemView.getContext()) .setTarget(imageAvatar) .setPopupView(R.layout.popup_layout, this) .setAnimationType(LongPressPopup.ANIMATION_TYPE_FROM_CENTER) .setPopupListener(this) .setOnHoverListener(this) .setLongPressDuration(400) .setLongPressReleaseListener(this) .build(); mPopup.register(); ``` problem...

@RiccardoMoro no, this link is my complete adapter source code http://paste.debian.net/976931/

@RiccardoMoro i added ` .setDismissOnLongPressStop(false)` after your comment, yes i would like to dismiss popup after stop touch, like with your sample code

@RiccardoMoro That's small image view as avatar. See this screen shot http://rupload.ir/upload/6mr6nxa0p99barqdzw15.jpg

@RiccardoMoro setting `true` for `.setDismissOnLongPressStop`, dont any change, and popup dont close after stop and release touch, i have that on screen any time and i have to click on...

@RiccardoMoro no sir, my xml layout is: ``` ```