From 9d61e2f24a00514fe8e89bf359cb1f098c2ea230 Mon Sep 17 00:00:00 2001 From: Zhehui Zhang Date: Thu, 29 Jun 2017 18:47:06 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a15bba..7c36910 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,19 @@ This repository includes the codes to build MobileInsight widget demo version. I After installing [MobileInsight Widget Demo](https://github.com/mobile-insight/mobileinsight-widgetdemo/releases) and [MobileInsight Mobile](https://github.com/mobile-insight/mobileinsight-mobile/releases) on your Android phone, follow the following steps to use the application: 1. Press and hold any empty space on the home screen to choose **Widgets**. -2. Selcet a widget from the **MI Widget** list and drag to the home screen. +2. Select a widget from the **MI Widget** list and drag to the home screen. 3. Repeat **Step 2** if you want more widgets. 4. Run **MobileInsight** and the corresponding demo plugin (See **Widget Intro**). 5. Go back to the home screen. The widget will show results. Refer to the main page of **MI Widget** application for more information. +## How to compile + +This repo is an [Android Studio](https://developer.android.com/studio/index.html) project. You can directly import the project after installing Android Studio. After importing the project, you can modify codes and build your own application. + +This project is based on 'constraint-layout:1.0.2', which can be installed by Android Studio. + ## How to Contribute We love pull requests and discussing novel ideas. You can open issues here to report bugs. Feel free to improve MobileInsight and become a collaborator if you are interested. @@ -23,4 +29,4 @@ The following Slack group is used exclusively for discussions about developing t + Dev Slack Group: https://mobileinsight-dev.slack.com -For other advanced topics, please refer to the wiki and the [MobileInsight website](http://mobileinsight.net). \ No newline at end of file +For other advanced topics, please refer to the wiki and the [MobileInsight website](http://mobileinsight.net). From 6c88b3bb234a9970f9a64c6718a038dd91768f9f Mon Sep 17 00:00:00 2001 From: Zhehui Zhang Date: Thu, 29 Jun 2017 18:47:37 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c36910..e2a6627 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Refer to the main page of **MI Widget** application for more information. This repo is an [Android Studio](https://developer.android.com/studio/index.html) project. You can directly import the project after installing Android Studio. After importing the project, you can modify codes and build your own application. -This project is based on 'constraint-layout:1.0.2', which can be installed by Android Studio. +This project builds on 'constraint-layout:1.0.2', which can be installed by Android Studio. ## How to Contribute From 5aa19d09a6b916c741b2715b3561e4146f35060b Mon Sep 17 00:00:00 2001 From: Zhehui Zhang Date: Thu, 29 Jun 2017 20:08:12 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2a6627..154f389 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Refer to the main page of **MI Widget** application for more information. This repo is an [Android Studio](https://developer.android.com/studio/index.html) project. You can directly import the project after installing Android Studio. After importing the project, you can modify codes and build your own application. -This project builds on 'constraint-layout:1.0.2', which can be installed by Android Studio. +This project builds on `constraint-layout:1.0.2`, which can be installed by [SDK Manager](https://developer.android.com/studio/intro/update.html). ## How to Contribute