V Stream - Video Streaming Application

V Stream - Video Streaming Application v1.3

No permission to download

hakimmastour

Active member
Apr 27, 2019
215
193
43
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 ...>";

}
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu