Coder Social home page Coder Social logo

heybeach's Introduction

heybeach

HeyBeach

Android take home Test from Lab1886

Feature Priority List

  1. The user should see a list of images fetched from the HeyBeach API. (Initially just display the first page from the api) - DONE
  2. A user should be able to register/login/logout inside the app. - DONE
  3. Ensure the design interface is responsive and functional on mobile, desktop and/or tablets. -DONE
  4. Include the image title with each image. -DONE
  5. Implement some sort of infinite scrolling (Get all the images using the paginated api). -DONE
  6. Implement some sort of image caching. -DONE (Only memory caching)
  7. The image grid can be flexible, respecting the images aspect ratio (non-fixed size grid, check the wireframe, eg. Pinterest style) - DONE (very similar to the Pineterest app.)

Implementation Details

The application architecture is MVVM using Architecture Components. Paging is done with the Paging Library from the Architecture Components. It allows to unit test every layer and keep view logic and business logic independent. For async working the app relies solely on Kotlin coroutines. No 3rd party libraries were used, except for Mockito to mock dependencies in unit tests.

Known issues and possible improvements

  • All network requests fail through mobile data. The app works well on WI-FI connection.
  • Disk caching can be added in ImageLoader

Screenshots

beaches profile

heybeach's People

Contributors

kukusot avatar

Watchers

James Cloos avatar  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.