From 9499d0cf23b118d53295fa31fe84506d27f85a82 Mon Sep 17 00:00:00 2001 From: Vishnu Sivadas Date: Tue, 23 Jun 2020 22:11:56 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b47752..8f4d336 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ allprojects { } ``` ## Methods and how to use them +We have Two classes FetchData and PutData. Import the Library to your file first (In android studio paste the code and press alt + enter). ### Read Data From a URL - FetchData.class 1. Create an object for FetchData class, pass the URL as argument. Don't forget to import the class. ```