Weathericonview

Weather Icon View for Android applications
Alternatives To Weathericonview
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Weather Icons6,622213226 months ago1March 30, 2015101CSS
215 Weather Themed Icons and CSS
Mahapps.metro.iconpacks1,46821446a year ago94October 18, 202119mitC#
Awesome icon packs for WPF and UWP in one library
Swifticons760
142 years ago15April 05, 202027mitSwift
🎢Swift Library for Font Icons - ★ this library
Weather Icons448
6 months ago9May 06, 202115mitHTML
Free to use animated weather icons.
Simplicityweather413
10 months ago3Dart
一款简约风格的 flutter 天气项目,提供实时、多日、24 小时、台风路径以及生活指数等服务,支持定位、删除、搜索等操作。
Weather Card395
3 months ago92mit
Weather Card with animated icons for Home Assistant Lovelace
Aaf Easydiary365
12 days ago52gpl-3.0Kotlin
:blue_book: A diary application optimized for user experience.
Iconpark350
7 years agoCSS
Collection of iconfonts
Weather279
a day ago1gpl-3.0Java
A privacy friendly weather app for Android with built in rain radar
Weathericonview203
204 years ago2October 25, 20151apache-2.0Java
Weather Icon View for Android applications
Alternatives To Weathericonview
Select To Compare


Alternative Project Comparisons
Readme

Weather Icon View

Android Arsenal Build Status Maven Central

Android library providing custom view for displaying weather icon.

Weather Icon View is based on Weather Icons project by Erik Flowers.

Contents

Usage

In XML Layout

<com.github.pwittchen.weathericonview.WeatherIconView
    android:id="@+id/my_weather_icon"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    custom:weatherIconResource="@string/wi_day_sunny_overcast"
    custom:weatherIconColor="@android:color/black"
    custom:weatherIconSize="100" />

In Java code

WeatherIconView weatherIconView;
weatherIconView = (WeatherIconView) findViewById(R.id.my_weather_icon);
weatherIconView.setIconResource(getString(R.string.wi_day_sunny_overcast));
weatherIconView.setIconSize(100);
weatherIconView.setIconColor(Color.BLACK);

Icons reference

Icons reference is available at: http://erikflowers.github.io/weather-icons/

In Weather Icon View for Android, dashes (-) are replaced with underscores (_), but names of the icons are the same.

Example

Example presenting, how to use this library is provided in app directory of this repository.

Screenshot

Screenshot

Download

You can depend on the library through Maven:

<dependency>
    <groupId>com.github.pwittchen</groupId>
    <artifactId>weathericonview</artifactId>
    <version>1.1.0</version>
</dependency>

or through Gradle:

dependencies {
  compile 'com.github.pwittchen:weathericonview:1.1.0'
}

Who is using this library?

Are you using this library in your app and want to be listed here? Send me a Pull Request or an e-mail to [email protected]

References

License

Copyright 2015 Piotr Wittchen

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.
Popular Icon Projects
Popular Weather Projects
Popular User Interface Components Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Icons
Weather
Weather Icons