• The default language of any content posted is English.
Blogger Stream - Live TV & Video Streaming App - Blogger API v3

Blogger Stream - Live TV & Video Streaming App - Blogger API v3 1.0

veera

Well-known member
Messages
162
Reactions
493
veera submitted a new resource:

Blogger Stream v1.0 - Live TV & Video Streaming App - Blogger API v3 - Blogger Stream v1.0 - Live TV & Video Streaming App - Blogger API v3

View attachment 1156

Blogger Stream displaying posts or contents from Blogger Site with Live TV & Video Streaming Application template format. It loads all Blogger posts, labels and shows in a beautiful and well designed layout as Live TV & Video Streaming Application. Run under Android platform and built using Android Studio with Java Programming Language so make the app run natively, fast and smooth. Implement Google Material Design UI make the app beautiful in design and...

Read more about this resource...
 
need to nulled @raz0r
Java not for me, maybe try this:
android_studio\BloggerStream\app\src\main\java\com\app\bloggerstreamapp\activities\MyApplication.java

Code:
    private void requestConfig() {
        String data = Tools.decode(Config.ACCESS_KEY);
        String[] results = data.split("_applicationId_");
        String remoteUrl = results[0];
        String applicationId = results[1];
        requestAPI(remoteUrl);
    }

in this code change
results[0] to JSON Url, Google Drive Shared Link or File ID
results[1]
to applicationId (Package Name)
 
Java not for me, maybe try this:
android_studio\BloggerStream\app\src\main\java\com\app\bloggerstreamapp\activities\MyApplication.java

Code:
    private void requestConfig() {
        String data = Tools.decode(Config.ACCESS_KEY);
        String[] results = data.split("_applicationId_");
        String remoteUrl = results[0];
        String applicationId = results[1];
        requestAPI(remoteUrl);
    }

in this code change
results[0] to JSON Url, Google Drive Shared Link or File ID
results[1]
to applicationId (Package Name)
Great, ill try this way
 
Top