Git Product home page Git Product logo

planradarassessment's Introduction

WeatherForecast

PlanRadar Android developer assessment

this app utilize the open weather map API http://openweathermap.org/API to show current weather for the added cities

How to run?

This project needs Android Studio 4.0.0 or above with Android Gradle plugin 7.0+

It's recommended to open it using Android Studio Artic Fox.

To add a new city to the cities list press on add city button and write the city name then press the "enter" key on the softkeyboard.

Architecture

Clean architecture based on MVVM (Model-View-ViewModel) The following diagram shows all the layers and how each layer interact with each other. This architecture using a layered software architecture. MVVM Clean Architecture

Built With ๐Ÿ› 

  • Kotlin - official programming language for Android development.
  • Coroutines - for asynchronous or non-blocking programming.
  • Android Architecture Components - Part of Jetpack it's a set of libraries that help you design robust, testable, and maintainable apps.
    • LiveData - an observable data holder class.
    • ViewModel - store and manage UI-related data in a lifecycle conscious way.
    • Room - persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
    • Navigation - Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app.
  • Dagger2 - Dependency Injection Framework.
  • Retrofit - A type-safe HTTP client for Android.
  • Gson A Java serialization/deserialization library to convert Java Objects into JSON and back.
  • sdp - size unit scales with the screen size.
  • Material Design are interactive building blocks for creating a friendly user interface.
  • Glide An image loading and caching library.
  • Timber A logger API.

planradarassessment's People

Contributors

eslam0stafa23 avatar

Watchers

 avatar

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.