Giter Club home page Giter Club logo

mobileinternshiptask's Introduction

Internship task

The goal of this programming task is to check how comfortable you are with Android or iOS code. Please keep in mind that this is not only for us to check your experience and skills, but also for you. We strongly believe that the ability to create described application will be extremely useful when looking for the future job as Android or iOS developer.

Code which you will create covers some basic skills which are really useful in mobile software developer:

  • Networking, connecting with REST API
  • Dealing with data: caching it (optional), processing, displaying it in the user interface
  • Navigation between screens
  • Code/project structure, design/architectural patterns

During the review process, we won’t pay much attention to UI/UX (until you ask otherwise). Feel free to use system components without additional styling. Please just keep your user interface readable.

How to submit your code

  1. Fork this project,
  2. Work on the code on your repository,
  3. When it’s ready, just send us a link or create Pull Request via Github interface.

If you don’t want to share your code publicly, send us entire project as a zip file via email.

We’ll wait for your response until May 4th. Feel free to ask any questions at [email protected].

Task

Github API client

Please create Github client app which connects to public Github REST API available here: https://developer.github.com/v3/. None of the requested methods require authentication . *It is also ok if you decide to build simple REST client for any other API you pick (can be your personal project).

App has 3 screens:

  1. Pick user screen (containing text field and button). User is able to type Github nickname.
    1. If nickname exists in Github API, move forward to screen 2.
    2. If nickname doesn’t exist, show an error.
  2. List of repositories screen where we can see all repos for given nickname.
    1. When user clicks on list item, app opens repository details screen.
  3. Repository details screen. Shows some data about given repository.

mobileinternshiptask's People

Contributors

frogermcs avatar tr0lczyk avatar

Watchers

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