Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnapaskAndroidAssignment


Design.


Demo.



Watch the video on YouTube

Task 1: How to check the funtinality of data cache.

  • Launch app
  • Press button "QUESTION"
  • Check the responding time
  • Back to the main page
  • Press button "QUESTION"
  • Check the responding time
You will see the difference.

Task 2: How to test app deep link

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

Task 3: How to run unit test.

In project folder, execute following command

./gradlew test

Then, you will see the result.

Reference:

Enabling Deep Links for App Content

http://developer.android.com/intl/zh-tw/training/app-indexing/deep-linking.html



Coding quest from "Snapask"

About

Coding quest from "Snapask"

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages