Skip to content

Commit

Permalink
Added walkthrough gif
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikramjeet Singh authored and Vikramjeet Singh committed Feb 13, 2015
1 parent c4d04ef commit 42ff271
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added GridImageSearch_Walkthrough.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ Time spent: 16-18 hours spent in total Completed user stories:
Bonus: Used the StaggeredGridView to display improve the grid of image results
Bonus: User can zoom or pan images displayed in full-screen detail view

Walkthrough of all the user stories:

![](https://github.com/Vikramjeet-Singh/GridImageSearch/blob/master/GridImageSearch_Walkthrough.gif)


Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ protected void onCreate(Bundle savedInstanceState) {
.error(R.drawable.image_error)
.resize(Integer.parseInt(image.getWidth()), Integer.parseInt(image.getHeight()))
.into(ivImageDetail);

}


@Override
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
Expand Down

0 comments on commit 42ff271

Please sign in to comment.