Thank you for purchasing our product
Parse setup
1. Go to Back4app.com , register or login.
2. Build a new application
3. Fill in all the required fields following the system prompts
4. You are now on the server management page. Need, go to "Server settings"
5. Next go to "Core settings" -> "Settings"
6. Now you need to copy the identifiers: App ID, Client key
7. Open android studio project , go to file strings.xml and paste this data
8. Next, connect the project to the firebase
Firebase Setup
9. Go to https://console.firebase.google.com and create a new project
10. add android application:
11. According to the system prompts, fill in all the required fields: (do not forget to rename the application package, how to do read here)
12. Download the google-service.json file and replace it in the application folder according to the instructions
13. Open project in Android studio, run app and register in Firebase
Set Demo class ( category )
14. Open Android studio project, find StartActivity.java and uncomment line 85
15. Run app and be sure to comment out this line
16. As a result, we will get two classes in the backend, Category and Presets
17. Of course, we will not use the built-in backend, since there is a more convenient alternative
Adminca setup
18. Go to http://adminca.com/ login or register
19. Tap "Account" -> "Organisation"-> "New panel"
20. Fill in the application name and choose Self-hosted Parse server . Also fill in all the data of your parse server
21. Where to get this data - here
22. When you created this admin panel it will look like this, is not really convenient?
23. We have almost done everything, it remains to add content.
23.1 Category:
23.2 Delete category:
https://www.youtube.com/watch?v=cDYiX7Cnz_4
23.3 Add new category:
https://www.youtube.com/watch?v=_lTFtfWhzdU
24. Add presets in LROOM
https://www.youtube.com/watch?v=nwoBGNa8zSw
ADMOB setup
Go to https://apps.admob.com/ and add new app
Following the prompts of the system, get App ID and copy it
Open android studio -> strings.xml file and paste:
Next, get Ad unit and copy it:
Open Android studio -> strings.xml file and paste it:
Exactly the same identifier is created for interstitial
PUSH NOTIFICATION
It's simple!
Go to onesignal.com signup or sign in
Add new app
Following the prompts of the system, fill in all the required fields
You will have a question where to get the keys for firebase?
Remember at the beginning of the instructions we integrated our application with firebase? So there it is.
Go to Firebase console and open app
Next find tab "Cloud messaging" and click
Copy Server key and Sender Id and paste to Onesignal
Then you get: App ID. You need to copy it
Open android studio , find file build Gradle ( module app) And paste it
Run app and test connect to onesignal. If you did everything right, you can send a test push message
Application localization
The prepared file for localization with a list of lines is strings.xml
How to localize android app :
Or tap this link : https://www.youtube.com/watch?v=72qURZPIUIA
You need to translate only the file into the language you need, in the application you do not need to do anything else!
DESIGN
All graphic elements are in the folder drawable
Color Schemes location colors.xml file
Support
We will answer all your questions in our support team. https://simpleapp.freshdesk.com
Unfortunately, we do not answer technical questions in the comments on the product, messengers and mail.
Disclaimer
For everything that you do with the application code, you are responsible yourself. You make any changes to the original code at your own risk. We relieve ourselves of any responsibility for the action with the code on your part and the reaction of the approving company (in this case, Google)