Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bkhezry/weather
Browse files Browse the repository at this point in the history
  • Loading branch information
bkhezry committed May 22, 2019
2 parents 6c1131d + 1edacc6 commit 692ba98
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
74 changes: 74 additions & 0 deletions README-FA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# برنامه هواشناسی

<p align="center"><img src="assets/screenshot-1-fa.png" /></p>

**نیازمندی‌ها**
- Android Studio 3.5 beta 2
- JDK 8
- Android SDK 28
- Supports API Level +17
- Material Components 1.1.0-alpha05

**ویژگی‌ها**
- Use [OpenWeatherMap] API
- Use Material Design 2
- Support two language. English & Persian
- Use locale Database

**عکس برنامه**

<p align="center"><img src="assets/screenshot-2-fa.png" /></p>

**کتابخانه‌ها**
- [Support libraries]: appcompat / recyclerview / constraintlayout
- [Material Design 2]: MaterialCardView / MaterialButton / Bottom App Bars / ExtendedFloatingActionButton
- [FastAdapter]: The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction
- [Calligraphy3]: Custom fonts in Android the easy way
- Square [Retrofit] / [Okhttp] / [Logging-Interceptor]
- [ObjextBox]: ObjectBox is a superfast lightweight database for objects
- [RxAndroid] Reactive Extensions for Android
- [Glide]: An image loading and caching library for Android focused on smooth scrolling
- [Lottie-Android]: Render After Effects animations natively on Android
- [MaterialSearchView]: Cute library to implement SearchView in a Material Design Approach
- [MPAndroidChart]: A powerful & easy to use chart library for Android
- [Firebase Core] / Crashlytics
- [ButterKnife]: Bind Android views and callbacks to fields and methods.

**Credit**

### This app inspired from [Weather App Freebie] concept Designed by [Raman Yv]

# License

Copyright 2019 Behrouz Khezry

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

[Weather App Freebie]: https://www.uplabs.com/posts/weather-app-freebie
[Raman Yv]: https://www.uplabs.com/ramandesigns9
[OpenWeatherMap]: https://openweathermap.org/
[Support libraries]: https://developer.android.com/jetpack/androidx/
[Material Design 2]: https://material.io/develop/android/
[FastAdapter]: https://github.com/mikepenz/FastAdapter
[Calligraphy3]: https://github.com/InflationX/Calligraphy
[Retrofit]: https://github.com/square/retrofit
[Okhttp]: https://github.com/square/okhttp
[Logging-Interceptor]: https://github.com/square/okhttp/tree/master/okhttp-logging-interceptor
[ObjextBox]: https://github.com/objectbox/objectbox-java
[RxAndroid]: https://github.com/ReactiveX/RxAndroid
[Glide]: https://github.com/bumptech/glide
[Lottie-Android]: https://github.com/airbnb/lottie-android
[MaterialSearchView]: https://github.com/MiguelCatalan/MaterialSearchView
[MPAndroidChart]: https://github.com/PhilJay/MPAndroidChart
[Firebase Core]: https://firebase.google.com/
[ButterKnife]: https://github.com/JakeWharton/butterknife
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Weather app

<p align="center"><img src="assets/screenshot-1.png" /></p>

**Requirements**
- Android Studio 3.5 beta 2
- JDK 8
Expand All @@ -13,6 +15,10 @@
- Support two language. English & Persian
- Use locale Database

**Screenshot**

<p align="center"><img src="assets/screenshot-2.png" /></p>

**Libraries & Dependencies**
- [Support libraries]: appcompat / recyclerview / constraintlayout
- [Material Design 2]: MaterialCardView / MaterialButton / Bottom App Bars / ExtendedFloatingActionButton
Expand All @@ -28,6 +34,9 @@
- [Firebase Core] / Crashlytics
- [ButterKnife]: Bind Android views and callbacks to fields and methods.

**Credit**

### This app inspired from [Weather App Freebie] concept Designed by [Raman Yv]

# License

Expand All @@ -45,6 +54,8 @@
See the License for the specific language governing permissions and
limitations under the License.

[Weather App Freebie]: https://www.uplabs.com/posts/weather-app-freebie
[Raman Yv]: https://www.uplabs.com/ramandesigns9
[OpenWeatherMap]: https://openweathermap.org/
[Support libraries]: https://developer.android.com/jetpack/androidx/
[Material Design 2]: https://material.io/develop/android/
Expand Down

0 comments on commit 692ba98

Please sign in to comment.