Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Latest commit

 

History

History

Android_Source

LAEEW_Android

version 1.0 build 1.4

Deployment Environment

Android Studio 3.2
Targeted OS : 27
Windows 10

Github version

Git version 2.16.3.windows.1

Elements that should NOT be open sourced

Files:

google-services.json
awsconfiguration.json
Keystore folder contains .jks file and credentials(Required for Release build)

General code Information

All API Constants are present in ConfigConstants.java.

The code is structured on MVC pattern.

API'S

-Glide
-SmartLocation
-Android SQLiteAssetHelper
-Amazon Pinpoint
-BottomNavigationViewEx
-VolleyPlus
-FloatingActionButton

Models:

All Model classes are present under the package Models

Interfaces/XML:

XML files are available in group res

Controllers:

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).