Android Youtube Player Activity. Simply pass a url to play youtube video in new activity. It supports screen orientation, media volume control and etc.
Referenced from your line above, is this safe for future reference?
I mean, if there's any change from youtube URL and the result from matchers.find() return 1 size, does this will thrown the arrayindexoutofboundsexception instead?
https://github.com/TheFinestArtist/YouTubePlayerActivity/blob/fc4baabb6d0fac7883e0a447c3aa5ae5df18a7ad/library/src/main/java/com/thefinestartist/ytpa/utils/YouTubeUrlParser.java#L23
Referenced from your line above, is this safe for future reference?
I mean, if there's any change from youtube URL and the result from
matchers.find()
return 1 size, does this will thrown thearrayindexoutofboundsexception
instead?@TheFinestArtist