From 2cb2eb8a879efcceff1c03dd286ed14a17ef1db2 Mon Sep 17 00:00:00 2001 From: Minsuk Eom Date: Wed, 12 Jul 2017 08:49:34 +0900 Subject: [PATCH] The first task to improve the 'setUrl()' method in HttpRequester. --- .idea/misc.xml | 18 ++++++++ DemoApp/src/main/AndroidManifest.xml | 3 +- .../library/javahttp/MainActivity.java | 15 ------- .../library/javahttp/HttpRequester.java | 28 +++++++++++++ .../library/javahttp/LibraryTest.java | 41 +++++++++++++++++++ build.gradle | 2 +- 6 files changed, 89 insertions(+), 18 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 125ad42..70d16fa 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,6 +3,24 @@ + +