Giter Site home page Giter Site logo

fetchandroidapp's Introduction

FetchAndroidApp

Clarifications

The purpose of this section is to clarify some things regarding the development process.

#1 Group by ListId

In the project guidelines it was mentioned to group by listId and to sort by listId then by name. Since sorting by listId first groups the items by lsitId, that was done to achieve the intended results

#2 Sort by name

Another requirement was the sorting by name. The names are strings. In the example, however, every item is named "Item X" where X represents the id. It was assumed because the names are strings that they by sorted lexicographically, as in real-life items will have more descriptive names. As such, "Item 700" will show before "Item 71" as it is lexicographically smaller.

Source code

The main source code for this project can be found in the FetchAndroidApp/app/src/main/ directory.

Project set up

The project was developed using Android Studio Girrafe.

Step 1: Install Android Studio if required

Step 2: In the welcome page, click on "Get from VCS"

Step 3: Copy and paste https://github.com/ranojoomi/FetchAndroidApp.git into the URL tab, then click clone.

Step 4: On the project list, click on the project. It should be named "FetchAndroidApp"

Step 5: Wait for a while while the project builds. Once it is done you should be able to click the green play button to run the app. If you have an emulator, you can select it and you should see the list of items pop up on the emulator.

Optional: If you run into any errors while building the project simply clean and rebuild the project.

Thanks! I learned a lot doing this and hopefully, you enjoy going through it.

fetchandroidapp's People

Contributors

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