Skip to main content

Posts

Showing posts from April, 2015

Generate Javadoc for Volley Android Networking Library using Android Studio

A simple way to generate Javadoc for the Volley Android networking library using Android Studio is as follows: 1. Tools > Generate JavaDoc 2. You'll see this screen which points to the volley project directory that you've done a git submodule to clone to your Android project. Press OK and you'll find a docs folder in your volley project folder.