The SDK includes a demo app to help get you started. To allow the demo project to access data using the AerisWeather API, you will need to configure the AerisWeather Demo project to use your unique credentials. Just sign up for a free developer account and register yourself and your application with AerisWeather, to get your unique client Id and secret.
* The DemoApp namespace/package name can be found around line 3 of the manifest.xml file and will look similiar too: **com.example.demoaerisproject**
The AerisWeather Maps library project currently supports only Google maps. To use the Google Maps API, you'll need to register for a an API key in the Google Maps API Console. Visit the Google Maps Android API page and click the "GET A KEY" button for detailed instructions on getting your Google Maps key.
Once you have your Google Maps API account set up:
In your Android project, update the meta tag in the Demo Project’s Manifest:
<meta-data
android:name="com.google.android.maps.v2.API_KEY"
android:value="your_api_key">
If you've already read and completed the setup and configuration steps, you should be all set. If not, please refer to the SDK Installation page and verify that you have the necessary AerisWeather API access, Android permissions, etc.
If you would prefer to skip right to the code, the demo project lives on Github at: https://github.com/aerisweather/AerisAndroidSDK
Last modified: July 27, 2021