Shoppy | Android Universal eCommerce App Template

MyStream

[ad_1]

To get this product on 50 p.c low cost contact me on this link

 

LIVE PREVIEWBUY FOR $32


Shoppy | Android Universal eCommerce App Template - 1


Shoppy | Android Universal eCommerce App Template - 2


Shoppy | Android Universal eCommerce App Template - 3


Shoppy | Android Universal eCommerce App Template - 4


Shoppy | Android Universal eCommerce App Template - 5


Shoppy | Android Universal eCommerce App Template - 6


Shoppy | Android Universal eCommerce App Template - 7


Shoppy | Android Universal eCommerce App Template - 8


Please Note that you just gained’t have the ability to make faux funds by way of PayPal with this APK, that’s since you want your individual Sandbox and Production Client Keys from PayPal developer web site.
If you additionally will encounter some malfunction whereas making an attempt to make an order or a wishlist, that’s as a result of we weekly clear our demo database, so your individual check consumer might have been eliminated. All it’s important to do is to uninstall the APK out of your gadget, set up it once more and easily enroll as a brand new consumer.


Shoppy | Android Universal eCommerce App Template - 9


Both iOS and Android model can share the identical Parse database


Shoppy | Android Universal eCommerce App Template - 10


Shoppy | Android Universal eCommerce App Template - 11

Shoppy | Android Universal eCommerce App Template - 12

8 Apr 2020
• FCM Firebase Cloud Messaging applied. will ship push notifications on Android OS 7.0, 8.0, 9.Zero and above.
• UI enhancements executed

16 Sep 2019
• Fixed the problem with "Login with Facebook. " 
• Fixed the problem “Compatibility Issue with Facebook SDK 4.38.0” so we downgraded Facebook SDK to “4.37.0” nonetheless utilizing the previous constructor, so utilizing that model fixes this specific problem.
16 July 2019
• Improved App efficiency from backend construction and diminished loading time
• Fixed app Crash on the scroll of the Home web page by utilizing recycler view as an alternative of listing view
• Improved Home web page Screen design 
• Back stack problem has been mounted 
• Contact Us display alignments has been improved
• Introduced a New function “View Cart” on the Product element web page
• Code construction improved for android model 9.0 
14 October 2018
• Refactored backside navigation menu. Switched from actions to fragments.
• Fixed backstack clearing on house display begin from login / signup screens.
01 August 2018
• Fixed crash on checkout for the languages apart from English.
25 May 2018
• Accordingly to the brand new EU GDPR phrases, I've up to date the 'tou.html' file and Documentation.
IMPORTANT: This implies that if a User questions for his/her Account deletion, you need to do it inside 24 hours, because the GDPR's "Right to be forgotten" Article states (LINK: https://gdpr-info.eu/art-17-gdpr/)
8 May 2018
• Changed Parse model in construct.gradle into 1.16.0, as a consequence of some problem on the most recent Parse SDK and FCM:
    implementation 'com.parse:parse-android:1.16.0'

• Edited 'getUserDetailsFromFB()' methodology in Login.java, this line of code:
    } else { currUser.put(Configs.USER_EMAIL,  facebookID + "@facebook.com"); }
17 April 2018
• Added new Firebase dependencies in construct.gradle(Module:app)
• Removed the 'com.google.android.gms:play-services:+' implementation and up to date all dependencies to the required ones solely
• Added the 'google-services' classpath within the dependencies{} listing in construct.gradle(Project:)
classpath 'com.google.gms:google-services:3.2.1'

• Added this Permission into Manifest.xml:
<uses-permission android:title="android.permission.RECEIVE_BOOT_COMPLETED" />

• Updated the Documentation (join your App to Firebase for FCM)
15 April 2018
• Updated to Android Studio 3.1.1
• Removed all dependencies of play-services | left solely this one in construct.gradle:
     implementation 'com.google.android.gms:play-services:+'
11 April 2018
• Updated to Android Studio 3.1
• Updated 'compileSdkVersion' and  'targetSdkVersion' to 27 in construct.gradle
• Replaced 'compile' with 'implementation' in construct.gradle (Module: app)
• Updated classpath 'com.android.instruments.construct:gradle:3.1.1' in construct.gradle (Project:)
4 April 2018
• Fixed a Cart's bug by modifying the 'calculateTotalAmount()' methodology in Cart.java, so it will all the time give the correct whole quantity after refreshing the cart.
• Removed this line into the 'questionCart()' methodology in Cart.java:
     totalAmountArray = new ArrayList<Double>();

Shoppy is a good eCommerce App template so that you can construct your cell retailer for any merchandise, from garments to equipment, digital stuff, and many others.
You can handle all of your information by way of your Parse Dashboard (hosted on back4app.com) from inserting/modifying Products and Categories to get Orders and Users particulars. Everything is defined within the User Guide.

You might also use the Adminca.com, a free CMS panel for Parse SDK as an awesome different to insert/edit information in your Parse Dashboard, after you’ll create your app on back4app, create a free account on http://adminca.com and create a brand new Panel, select Self-hosted Parse Server and paste your Host hyperlink, Application ID and Master Key within the relative fields (you could find them in Core Settings of your back4app dashboard)

Shoppy | Android Universal eCommerce App Template - 13

This app contains PayPal SDK for orders funds, it really works with Parse SDK hosted it on back4app, native Android Studio mission, straightforward to customise.

Shoppy | Android Universal eCommerce App Template - 14

Shoppy | Android Universal eCommerce App Template - 15

About Parse SDK and back4app

Read this text for more information about back4app and Parse SDK: https://hubpages.com/technology/Parse-SDK-will-not-shutdown-in-thanks-to-back4app

Can I host Parse Server by myself server?

Yes, though I don’t present help for the setup course of, you’ll be able to learn the official Guide right here: http://parseplatform.org

What about free help for this template?

I can provide free help for bugs encountered within the authentic code.
Instead, for those who’ve edited the code and messed one thing up with it, I could apply some payment to repair it both by way of CrewViewer or by checking your app mission recordsdata immediately on my laptop.

How do I rename the app’s package deal title?

Read this tutorial to learn to rename a package deal title: https://hubpages.com/technology/Android-How-to-rename-an-app-package

Should I exploit the most recent model of Android Studio to edit this template?

Yes, I all the time replace my apps to the most recent model of the IDE and also you additionally ought to be sure to’ve up to date the Android Tools to their newest model of the Android SDK supervisor.

The demo APK crashes on startup

Make positive that the minimal Android model of your gadget is the one listed within the FEATURES part under. If the issue persists, please contact me by my profile’s contact kind and ship me the Logcat message of you get when the app crashes together with the steps you made to breed the crash.
Please be aware that not all actual gadgets print an error Logcat message, on this case simply run the APK into the Android Studio’s emulator and also you’ll certainly get the pink messages about your problem.

How do I take away AdMob banner adverts?

  1. Enter the .xml recordsdata the place there’s an AdvertView and take away its code:
        <com.google.android.gms.adverts.AdvertView
            android:id="@+id/admobBanner" 
            android:layout_width="wrap_content" 
            android:layout_height="wrap_content" 
            adverts:adSize="BANNER" 
            adverts:adUnitId="@string/ADMOB_BANNER_UNIT_ID" 
            android:layout_alignParentBottom="true" 
            android:layout_centerHorizontal="true">
        </com.google.android.gms.adverts.AdvertView>
    
  2. Enter the .java recordsdata the place there’s an AdRequest occasion into its onCreate() methodology and take away its code:
            // Init AdMob banner
            AdvertView mAdView = (AdvertView) discoverViewById(R.id.admobBanner);
            AdRequest adRequest = new AdRequest.Builder().construct();
            mAdView.loadAd(adRequest);
    
  3. Lastly, take away the play-services-ads reference within the construct.gradle file:
        compile 'com.google.android.gms:play-services-ads:+'
    


Shoppy | Android Universal eCommerce App Template - 16

Shoppy | Android Universal eCommerce App Template - 17

  • Android Studio 3.x mission – Universal- Android 5.0+
  • Backend with Parse SDK hosted on again{4}app
  • Facebook login
  • PayPal SDK built-in (a Paypal Developer account is required and it’s free)
  • Products are sorted into Categories
  • Cart particulars, Orders, Wishlist, Login/Sign Up and Account actions
  • Send Order’s particulars e mail to Admin and Buyer (php recordsdata included)
  • User Guide & PSD recordsdata included

Shoppy | Android Universal eCommerce App Template - 18

  • Android Studio 3.x and primary information of its interface
  • Photoshop (or related picture editor softwares)
  • Windows PC or Mac
  • Free account on https://back4app.com
  • A Facebook Developer account
  • A PayPal Developer account
  • A Google Developer and Play Store account
  • An actual gadget with Android 5.Zero or above (really useful)


Shoppy | Android Universal eCommerce App Template - 19


Shoppy | Android Universal eCommerce App Template - 20


Shoppy | Android Universal eCommerce App Template - 21

[ad_2]

To get this product on 50 p.c low cost contact me on this link

 

Source

Pomento
Logo
Register New Account
Reset Password
Compare items
  • Total (0)
Compare
0
Shopping cart