Android Studio 3.2
Targeted OS : 27
Windows 10
Git version 2.16.3.windows.1
Files:
google-services.json
awsconfiguration.json
Keystore folder contains .jks file and credentials(Required for Release build)
All API Constants are present in ConfigConstants.java
.
The code is structured on MVC pattern.
-Glide
-SmartLocation
-Android SQLiteAssetHelper
-Amazon Pinpoint
-BottomNavigationViewEx
-VolleyPlus
-FloatingActionButton
All Model classes are present under the package Models
XML files are available in group res
App Icons and Launch images are also categorized in different image assets and can be easily switched from the Project Settings
RegisterDevice and PushRate services are getting called from RecentEarthquakeService.java class, URL's are available in ConfigConstants.java file.
-google-services.json and awsconfiguration.json files contains URL's of Amazon Pinpoint and Firbase Cloud Messanging.
-Keystore folder contains .jks file and credentials(Required for Release build).