Skip to content

Dinesh-Sunny/android-instagram

 
 

Repository files navigation

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, RecyclerView, and android-async-http.

Finished Project

  • By the end of the project, you will have built something that looks like the following:

    Imgur

About

Starter Project for Android One Week Bootcamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%