RE: Pre-action in Rating Screen android as in ios?

Alejandro Carrillo, modified 6 Years ago. New Member Posts: 2 Join Date: 2/1/19 Recent Posts
I am trying to show a message after performing the rating on screen screenlet, this to allow the user to confirm or cancel the rating. In IOS there is such a thing as "pre-action", is there something similar in android?
thumbnail
Javier Gamarra, modified 6 Years ago. Expert Posts: 348 Join Date: 2/12/15 Recent Posts
There isn't. But you can create a custom view that inherits existing one and override the click method: https://github.com/liferay/liferay-screens/blob/develop/android/library/src/main/java/com/liferay/mobile/screens/viewsets/defaultviews/rating/LikeRatingView.java