Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Android Beginners Guide To Create A Weather Forecast App
Rating: 4.0 out of 5(227 ratings)
8,044 students

Android Beginners Guide To Create A Weather Forecast App

Learn Android by creating a weather forecast app from OpenWeatherMap API using Volley Library
Last updated 9/2017
English
English [Auto],

What you'll learn

  • Build a complete weather forecast Android app
  • Have a better understanding of creating an app from scratch

Course content

4 sections14 lectures55m total length
  • Introduction2:00

    This beginner-friendly Android weather app course guides you to set up a project, build a UI, fetch data from a RESTful service, and update weather images dynamically.

  • App Overview5:18

    Set up Android Studio, run a virtual device, and build a weather app that fetches data from OpenWeatherMap, parses JSON, and displays current weather in text views and images.

  • Weather API Overview3:40

    Sign in to the OpenWeatherMap API, copy your key, test requests in Postman, and explore JSON responses with Kelvin temperatures converted to imperial units.

Requirements

  • You should have basic Java programming knowledge
  • You should have Android Studio installed in your computer with Internet connection

Description

In this course I will introduce you to Android App Development. We are going to learn how to develop a beautiful weather forecast app from the scratch. This training is for those who has some knowledge on Java and thinking to start Android App Development.

Instead of going through all the technical terms and components of an Android app, I will start by creating an app right away. This will give you a quick overview of creating a complete app and will boost your confidence. You may not understand all the topics at first, in this case just finish watching all lectures. Then try to do all the steps by yourself. You will have better understanding of the app once you will have hands on experience.

I have attached the source code of the app, so that you can review and learn from there.

Who this course is for:

  • Anyone new at Android app development
  • Anyone who wants to learn how to create an app using a RESTFul Web Service