GithubHelp home page GithubHelp logo

targetandroidcasestudy's Introduction

Android Case Study

You have been given control over an Android project that was originally a proof-of-concept project. The original developer of the project has since moved on to a new team, and Target has asked you to turn the project into an application that the company could release to the public.

The goal of the app is to display a list of deals currently offered by Target, and to provide information on those deals. As a POC, the app has a few deals hardcoded in and the code is pretty rough. It is your job to turn this app into something useful!

Requirements

  1. Fix up the deals list to match the mockups shown in mockups. Do your best to match the text sizes, colors, and margins from the mockups. We don't expect your implementation to be pixel-perfect.

  2. Present a new view that displays deal details when a deal is clicked on the list screen. Use the mockups. Again, match text sizes, colors, and margins as best you can.

  3. The deals are currently hardcoded. Use the API at https://api.target.com/mobile_case_study_deals/v1 to grab the real deals to display in the app. Your solution should make use of both of the API endpoints.

Guidelines

  • For convenience, the project uses libraries like Retrofit, Dagger and Glide. Feel free to add other open source libraries or replace the existing libraries.
    Be prepared to answer questions about why you chose any libraries that you add to the project.
  • This project was only tested minimally during development. There may be bugs in the current implementation.
  • Imagine that this app will continue to grow after you are done. Consider and be ready to discuss how the following engineering values fit into your chosen solution:
    • Testability (Make sure the run the existing test suite!)
    • Reusability
    • Clean, well organized code
    • Error handling
    • Design accuracy on multiple screen sizes
  • Do your best to follow modern Android conventions.
  • You have the freedom to take this project in whatever direction you'd like; you can keep as much or as little of the existing code as you'd like. Larger changes such as leveraging Jetpack Compose are also on the table if you believe that's the best way to showcase your talents!

targetandroidcasestudy's People

Contributors

pavanbilagisixt 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.