Youtube App allows to play a video by its video id. But I need the inverse of that I need the video id that plays on Youtube App.
I checked YouTube Android Player API but I couldn't find any way to do this.
I checked Android Services to interact with the Youtube App. As far as I understand Bound Service can bind service with an Activity but this activity must be in the same application.
MusixMatch can access Youtube Video information but I don't have any idea to do that.
How can I get Youtube video info from another application?