Siva K
Siva K

Reputation: 4968

How to show visualization in an Android app

I want to show some visualizations such as bar, scope or album art as like in the windows media player according to the song that gets played in an app.

Is it possible to show visualizations according to the latitude longitude that's getting changed.

Can anybody tell me how I would go about achieving this?

Upvotes: 1

Views: 968

Answers (1)

Peter Knego
Peter Knego

Reputation: 80340

Use RelativeLayout to overlay a View of your choice over VideoView: Put any View over a VideoView in Android

Upvotes: 1

Related Questions