• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

V Stream - Video Streaming Application

V Stream - Video Streaming Application v1.3

No permission to download
How to edit it :


package com.webandcrafts.vstream;

/**
* Created wac46 on 2/19/2018.
*/

public class AppController {

//TODO : Add your video url here
public static String VIDEO_STREAMING_URL = "<...your Video Streaming URL ..>";

//TODO : Add your base url
public static final String WEB_SERVICE_URL = "<...your Base URL...>";

//TODO : Add your base end point for shedule
public static final String GET_SCHEDULE_SERVICE_ENDPOINT = "<...End point of your Base URL for Programme Schedule..>";

//TODO : Add your base end point for video url
public static final String GET_VIDEO_URl_ENDPOINT = "<...End point of your video streaming url..>";

//TODO : Your Social connection urls
//TODO : Website url
public static final String WEBSITE_URL = "<...your website...>";

//TODO : Youtube channel url
public static final String YOUTUBE_CHANNEL_ID = "<...your Youtube channel id..>";

//TODO : Facebook url
public static final String FACEBOOK_URL = "<...your Facebook url..>";

//TODO : Facebook page id
public static final String FACEBOOK_PAGE_ID = "<...your Facebook page id..>";

//TODO : Instagram page url
public static final String INSTAGRAM_PAGE_URL = "<...your Instagram page url..>";

//TODO : Twitter id
public static final String TWITTER_ID = "<...your Twitter_id ...>";

//TODO : Email id in About us Page
public static final String E_MAIL = "<...your Email_id ...>";

}
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock