CODE.MARKET
Search main icon svg
Enter ↵

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

Author userpic
by xscoder
Pikky | Android Instagram-like Social Media Application [XServer] Android Utilities Mobile App template

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


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

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


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

September 25, 2020

- Updated to Android Studio 4.0.1
- Moved this line out if its IF statement in the 'SearchScreen.java' file:
    PREFS.edit().putInt("adCount", adCount).apply();

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

August 27, 2020

- Fixed a bug in the 'Follow.java' file -> 'followButt()' by replacing userObj with currentUser.
- Edited the 'onRefresh()' function, still in the in the 'Follow.java' file
- Edited the 'showPostDetails()' function in the 'PostDetails.java' file
- Edited the 'followButt()' function in the 'UserProfile.java' file by adding an HUD while tapping the Follow button

August 25, 2020

- Fixed a small bug in the 'Follow.java' file by editing the 'followButt.setOnClickListener()' function
- Removed:
    public static String USERS_USERNAME_LOWERCASE = "ST_usernameLowercase";
from the 'XServerSDK.java' file, as well as its call in the following files:
    Intro.java
    SignUp.java
    EditProfile.java

August 12, 2020

- Wrapped the code of the 'showUserDetails()' function in the UserProfile.java file into an 'XSRefreshObjectData()' function, in order to always get the updated 'userObj' object while entering a user's profile.
- Edited the InterestingPeople.java file by adding the 'onStart()' function and editing the 'onCreate()' function
- Edited the 'onCreate()' function of the Follow.java file

June 15, 2020

- Updated to Android Studio 4

** MAJOR UPDATE **
Replaced Parse Server with the XServer backend: 
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")



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!

Product tags

    • 6 month free support included from author
    • Free lifetime product updates guarantee
    • 360 degrees quality control
    Secure payment & money back guarantee

    Related products