png
png

Reputation: 4408

Android : show a splash with animation

In my activity, when a user action succeeds i want to show a circle that animate out from center to outside as a splash color and then disappears showing the content as before. How can i achieve this splash animation

Upvotes: 0

Views: 421

Answers (1)

Joy Dey
Joy Dey

Reputation: 593

You can have a look at this library https://github.com/hendraanggrian/reveallayout

Upvotes: 1

Related Questions