From 7acf0c677fcdd0d22094add233bebf847393bb1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20Acosta=20Villafa=C3=B1e?= Date: Thu, 17 Jul 2014 12:13:11 -0300 Subject: [PATCH 1/2] - Added a reference to Genimotion emulator --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 90d1fd83..49388db4 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,8 @@ For each tweet show: from_user, text, created_at, profile_image_url. Test your code in a mobile device or in Android emulator. +Hint: Two good options to test your application in a mobile device is to use Genimotion Android Emulator [http://www.genymotion.com/], which is one of the most fast and easy mobile emulators to install. + #####Commit:##### Commit your practice code. From 08d142f61a1e1d6f92b7882a971455386cc8fd49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20Acosta=20Villafa=C3=B1e?= Date: Thu, 17 Jul 2014 12:15:28 -0300 Subject: [PATCH 2/2] - Added a reference to Genimotion mobile emulator --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49388db4..aa04ce40 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ For each tweet show: from_user, text, created_at, profile_image_url. Test your code in a mobile device or in Android emulator. -Hint: Two good options to test your application in a mobile device is to use Genimotion Android Emulator [http://www.genymotion.com/], which is one of the most fast and easy mobile emulators to install. +Hint: A good option to test your code in a mobile device is to use Genimotion Android Emulator [http://www.genymotion.com/], which is one of the most fast and easy mobile emulators to install. #####Commit:#####