Csaba Szugyiczki

Results 17 comments of Csaba Szugyiczki

Sorry for the late reply. This project is pretty much deprecated, as Facebook has improved their implementation of the Shimmering effect quite a lot since this alternative has been published....

Sorry, but I cannot release new versions. The best option is to make the change you need and use it as source, or release the fix in your own nexus...

No, there is no feature like this in the library

Well, I think the best way to do it would be to override the onDraw method in the CircleLayout, and to draw the line from the center of the view...

I'm affraid there is no way to use it inside ScrollView, there is just no way to decide which View would need to handle the touch events. You have to...

The screens cannot be opened. I have answered to the other issue you have opened.

Thanks for the report @BongJaeChoi! These opposite quadrant flings are quite tricky. It is not easy to determine the direction in these cases. For quadrant 1-3 the rule is, if...

`setOnItemSelectedListener` is used to know which item is closest to the `firstChildPosition` when the circle is rotating. You have to implement the `OnItemClickListener` interface if you are intersted in Click...

You should not rotate the CircleLayout that way. All you are doing is rotating the ViewGroup itself. To rotate the items you must animate the angle property of the view...

Hi @HoseinAsadi! It is not possible to set the selected child programatically. You would need to implement it yourself. It should be really similar to how tapping an item behaves.