CODE.MARKET
Search main icon svg
Enter ↵

Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS Android Mobile App Template

Author userpic
by themes-coder
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS Android Ecommerce Mobile App template

Description

- Version: 1.0.20 (Big Update)
- Last Update: 19 Sep 2020
- Files Included: Full Source Code Android App & Laravel CMS
- This is Exclusive Product Licence from Envato
- Updated Our Item to Latest Android Code
- Native App Performance & Clean Code
- Updated Laravel CMS
- Added 21 New Product Card Styles
- Added Many New Slider Styles
- Separate Website Item is Available.
- Both Mobile App & Website have one Single Admin Panel.
Laravel Ecommerce
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 1
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 2
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 3
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 4
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 5
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 6
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 7
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 8
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 9
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 10
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 11
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 12
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 13
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 14
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 15
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 16
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 17
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 18
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 19
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 20
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 21
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 22
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 23
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 24
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 25
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 26
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 27
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 28
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 29
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 30
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 31
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 32
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 33
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 34

CMS Demo



username: [email protected]
password: admin

Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 35
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 36
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 37
Android Ecommerce - Universal Android Ecommerce / Store Full Mobile App with Laravel CMS - 38

Change Logs:

Version 0.1.1 – Released Date: 03 Dec 2017


- Fixed Some Minor Issues

Version 0.2.0 – Released Date: 14 December 2017

We have updated cms to latest technologies:
- Laravel 5.5
----------------------------------------------
App & CMS New Features:
- Added Runtime Permissions of Location, Camera, Storage and PhoneState
- PayPal Integration
- AdMob  
- App Share
- Rate This App
- Ability to translate CMS to any language
- Ability to select app home screen and category screen from CMS
- Ability to manage app navigation links from CMS 
- Changed UI of UpdateAccount
- Changed UI of SettingsFragment
- Fixed Scheduled Local Notifications Bug
- Fixed Map Scrolling Bug on Contact Us page
- Fixed some more bugs & Improvements. 

Version 0.2.1 – Released Date: 29 December 2017

Cms Issues Fixed:
- Special Product - Remove comments from line no 328 to 330 from  appHttpControllersAppMyProductContrroller.php 
- Replace these lines in editProduct.blade.php on line number 111
<option    @if($result['product'][0]->products_id != $result['specialProduct'][0]->products_id && $result['specialProduct'][0]->status == 0) selected @endif value="no">{{ trans('labels.No') }}
</option>
<option    @if($result['product'][0]->products_id == $result['specialProduct'][0]->products_id && $result['specialProduct'][0]->status == 1) selected @endif value="yes">{{ trans('labels.Yes') }}
</option>
- Some cms labels were missing
update file resourcelangenlabels.php 
update file resourcesviewsadminEditProduct.blade.php 
- Replace these lines in CustomersController.php
$customers_email_address = $user['email'];
to 
if(!empty($user['email'])){
$customers_email_address = $user['email'];    
}else{
$customers_email_address = '';
}

Version 0.2.2 – Released Date: 07 Feb 2018

App & CMS New Features:
- OneSignal Notification Integrated
- Added option to select OneSignal or FCM from CMS
- Optional Image Notification from CMS
- Added the ability to register device to CMS using OneSignal 
- Auto notification and email on User Signup, Order Status Change, Add New Product, Add New News, Forgot Password.
- Manage Notification/Email Settings From CMS 
----------------------------------------------
App Issues Fixed:
- Bug Fixes and Code improvements. 
- Fixed Coupon Apply Error
- Fixed app crashes on startup
- Fixed Notification Click starts new activity issue
- Fixed Empty Filters message issue on Viewpager's Fragments
- Moved Bottom Loader to the center of the Splash Screen
- Changed Price Formatting to two decimal points (0.0 to 0.00)
- Changed Logout Button Text to Login after LoggedOut in Settings
- Changed Retrofit's Synchronous Request scenario in StartAppRequests
----------------------------------------------
Cms Issues Fixed:
- Bug Fixes and code improvements. 
- Products status bug fixed in appHttpControllersAppMyProductController.php
- Language Translation Bug Fixes.
- 'languages' table altered, extend characters length for field name 'code'

Version 0.2.3 – Released Date: 12 Feb 2018


- Update CMS Pages
resourcesviewsadminsetting.blade.php
resourcesviewsadminlangenlabels.php
resourcesviewsadminControllersAdminAdminSiteSettingController.php
- Bug Fixes and Code improvements. 

Version 0.2.4 – Released Date: 17 Feb 2018


- Minor Bug Fixes and Code Improvements. 

Version 0.2.5 – Released Date: 22 Feb 2018


- Notification image and language code bug has been fixed in cms.
appHttpControllersAdminAdminNotificationController.php
appHttpControllersAdminAdminAlertController.php
appHttpControllersAppAlertController.php
appHttpControllersAppCustomersController.php
resourcesviewsadmineditLanguages.blade.php
resourcesviewsadminaddLanguages.blade.php
- Implemented Image Notification in App
- Fixed Cart Items Price Issue
adapters -> CartItemsAdapter.java
utils -> NotificationHelper.java
services -> MyFirebaseMessagingService.java

Version 0.2.6 – Released Date: 27 Feb 2018


- Bug Fixes in Application
receiversAlarmReceiver.java
fragmentsCheckout.java

Version 0.2.7 – Released Date: 03 March 2018


- Bug Fixes in Application
Changed Cart Product's Price Format
Fixed Edit Text character validation issue
Fixed Push Notification enable/disable issue
- Files affected:
utils -> ValidateInputs.java
adapters -> CartItemsAdapter.java
fragments -> SettingsFragment.java
- Update following cms file.
appHttpControllersAppCustomersController.php

Version 0.2.8 – Released Date: 15 March 2018

- Bug Fixes in Application
Fixed validation on some fields. 
- File affected:
utils -> ValidateInputs.java
- Bug Fixes in CMS
Notification service enable/disable bug is fixed.
Currency symbol was missing.
Email notification bug is fixed.
Delete language will delete all labels and content against this language is fixed.
Disable payment setting bug while saving.
Enable/disable option for email and push notification on place order was missing. 
In Database table 'alert_settings', we added two fields
'order_email','order_notification' 
- File affected:
appHttpControllersAppCustomersController.php
appHttpControllersAppOrderController.php
resourcesviewsmailorderEmail.blade.php
appHttpControllersAdminAdminAlertController.php
appHttpControllersAppAlertController.php
appHttpControllersAdminAdminSiteSettingController.php
resourcesviewsadminpaymentSetting.blade.php
resourcesviewsadmincommonscripts.blade.php
resourcesviewsadminalertSetting.blade.php
resourcesviewslangenlabels.php
appHttpControllersAdminAdminOrdersController.php

Version 0.2.9 – Released Date: 21 March 2018

- Bug Fixes in CMS
Notification bug is fixed while placing order.
Redirect url issue after delete language is resolved. 
- Files affected:
appHttpControllersAppAlertController.php
appHttpControllersAdminAdminSiteSettingController.php
- Bug Fixes in App
Fixed "Internal Server Error" on Checkout
Fixed Cart and Checkout crashes on other languages than English
Files affected:
adapters -> ProductAdapter.java
adapters -> CartItemsAdapter.java
fragments -> Product_Description.java

Version 0.2.9.1 – Released Date: 30 March 2018

- Bug Fixes in CMS
Address service bug is fixed.
Translation of payment method and shipping methods is added.
- File affected
appHttpControllersAppCustomersController.php
appHttpControllersAppOrderController.php
routesweb.php
resourceslangenlabels.php
resourcesviewsadminpaymentSetting.blade.php
resourcesviewsadminshippingMethods.blade.php
resourcesviewsadminupsShipping.blade.php
resourcesviewsadminshippingDetail.blade.php
resourcesviewsadminflateRate.blade.php
- Database
2 new tables are added payment_description, shipping_description
- Bug Fixes in App
Fixed MultiDex issues
Fixed crashes on view Order_Details
Fixed Shipping and Payment Methods translation issue
updated build sdk version
updated android support libraries
updated google services libraries
- File added:
adapters > PaymentMethodAdapter.java
- Files affected:
app > build.gradle (Module:app)
app > build.gradle (Project:ecommerce)
activities > MainActivity.java
adapters > ProductAdapter.java
adapters > CartItemsAdapter.java
databases > User_Cart_DB.java
fragments > Checkout.java
fragments > Order_Details.java
fragments > Product_Description.java
fragments > SettingsFragment.java
fragments > Shipping_Methods.java
network > APIRequests.java
models > order_model> OrderDetails.java
models > order_model> PostOrder.java
models > payment_model > PaymentMethodsInfo.java
models > shipping_model > PostTaxAndShippingData.java

Version 0.2.9.2 – Released Date: 31 March 2018


- Bug Fixes in App
Fixed disabled payment method issue on checkout screen
- Files affected:
fragments > Checkout.java

Version 0.2.9.3 – Released Date: 05 April 2018


- Bug Fixes in CMS
Order email to admin is added.
- Files affected:
appHttpControllersAppAlertController.php
resourceslangenlabels.php
-Database
SQL dump has been updated, previous two db dump releases cause 500 error issue. 
- Bug Fixes in App
Fixed Internal Server Error on Checkout
Fixed Error casting DrawableWrapper to LayerDrawable
- Files affected:
network > StartAppRequests.java
activities > MainActivity.java
activities > Signup.java
fragments > Checkout.java
fragments > HomePage1.java
fragments > HomePage2.java
fragments > HomePage3.java
fragments > HomePage4.java
fragments > Order_Details.java
fragments > Product_Description.java
fragments > SearchFragment.java
fragments > Update_Account.java

Version 0.2.9.4 – Released Date: 31 May 2018

- Bug Fixes in Application
Fixed Image Picker crashes on android > 23
Fixed Share Product crashes on android > 23
Fixed Cart Badge icon issue on android < 23
Fixed WebView Dialog height issue on Signup and About Page
Fixed Cart Price on Quantity change for languages other than English
- Files added:
xml > provide_paths.xml
- Files affected:
layout > dialog_webview_fullscreen.xml
activities > Login.java
activities > Signup.java
activities > MainActivity.java
activities > SplashScreen.java
adapters > CartItemsAdapter.java
app > App.java
constant > ConstantValues.java
fragments > About.java
fragments > All_Products.java
fragments > Most_Liked.java
fragments > News.java
fragments > Product_Description.java
fragments > Recently_Viewed.java
fragments > Shipping_Methods.java
fragments > Special_Deals.java
fragments > Top_Seller.java
fragments > Order_Details.java
fragments > Update_Account.java
fragments > WishList.java
network > StartAppRequests.java
utils > Utilities.java
utils > ImagePicker.java
utils > NotificationScheduler.java
AndroidManifest.xml
build.gradle(module)

Version 0.3.0 – Released Date: 27 July 2018


- Secured App API
- Compatible with LaravelEcommerce website item
- Restructure Database
- Fixed app crashes on android > 23
- Bug Fixes and Improvements

Version 0.3.1 – Released Date: 04 Aug 2018


- Duplicate products issue is resolved.
- Delete product attribute issue is resolved.
- Update tax issue is resolved.

Version 0.3.2 – Released Date: 02 Sep 2018


- Upload multiple product images issue fixed in cms.
- Facebook setting issue fixed in cms.

Version 0.3.3 – Released Date: 15 Dec 2018


New Features:
- Loading Speed Improvements in application.
- Instamojo payment method added for our Indian Customers
- Product types are added. i) Simple ii) Variable iii) External
- Products are associated with multi categories.
- Products stock can be managed according to the products types.
- Products Attributes based inventory management added 
- Products stock min/max stock is added.
- Calculate shipping price by products weight
- Free shipping over set order total feature added
- Multi admin feature (admin role) is added with assigning privileges.
App Bugs Fixes:
- Minor bug fixes and improvements in application 
Admin panel CMS Bugs Fixes:
- Delete product attribute bug is fixed.
- Update tax bug is fixed.
- Additional products image bug is fixed.
- Facebook secret key missing is added.
- Admin panel links corrected.
- Minor bug fixes and improvements
Database:
- Restructure and Normalize Entire Database with new Tables and Table Fields.
- Admin Roles table is added.
- Admin Types table is added
- Site logo and site name in setting table.
- Products options / options description table added
- Products options values / options values description table added
- Products detail left and right banner with expiry date fields are added.
- Constant banner table is added.
- Orders table transaction_id field is added for payment methods.
- Products shipping rates table is added to manage shipping rate by product weight.

Version 0.3.4: Released Date: 25 Jan 2019

App New Features:
- Flash Sale
- Variable Products (Product Can distinguish against color and size)
Bug Fixes:
- Bug in order details (Fixed)
- Bug in apply coupon (Fixed)
- Bug in coupon applied checkout total (Fixed)
- Bug in product description addToCart Button (Fixed)
- Garbage files upload (Fixed)
- CMS Bugs Fixes & improvements
Improvements and Crashes:
- Crash in apply coupon (Fixed)
- Improve signup and update user account (reduce api calling time)
- Improvement in Setting and Contact US

Version 1.0: Released Date: 27 Sep 2019

- Major Release
- Restructured Entire Project inlcuded front end, back-end, app api services and database.
- Update Laravel version to 5.8
- Multi currency feature
- Installation wizard
- Updater from admin to update all future updates with single click
- Merger to merge laravel ecommerce, ionic ecommerce and android ecommerce project with single click 
- And many more features & improvements

Version 1.0.1: Released Date: 10 Oct 2019

- Fixed Purchase code verification bug in installer 
Admin Updates:
- Home page theme setting fixes
- Enable multiple cart page, product detail page, contact us page and shop page
- Multiple Currency fixes
- Language slider fixes
- Enable multi color for website
- Change logo fix
- Slider images for multi Language
- Improve banner data entry
- Minor enhancements & improvements 
App Updates:
- Minor improvements & clean source code

Version 1.0.2: Released Date: 12 Oct 2019

- Fixed Updator & Merger script
Admin Updates:
- Fix edit category
- Added default languages, currency and banners
- Fixed admin version for updation
- Minor enhancements & improvements 

Version 1.0.3: Released Date: 23 Oct 2019

Admin Updates:
- Social Login
- Enable Maintenance Mode, Production and Development Mode
- Fix logo issue for mobile responsive
- Enable Slider and banners data entry with out wizard
- Minor enhancements & improvements 

Version 1.0.4: Released Date: 24 Oct 2019


Admin Updates:
- Compatible with HTTPS
- Place htaccess file to hide public from URL
- Minor enhancements & improvements 

Version 1.0.5: Released Date: 02 Nov 2019

Admin Updates:
- Change currency algorithm to choose default currency for admin
- Social Login Fix
- Minor enhancements & improvements
App Updates:
- Social Login Fix

Version 1.0.6: Released Date: 27 Nov 2019

Admin Updates:
- Backup / Restore feature
- Fix role management
- Add transition
- Fix number format issue for multi currency
- Minor enhancements & improvements 
Application Updates:
- Minor enhancements & improvements

Version 1.0.7: Released Date: 05 Jan 2020

Important Notes:
Presteps Before upgrading your project from version 5.8 to 6.x:
- Delete "packages.php" and "config.php" if avaible from "/bootstrap/cache".
- Delete All cached views from "storageframeworkviews".
- Clear laravel cache like: https://youwebsite.com/clear-cache You can clear laravel cache after any update. 

Laravel Admin Updates:
- Update our item cms to latest Laravel 6.x
- Fix / improve media management
- Minor enhancements & improvements 

Version 1.0.8: Released Date: 10 Jan 2020

Admin Updates:
- Fix product data entry issue
- Fix default currency
- Fix default language
- Minor enhancements & improvements

Version 1.0.9: Released Date: 12 Jan 2020

- Fix laravel installation wizard
- Minor enhancements & improvements 

Version 1.0.10: Released Date: 25 Jan 2020

Admin Updates:
- Fix Cancel oder amount in reports
- Customer redirect issue fix when login from admin
- Fix coupon cart percentage discount
- Improvement & glitch fixes of rating & review
- Fix and improve language module
- Fix Flash issue Glitches
- Fix variable product
- Improve guest checkout
- Fix & improve admin reports
- Media management enhancements & improvements
- Fix braintree payment method
- Minor enhancements & improvements 

Version 1.0.11: Released Date: 13 Feb 2020

Admin Updates:
- Fix Application Orders
- Fix coupon on maximum spent
- Fix adding new language
- Fix showing multiple language after delete one language
- Fix variable product add to cart
- Fix guest checkout
- Fix report total earned
- Fix news category
- Fix multiple media
- Fix braintree payment method
- Fix report cancel order
- Fix report low stock
- Fix product units
- Fix payTM payment method
- Fix admin types / roles
- Minor enhancements & improvements 

Version 1.0.12: Released Date: 05 Apr 2020

- Big Update
- Updated Our Item to Latest Android Code
- Native App Performance & Clean Code
- Updated Laravel CMS
- Added 21 New Product Card Styles
- Added Many New Slider Styles

Version 1.0.13: Released Date: 15 Apr 2020

- Default currency issue on dashboard
- AndroidX Application Code Improvements

Version 1.0.14: Released Date: 25 Apr 2020

- CMS Code Improvements 

Version 1.0.15: Released Date: 15 May 2020

- Fixed Checkout issue  
- Minor Code Improvements

Version 1.0.16: Released Date: 10 June 2020

- Fix Customer Application Crash on 4 digit Price
- Fixed Logo Update Issue
- Minor Code Fixes and Improvements in Laravel Admin Panel
- Minor Fixes and Improvements in Android Application

Version 1.0.17: Released Date: 25 June 2020

- Fix 404 error while installation
- Fix Installer Package when composer update.
- Add required extensions / PHP setting in Installer. 
- Paystack Payment Method Amount Issue Resolved.
- Fix PHP 7.4 Support.
- API Authentication Improvement.
- Upgraded to latest gradle
- Fix Checkout Bug
- Removed Admob requirement for build.
- RazorPay bugs resolved.
- Minor Fixes and improvements.

Version 1.0.18: Released Date: 31 July 2020

- All reported bugs has been fixed 
- Overall admin code improvements 
- Improve admin exception handling 
- Improve data entry scenarios

Version 1.0.19: Released Date: 14 Aug 2020

- All mentioned bugs by customers has been fixed
- Overall code improvements

Version 1.0.20: Released Date: 19 Sep 2020

- All mentioned bugs by customers has been fixed
- Minor code improvements

Woocommerce Mobile App Solutions ↴

Custom Laravel Ecommerce Website with App Solutions ↴

Essential UIUX Items For All Level of Ionic & Android Developers ↴

Bootstrap Shopping Template for HTML, Angular8 & React JS ↴

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

    Become a code.market Android marketplace Creator
    Start earning with your Android coding skills today
    Get Started