Giter Club home page Giter Club logo

android-assessment's Introduction

Speer Technologies Android assessment

Overview

The goal of this assessment is to build a basic Android application which demonstrates common tasks such as fetching data, parsing model entities from JSON, UI, and navigation. You may write the app using what you're most comfortable with, whether it's Java or Kotlin.

Requirements

For this asessment you'll need to familiarize yourself with parts of the GitHub REST API. The required features we'd like to see built are:

  1. A search bar that enables us to fetch GitHub user profiles by username:
    • If no user exists with the username provided, present a "Not found" view
    • If the user exists, present a view with that user's:
      1. Avatar
      2. Username
      3. Name
      4. Description
      5. Follower count, i.e. X followers
      6. Following count, i.e. X following
  2. A view which displays a list of the user's followers, as well as a view for who they're following
    • We should be able to navigate to this view by tapping on the follower/following counts
    • If a user in this list is tapped, it should navigate us to their profile view
  3. The ability to navigate backwards through the navigation stack

Show us what you can do in no more than 24 hours. Keep a log of the time spent and include it with your submission. Note that there are no designs to follow for this assessment, so you have creative freedom when it comes to the layout and so on.

Bonus features

These features aren't mandatory, but if you have extra time and want to stand out feel free to add any of the following:

  • Skeleton screens
  • Pull to refresh
  • Profile caching & cache invalidation

Grading

This exercise will be graded on a number of criteria including, but not limited to:

  • Clean, readable, and well documented code
  • Adherence to the SOLID principles
  • Utilization of an architectural pattern

Submission

After you're done with the assignment, please submit a link to the GitHub/Bitbucket repository (make sure it's public) with your code. Submissions without a valid repository will be removed from any further consideration.

Goodluck!

android-assessment's People

Contributors

developer-at-speer 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.