GithubHelp home page GithubHelp logo

graviton57 / weather Goto Github PK

View Code? Open in Web Editor NEW
53.0 7.0 34.0 3.6 MB

Weather Android App using apixu API https://www.apixu.com

Java 100.00%
android weather forecast apixu weather-android apixu-api cities weather-api weather-app

weather's Introduction

Weather

Android Arsenal License API

Weather Android App using apixu API https://www.apixu.com

Icon weather set made by apixu from https://www.apixu.com/api.aspx

Searching cities is supported by more than 200 languages.

List of cities and flags from http://www.geonames.org .

Main Activity Detail Activity Detail list
alt text alt text alt text
Search City Settings Activity Widget
alt text alt text alt text

Used libraries:

  • com.android.support:appcompat-v7:25.1.0
  • com.android.support:support-v4:25.1.0
  • com.android.support:recyclerview-v7:25.1.0
  • com.android.support:design:25.1.0
  • com.android.support:cardview-v7:25.1.1
  • org.greenrobot:greendao:3.2.0
  • com.squareup.retrofit2:retrofit:2.1.0
  • com.squareup.retrofit2:converter-gson:2.1.0
  • com.squareup.okhttp3:logging-interceptor:3.3.1
  • com.google.android.gms:play-services-location:10.2.0
  • com.firebase:firebase-jobdispatcher:0.5.2
  • com.facebook.fresco:fresco:1.1.0

Prerequisites

Create an api.gradle file in Weather directory after generating API Key from Apixu and UserName from GeoNames. The contents would somewhat look like this :

ext {
BASE_WEATHER_URL = "http://api.apixu.com/v1/"; 
BASE_GEONAME_URL= "http://api.geonames.org/"; 
GEONAME_API_KEY= "YOUR_USER_NAME"; 
WEATHER_API_KEY = "YOUR_API_KEY"; }

Developed By

Igor Havrylyuk (Graviton57)

weather's People

Contributors

graviton57 avatar way2jatin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

weather's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.