Coder Social home page Coder Social logo

android-test's Introduction

Afripods light

Problem to solve

You should create a simple app that shows metadata for episodes and podcasts. The data that should be used is located locally (app/src/main/assets) in the app in this early development stage. The app should cointain the following:

  1. Two lists, one with podcasts and one with episodes.
  2. A landing page for a podcast
  3. A landing page for an episode

The landing pages should be shown when the user clicks on a list item.

Metadata

List items

A podcast item needs to have:

  • Title
  • A part of the desciption
  • The number of episodes

An episode item needs to have:

  • Title
  • A part of the desciption
  • The length of the episode
  • The date when the episode was created

Podcast landing page

It needs to have:

  • Title
  • The full description
  • The number of episodes

Episode landing page

It needs to have:

  • Title
  • The name of the podcast
  • The full description
  • The length of the episode
  • The date when the episode was created

Design

You are free to design the app in the way you want, but we like material design.

Data location

The data is located in: app/src/main/assets It cointains two lists. One with podcasts (6 items) and one with episodes (4 items).

Remark - Episode duration is in seconds.

Requirements

  • It needs to look great in phones (does not matter if it looks bad in tablets)
  • The lists must support a lot of items.
  • Do not make the task harder than it is. It can be solved in one or two hours.
  • You do not need to write tests (but if you want to write tests, you are free to do it)

android-test's People

Contributors

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