akshay-shah

Results 2 comments of akshay-shah

i am facing a problem with rating stars getting increased on runtime.. for eg. I have set stars max count = 5 but during runtime if i get a rating...

may be you should try this ``` public class MyPhotoAttacher extends PhotoViewAttacher implements View.OnLongClickListener,View.OnTouchListener { public MyPhotoAttacher(ImageView imageView) { super(imageView); } @Override public boolean onLongClick(View v) { return false; }...