Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 365 Bytes

File metadata and controls

6 lines (5 loc) · 365 Bytes

Beginner-Android-Examples

Android code examples for beginners.

Note: this project needs a couple of additons after cloning:

  1. A Dark Sky api key needs to be obtained and stored in a string resource named dark_sky_api_key
  2. A Firebase project needs to be configured with a Realtime Database and the corresponding google-services.json added to the project.