Git Product home page Git Product logo

android-assignment's Introduction

android-assignment

This is my Android assignment which I have to done it before getting interview, but the outcome was not as I expected. Anyway this would be my best practice, so in this project I will show you what I have done in this project. Any advice would be grateful.

Introduction

In this assignment needs the following skills Android development skills, API request and handling, and quality of product. They already have design and API prepared for me. Coin Ranking API will be used to display data as shown in the screenshots below.

Screenshots

coinRanking coinRanking search

Libraries used

  • Foundation - Components for core system capabilities
    • AppCompat - Degrade gracefully on older versions of Android.
    • Test - An Android testing framework for unit and runtime UI tests. (not yet implemented)
  • Architecture - A collection of libraries that help you design robust, testable, and maintainable apps.
    • Viewmodel - Store UI-related data that isn't destroyed on app rotations. Easily schedule asynchronous tasks for optimal execution.
    • Lifecycles - Create a UI that automatically responds to lifecycle events.
    • LiveData - Build data objects that notify views when the data changes.
  • UI - Details on why and how to use UI Components in your apps - together or separate
    • Fragment - A basic unit of composable UI.
    • Layout - Lay out widgets using different algorithms.
  • Third party

MVVM design pattern

coinRanking

Read more mvvm-android-architecture-data-binding

  • Model - Repository store data that recieved from API calls.
  • View - Activity/Fragment handle UI events and observe data in ViewModel.
  • ViewModel - Handle called events from View and Hold LiveData which getting from model in this case repository.

android-assignment's People

Contributors

brown-kaew 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.