Danc-0 / Top-Mama-Android-Test

Is an Android practical test for Top Mama which requires me to build an app that consumes weather API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Top Mama Android Assignment

Writing Weather App using Kotlin.

Requirements

  • A screen displaying a list of current temperatures from 20 cities
  • A search bar for filtering these cities
  • Items from the list can be able to be made a favorite, favourite cities should go to the top of the list
  • Clicking on the items should open an item screen displaying more detailed info of weather in that city
  • A notification showing the current conditions of a favorite city at the top of the hour (when the app is not in the foreground)

The API I am using is http://api.weatherapi.com/v1/current.json?key=&q=London&aqi=no

How it's built

Screenshots

Added some screenshots in the screenshots folder, in the root directory of the project.

Main Screen Search View Detail Screen

About

Is an Android practical test for Top Mama which requires me to build an app that consumes weather API


Languages

Language:Kotlin 100.0%