- Launch app
- Press button "QUESTION"
- Check the responding time
- Back to the main page
- Press button "QUESTION"
- Check the responding time
Get into the folder "www", and host a local web server.
Then, open the page "index.html" on device.
Or just use adb command to test.
adb shell am start
-W -a android.intent.action.VIEW
-d URI PACKAGE
In project folder, execute following command
./gradlew test
http://developer.android.com/intl/zh-tw/training/app-indexing/deep-linking.html
Coding quest from "Snapask"