Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade to SDK 19 and add a degree suffix to weather temperature (also fix up docs). #31

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixing up keys.xml creation
The root node is missing in the documentation. Also fixing a small typo.
pselvana committed Oct 18, 2015
commit 6fa5e5b892462dcba4d64aac18c4c45c4036143f
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -23,10 +23,10 @@ How to Run
----
1. Clone project
2. Get a [forecast.io api key](https://developer.forecast.io/)
3. Add a keys.xml file under res/values with \<string name="dark_sky_api_key">your_key\</string>
3. Add a keys.xml file under res/values with \<resources>\<string name="dark_sky_api_key">your_key\</string>\</resources>
4. Import project to Android Studio and run

When its mirror time, I also recommend turning on the device Developer Option: "Stay Awake - Screen will never sleep while charging"
When it is mirror time, I also recommend turning on the device Developer Option: "Stay Awake - Screen will never sleep while charging"

Making a Mirror
====