Pikky | Android Instagram-like Social Media Application [XServer]

Description

Pikky | Android Instagram-like Social Media Application [XServer] - 1 Pikky | Android Instagram-like Social Media Application [XServer] - 2 Pikky | Android Instagram-like Social Media Application [XServer] - 3 Pikky | Android Instagram-like Social Media Application [XServer] - 4

Overview

Pikky is a great solution for those who need to quickly make a mobile app similar to Instagram, to post pictures and videos and build a nice community of media lovers, influencers or just funny people

Read Mobile and Web tutorials online

Download the demo APK of Pikky
* 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&hl=en
and use it to install the APK. This may happen because of new Android Security options *

iOS version of Pikky app

Online documentation of Pikky template

Description

Pikky is a full-working template (UI + Source Code) for sharing pictures and videos to the world, and find cool people to get in touch with.

Users can like, comment, and share posts to social networks, Mail, and SMS.
They can also edit their own profile, block inappropriate users, mute posts, turn comments off, and much more.

The Admin should daily check the database for reported content/users, and take action for it.

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

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

Android 6.0 and above, Universal – Run your app on about 80% of 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.

Browse posts from people you follow and yours too – In the Home screen, users and see a list of photos submitted by the ones they are following, as well as their own images.

Instant messaging feature – Privately chat with the people you like.

Check out interesting users – The Home screen shows a horizontal grid of suggestions for interesting people. They can be followed directly from this list.

Set Verified users – Only the Admin can do that, it’s just a boolean flag that needs to be set in the database.

Control Commenting – Poeple can tunr on and off comments for specific posts.

Edit/Delete Posts – Besides submitting images, Users can also edit or delete them later.

Moments – This feature is to record and share videos that can be viewed in the Home screen. They will get automatically deleted from the database after 24 hours.

Report Posts or people – Help the Admin on keeping the app clean by reporting abusive content or users.

Mute Posts – This option will hide posts from the selected Users.

Like, comment and bookmark Posts – These are the social experience that this application couldn’t miss.

Search by Tags, usernames or keywords – Many different ways to perform a search are offered in this template.

Custom Camera – Take square pictures or record videos within the app, then apply the filters you want to enhance them.

Add a caption, tags and current location to media while sharing them – Personalize pictures and videos with more info.

Notifications screen – People can check likes, comments and followers in this section.

See your Account’s info – A custom screen allows users to view their data.

Setting screen – from this page it’s possible to reset a password, see liked and bookmarked posts, a list of blocked users, and set Push Notifications on/off.

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.

Google Sign in – Quickly log in or sign up with Google from the Intro screen.

Push Notifications – Users will receive notifications for likes and comments

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 AS (download it here. 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’s OS 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 skilled or 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 a free 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

June 15, 2020

- Updated to Android Studio 4

** MAJOR UPDATE **
Replaced Parse Server with the XServer backend: https://xserver.app
Please read the Documentation and this page for more info

June 24, 2020

- Edited the 'public void getBitmap(String path)' function in the 'SquareCamera.java' file, in order to properly rotate a photo taken from the front camera on devices with Android 7.0+

June 1, 2020

- Removed this line in the 'Account.java' and 'UserProfile.java' files -> 'resetVariables()' function:
    postsArray = new ArrayList<>();

May 21, 2020

- Edited the 'optionsButt.setOnClickListener()' function of the 'WatchVideo.java' file: now you can delete a Moment video

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

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")

January 20, 2020

- Added this line inside the 'updateButt()' function in EditProfile.java:
    currentUser.put(USER_USERNAME_LOWERCASE, usernameTxt.getText().toString().toLowerCase());

January 15, 2020

- Edited the 'queryMoments()' function in Home.java - the 'TextView uTxt = new TextView(ctx);' instance - by setting these 2 lines:
    lp3.addRule(RelativeLayout.ALIGN_PARENT_BOTTOM);
    lp3.setMargins(0, 0, 0, 0);

- Changed:
    queryFollowersFollowingPeople();

into:
    // Call Queries
    Handler handler = new Handler();
    handler.postDelayed(new Runnable() {
        @Override
        public void run() {
            queryFollowers();
            queryFollowing();
    }}, 500);

inside the 'onStart()' function of the  UserProfile.java and Account.java files.

- Edited the 'queryFollowersFollowingPeople()' function in UserProfile.java and Account.java files by splitting it into 2 different functions. Compare your old java files with the updated ones to perform the update.

January 14, 2020

- Updated the 'main.js' file to properly call the Background Job with Parse Server 3.9.x version
** THIS MEANS NO CODE AND UI CHANGES, ONLY THE main.js FILE HAS BEEN EDITED, SO YOU SHOULD REPLACE YOUR OLD main.js FILE IN THE CLOUD CODE BOX ON BACK4APP**

December 23, 2019

- Updated the 'main.js' file to compile with the latest Parse Server 3.x version | Remember to update the Parse Server version of your app on back4app from the 'Manage Parse Server' section!

December 17, 2019

- Updated the 'main.js' file to compile with the latest Parse Server 3.x version.
** NOTE: IF THIS IS AN UPDATE FOR YOU, PLEASE DO THE FOLLOWING: **
1. Update your Parse Server to the latest version (currently it's 3.9.0) from the 'Manage Parse Server' section of your Parse App on back4app- unless you already have the latest version selected.
2. Upload the updated 'main.js' file into the 'Cloud Code Function' section of your app on back4app, overwrite the existing one and Deploy it.

December 10, 2019

- Updated to Android Studio 3.5.3
- Updated:
    compileSdkVersion 29  
    targetSdkVersion 29
in the 'build.gradle' file.

September 30, 2019

- Updated to Android Studio 3.5.1

September 30, 2019

- Edited the Comments.java file by adding the missing code inside the 'likeButt.setOnClickListener()' and 'reportButt.setOnClickListener()' functions. 
- Added the follwing lines inside the 'postCommentButt.setOnClickListener()' function as well: 
    // Recall query
    skip = 0;
    commmentsArray = new ArrayList<>();
    queryComments();

 

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!

Flag Counter

 

1. All digital products are the most recent version, with no possibility of free updates. After payment, you can request an update to the most recent version for 7 days if a new version is released. We free support within 7 days.

2. After the purchase is confirmed, download links will be available for 7 days. If a license is required, please contact us via email or ticket for assistance with activation. Our license is only valid for activation and does not include support.

3. We provide Mobile, PHP script installation services for $19.90. Please create a backup after installation as we do not support re-installation. For mobile app source code, we do not offer installation services.

4. If you have any questions, please contact us by email [email protected] or create a ticket on this page

5. Please note that any digital products presented on the website do not contain malicious code, viruses or advertising. You will receive the original files from the developers. We do not sell any products that have been downloaded from other websites.

6. The response time can last up to 6 hours.