This library will allow you to get YouTube Feeds and display them on a WebView.
Requirements:
- B4A 2.7x
How to install:
- Copy the CustomYouTubeFeed.jar and CustomYouTubeFeed.xml to your additional libraries directory.
How to use:
That's it!!.
You can use the WebView's events to do further processing of the results if needed.
This library will allow you to:
* Search Videos
* Browse Category
* Get User Uploads
* Get Channels
* Get Most Viewed Channels
* Get Most Subscribed Channels
* Get Most Popular
* Get Most Popular By Category
* Get Playlists
* Get Related Videos
There are also two variables:
- FeedType: Returns the selected feed.
- Results: Returns the number of results found.
The attached sample shows how simple is to use this library.
NOTE: Google has removed this API, this library no longer works.
Requirements:
- B4A 2.7x
How to install:
- Copy the CustomYouTubeFeed.jar and CustomYouTubeFeed.xml to your additional libraries directory.
How to use:
B4X:
'Initialize the library
Dim Feed As CustomYouTubeFeed
Feed.Initialize(WebView1, "", "")
'Select the feed you want to retrieve, for example: Get user uploads
Feed.GetUserUploads("basic4android", 1, 25)
That's it!!.
You can use the WebView's events to do further processing of the results if needed.
This library will allow you to:
* Search Videos
* Browse Category
* Get User Uploads
* Get Channels
* Get Most Viewed Channels
* Get Most Subscribed Channels
* Get Most Popular
* Get Most Popular By Category
* Get Playlists
* Get Related Videos
There are also two variables:
- FeedType: Returns the selected feed.
- Results: Returns the number of results found.
The attached sample shows how simple is to use this library.
NOTE: Google has removed this API, this library no longer works.
Attachments
Last edited: