Reputation: 4968
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
Reputation: 80340
Use RelativeLayout to overlay a View of your choice over VideoView: Put any View over a VideoView in Android
Upvotes: 1