kazuph / volley

Sample android app using Volley library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Volley Test Project

This is a sample android application using Volley library.

How to install

  1. git clone this project
  2. Import actionbarsherlock into your eclipse as an existing Android project
  3. Clean build the actionbarsherlock project on eclipse
  4. Import VolleySample into your eclipse as an existing Android project
  5. Clean build the VolleySample project on eclipse
  6. Make sure the actionbarsherlock libray project is refered from VolleySample project

What's Volley

Volley is a framework project of Android. Ficus Kirkpatrick, Googler, made a presentation at Google IO 2013. See it on YouTube

About

Sample android app using Volley library.