Home / App Templates / Android / Applications / Shopping
Shop It - eCommerce Android App Source CodeShop It - eCommerce Android App Source Code
Shop it is an e-Commerce Android application using the Google Firebase technologies.Home / App Templates / Android / Applications / Shopping
Shop It - eCommerce Android App Source Code
Shop it is an e-Commerce Android application using the Google Firebase technologies.5 Support questions or comments
Please login or create an account to post a question or comment.
-
3 months agonischal030506 PurchasedUnable to find method 'org.gradle.api.internal.DefaultDomainObjectSet.<init>(Ljava/lang/ClassV'
org.gradle.api.internal.DefaultDomainObjectSet.<init>(Ljava/lang/ClassV
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)
The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart)
Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.
-
Jul 21, 2019Hello, I want to buy your source code. How can I change items in this application? Do you have an admin panel or you Firebase Realtime Database integrated?
-
Jul 23, 2019TalkInCode AuthorNo, There's no admin panel integrated with the Shop it project since everything is done with the Firebase console
-
Jul 23, 2019So, I can add all items with images by Firebase Console?
-
Jul 26, 2019TalkInCode AuthorFirebase Database is limited to specific data types, you can insert strings, numbers, booleans, timestamps, and floating points.
You can't add images to a database, instead, upload any image you want to a storage host service such as Firebase storage, copy the link of the uploaded image and insert it into the database
-
Jul 17, 2019addnam PurchasedBonjour,
j'ai acheté cette application mais quand je l'ouvert sur mon Android Studio 3.4.1 , elle n’exécuta pas à cause des beaucoup erreurs qu'ils apparaissent dans toutes les codes.
réponde plus vite s'il vous plait .
merci -
Jul 23, 2019TalkInCode AuthorHi @addnam,
I got your message,
Please text me back with further details
like screenshots and AS output .. etc
Thanks
-
Mar 17, 2019jijot PurchasedI just downloaded it. the apk file in the zip file is crashing at startup. I would expect it to work properly as I am a paid customer. please help asap
Regards,
Jijo
[email protected] -
Mar 24, 2019TalkInCode AuthorHi jijot
Thanks for reaching,
regards your inquiry, there are several factors could be the reason behind the crash, including but not limited to:
* testing the device with API less than 19 "Android 4.4 KitKat"
* testing on a device that's not an emulator
* testing on a real device with Android Developer options not enabled
* using the "debug" version of the project, rather than the "release" version on a real device.
I'd assume that you're using the debug version since it's the only .apk file that exists in the downloaded folder.
to solve this you should do the following to your Android device:
1- Make sure that the device is running the minimum SDK version or greater, API >= 19
2- Open the device settings, tab the About Phone options, then tab the build number 7 times.
here's the official documentation regarding enabling the Android Developer Options https://developer.android.com/studio/debug/dev-options
After enabling it, you should now test the .apk without crashes.
however, I'd recommend you to continue our conversation on e-mail, I've sent you an e-mail to [email protected].
best regards.
Information
Category | App Templates / Android / Applications / Shopping |
First release | 3 September 2018 |
Last update | 3 September 2018 |
Operating Systems | Android 7.0, Android 8.0, Android 5.0, Android 6.0 |
Files included | .apk, .java, .xml |
Tags | android, admob, e-commerce, Native, clean code, material design, authentication, wishlist, firebase |