You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://raw.githubusercontent.com/Sparker0i/Weather/HEAD/LICENSE)[](https://gitter.im/SimpleWeather/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://gitter.im/SimpleWeather/Lobby)
5
6
6
7
Welcome to my Open Source, easy to use Weather app, built using Android Studio for Android 4.1+
7
8
@@ -11,20 +12,45 @@ Get it on Google Play and F-Droid (coming soon in XDA Labs Marketplace):
11
12
[<imgsrc='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'alt='Get it on Google Play'width='210'height='80'>](https://play.google.com/store/apps/details?id=com.a5corp.weather)
12
13
[<imgsrc='img/xda.png'width='210'height='80'alt="Get it on XDA Labs">](https://labs.xda-developers.com/store/app/com.a5corp.weather)
13
14
15
+
## Communication
16
+
Our chat channel is on gitter [here](https://gitter.im/SimpleWeather/Lobby)
17
+
18
+
19
+
20
+
## Setting up the Android Project
21
+
22
+
1. Download the project source. You can do this either by forking and cloning the repository (recommended if you plan on pushing changes) or by downloading it as a ZIP file and extracting it.
23
+
24
+
2. Open Android Studio
25
+
26
+
3. Open this project by clicking on Open, then navigate to the directory where you cloned this repository, select the root folder of the project, and hit OK. Android Studio should now begin building the project with Gradle.
27
+
28
+
4. Once this process is complete and Android Studio opens, check the Console for any build errors.
29
+
30
+
-_Note:_ If you receive a Gradle sync error titled, "failed to find ...", you should click on the link below the error message (if avaliable) that says _Install missing platform(s) and sync project_ and allow Android studio to fetch you what is missing.
31
+
32
+
5. Once all build errors have been resolved, you should be all set to build the app and test it.
33
+
34
+
6. To Build the app, go to _Build>Make Project_ (or alternatively press the Make Project icon in the toolbar).
35
+
36
+
7. If the app was built successfully, you can test it by running it on either a real device or an emulated one by going to _Run>Run 'app'_ or pressing the Run icon in the toolbar.
37
+
14
38
## Changelog
15
39
Please refer CHANGELOG.md file.
16
40
17
41
## Translators
18
42
If you want to translate you can easily do so on [Transifex](https://www.transifex.com/a5-corp/simple-weather).
19
43
20
44
## Contributing
45
+
- Fork this repo
46
+
- Clone your forked repo
21
47
- Create a new PR with a feature you want to add (though this depends upon the discretion of the developer, ie. me), or fix a bug in an already existing feature
22
48
23
49

24
50
25
51
## License
26
52
```
27
-
Simple Weather. App displays weather information in a beautiful manner.
53
+
Simple Weather. App displays weather information in a nice manner.
0 commit comments