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
- Host: GitHub
- URL: https://github.com/codepath/android-instagram
- Owner: codepath
- Created: 2015-06-29T08:47:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-29T08:49:53.000Z (over 9 years ago)
- Last Synced: 2023-05-10T14:13:27.132Z (about 2 years ago)
- Language: Java
- Homepage:
- Size: 379 KB
- Stars: 85
- Watchers: 20
- Forks: 59
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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: