MC Smart Shop – Android App Source Code

Overview

Smart Shop App is a multi-purpose classifieds listing android app that will meet requirements of sellers. Anybody have products to sell will find this app very useful to manage  products. This app is written in android studio and admin dashboard written in PHP / My-SQL to provides a complete mobile shop development solution to sellers.

Features

  • Android Studio Full Source Code
  • Monetize With AdMob (Banner + Interstitial)
  • Mobile users can login, register and manage products from mobile app
  • Unlimited Categories and Products
  • Search and Sorting Functions
  • Admin PHP Dashboard
  • Easy to Install and Use

Requirements

  • Android Studio
  • Any PHP Editor

Instructions

Android App Configurations:

  • Open the app by android studio
  • Open the file splash.java and edit the following code line with your website URL
  • public static String PublicDomain = “http://shop.microcode.ws/“;

Admin Dashboard Installation Steps

  • Create new mysql database
  • import database.sql file to your database.
  • Open include/config.php file and edit it using your database details .
  • Login your admin panel and enter your details, default user is “[email protected]” and password is “admin” , you can change your password from admin panel.

Related