An open API service indexing awesome lists of open source software.

https://github.com/codepath/android-instagram

Starter Project for Android One Week Bootcamp
https://github.com/codepath/android-instagram

Last synced: about 2 months ago
JSON representation

Starter Project for Android One Week Bootcamp

Awesome Lists containing this project

README

        

# android-instagram

## Overview

This is the starter project for the Instagram Client Project.

## What's Included
* com.codepath.instagram.models => We've built out the models so you can work directly with post, user, and image objects instead of having to deal with json.
* com.codepath.instagram.helpers => Here you can find helpful classes / methods that will come in handy throughout the project. These will be referenced when they are needed.
* com.codepath.instagram.persistence => This is where we've provided a lot of the boilerplate code you need for working with SQLite which will be used in the persistence story.
* Drawables => Don't worry about searching for images that will look good. We've already provided a majority of the assets you'll need.
* Colors => We've included some of the colors (in colors.xml) that you'll need. You'll notice that the mocks will refer to the color name instead of the hex value.
* Dependencies => We've pulled in the dependencies you need (with the correct versions) into build.gradle so you can skip this step when you come across it in the guides. These include [Picasso](https://github.com/square/picasso), [RecyclerView](https://developer.android.com/reference/android/support/v7/widget/RecyclerView.html), and [android-async-http](http://loopj.com/android-async-http/).

## Finished Project
* By the end of the project, you will have built something that looks like the following:

![Imgur](http://i.imgur.com/4SWlsQA.gif)