Close

Themehits

Download Sixdeo | Android Social Video Sharing Application [XServer] Nulled

 


Sixdeo is a great solution for you to quickly build a mobile app where people can watch and upload short videos to show their skills and talent, even if you are not a Pro developer.

* In case your device will show a Toast message saying “Can’t open file”, just download the Astro File Manager app here: https://play.google.com/store/apps/details?id=com.metago.astro
and use it to install the APK. This may happen because of new Android Security options *

Description

Sixdeo is a full-working template (UI + Source Code) where people can post or watch 6-second short videos and share them with the community.
Users are also allowed to report inappropriate content/users, like, and comment videos.

The Admin can daily check the database for reported content or users and take action for it, as well as manually edit data in the Database.

The design is clean, code is commented and project folders and files are well organized in the package.

• Check out the Features section below to see what this app does.
• Read the online Documentation to learn how to configure the template’s features and the database.

• Check out the demo Database, login as:

Username: demo
Password: demo

• Keep an eye to the Change Log on the bottom of this page when an update gets released.

Backend

The backend of this template is XServer, so you can either buy the XServer REST API an install it on your own VPS server, or create an account on XServer.app and a Database for this app.
After performing the configurations mentioned below, you will run the app and see no content, so Sign Up with a test user in order to create a test account and start testing the app.

NOTE: in case you want to implement your own backend to this template, you do not need to buy the XServer API, nor create an account on XServer.app, but please be aware that implementing a different backend to this template must be performed by you or your developers.

Extended License

As per Envato Marketplace Terms, the Extended License applies to all applications that charge money to their users. In case your users will not be charged of money through your own version of this app, you can still buy it under a Regular license.
Therefore, you must buy this template under and Extended License if your plans are either one or more of the following:

  • Add In-App Purchase or any other Payment Gateway in the source code and publish the app for free on the App/Play Store – NOTE: If you want to publish your own version of this application for FREE only, then you can still buy it under a Regular License.
  • Publish this application as a PAID app on the App Store.
  • Transfer the live app of your own verison of this app on the App/Play Store to another owner by selling your ownership on flippa.com or similar marketplaces.

IMPORTANT: You ARE NOT allowed to sell or share the original source code of this template anywhere due to copyright infringement

Features

Android Java language – Native Android Studio project – Edit the template as you wish with the power of Android Studio and Java.

Android 6.0 and above, Universal – Run your app on all Android devices

Backend with XServer – Built on a great and reliable BaaS that offers many features with just a few clicks, it’s super easy to create and set up a database on XServer.app, as well as use the XServer REST API hosted on your VPS server.

Watch and post Videos – Users are free to upload an unlimited number of videos of a length of 6 seconds (this duration is also customizable in the code by the Admin). People can like and comment the posted works.

Search videos by keywords and Categories – Use the top search field to search for posts by typing your desired search terms, or tap the Categories in the horizontal list.

Report inappropriate Users or Content – People can help the Admin by reporting abusive posts or users, this is a good feature to build a stable and reliable community.

Profile screen with avatar images – The account screen makes you know who’s in the community

Edit profile with Name, Username, Email – Edit your profile and show people your identity, make yourself trustworthy.

Follow your favorite people – In the Users Profile screen you can follow them and them and then see their posts in the Home screen, in the ‘Followed’ category.

Notifications screen – Check out your account’s activity, from likes to comments and followers. If you tap a row you’ll be redirected to the User’s Profile screen.

Terms of Use and Privacy Policy HTML file (GDPR compliant) – The template contains a ‘tou.html’ file the Admin can edit to display his Terms of Service to the app’s folks.

Push Notifications – Users will receive notifications for likes, comments, followers and new videos.

AdMob Interstitial ads – Get some revenue from full-screen advertisement banners.

Modern, clean design – The UI has been carefully crafted to offer the best user experience to your clients.

Online Documentation – Read the extensive guide of this template to be able to configure it properly.

PSD icons included in the package – App and buttons icons are stored into a PSD folder, for easy image replacement.

Requirements

The latest official version of Android Studio – Beta versions of an IDE usually never work 100% properly, and the code of this app has been written using the latest Official version of Android Studio. You must use it and avoid Betas.

An Apple Mac or Windows computer, updated to its latest OS version – It’s always good to keep your computer up to date, technology keeps growing and I follow its changes, as well as updating my templates every time a new OS gets released.

A Google Play Developer Account – This is needed for you to publish apps on the Play Store. You can still edit and test this template on Android Studio without that account though.

Basic knowledge of Android Studio and Java/XML language – You don’t need to be a super-skilled professional developer, anyway it’s recommended to have at least the basic knowledge of what you’re dealing with, in order to be able to customize this template and publish your applications on the Play Store.

XServer API – You can either create an account and a Database on XServer.app, or buy the XServer REST API and host it into your own VPS server.

An active AdMob account – Unless you want to remove ads in this app, you need to sign up for an AdMob account to display them.

A real device to test the app before submitting it to the Play Store – Emulators may fail during tests, they are not reliable as a real device is, so I strongly recommend you to always run this application on a real phone/tablet. This is also suggested by Google’s official Guidelines.

Change Log

September 25, 2020

- Updated to Android Studio 4.0.1
- Added a variable called 'adCount' into the 'XServerSDK.java' file, and some lines of code into the 'UserProfile.java' file in order to fire an Interstitial ad every 3 screen's views
- Optimized the code and server calls by editing the following functions: 
    'queryVideos()' -> in 'Home.java'
    'postVideoButton.setOnClickListener()' -> in 'PostScreen.java'
    'followButton.setOnClickListener()' -> in 'UserProfile.java'

- Removed this line in the 'XServerSDK.java' file:
    public static String VIDEOS_FOLLOWED_BY = "AR_followedBy";

- Removed "AR_followedBy": [] from the 'Videos.json' file in the 'Tables' folder

September 11, 2020

- Edited the 'XSObject()' function in the 'XServerSDK.java', now it can retrieve the saved data as a JSON object, so it can be used withint the saving function
- Edited all the calls of the 'XSObject()'' function in the java files where such call is present

May 7, 2020

- Updated to Android Studio 4

** MAJOR CHANGE **
I've changed this app's backend into XServer: https://xserver.app
Please refer to the Documentation and this page to learn more about it.

May 7, 2020

- Updated to Android Studio 3.6.3
- Added this line side the <application> tag in the 'Manifest.xml' file:
    android:requestLegacyExternalStorage="true" 
This fixes the issue on taking pictures with the camera on Android 10 devices

- Added the VideCompressor library in build.gradle:
    implementation 'com.github.kapilmhr:Compressor:1.0.1'

- Edited the 'PostScreen.java' file by adding the necessary code to compress a video
- Added this line as a global variable in 'Configurations.java':
    public static String videoPath = null;

March 10, 2020

- Updated to Android Studio 3.6.1
- Added this line of code on the top of the onCreate() function in all Java Activity files:
@SuppressLint("SourceLockedOrientationActivity")

December 20, 2019

- First release, Android Studio 5.0 and above
- Native Android Studio project, Java/XML language

Support

For any support requests, please contact me through my Profile’s Contact Form

Rate my Work

Your support is always greatly appreciated, from comments to product’s reviews, so please click here to rate your purchases!

Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy Sixdeo | Android Social Video Sharing Application [XServer] from the The Developer ( xscoder ) website. Thank you.
Download = Sixdeo | Android Social Video Sharing Application [XServer]-[Updated].zip



Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.