Android Studio – Adding Library to your Project
In this short post we will be learning how we can add a JAR library to our project in Android Studio. Here we are using Android Preview 0.5.4 edition. Let’s use Gson library. This is used to serialize / deserialize java objects to JSON format. Please see the license requirements before using in your project…. Continue reading »