Skip to content

This is an Android Application to demonstrate "Sending Simple Request" using Volley Library.

Notifications You must be signed in to change notification settings

greatdevaks/RequestURL

Repository files navigation

RequestURL Application

This is an Android Application to demonstrate "Sending Simple Request" using Volley Library. Remember following things when just refering this project's code and not cloning:

  1. Add to build.gradle(Module:app) the following under:
    dependencies{
       ...
       ...
       compile 'com.mcxiaoke.volley:library-aar:1.0.0'
    }

  2. Add the following permissions in AndroidManifest.xml:
    <uses-permission android:name="android.permission.INTERNET"/>

  3. Apart from this, use the following link for better understanding:
    http://developer.android.com/training/volley/simple.html

Hope you enjoyed refering this README.md...
Happy Coding.

About

This is an Android Application to demonstrate "Sending Simple Request" using Volley Library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages