Difference between revisions of "Android"

From Lost In Wonderlands
Jump to: navigation, search
(Created page with "= Android = ''by paul.plaquette, Senior Software Engineer, Trilda Open Source'' Opensource Technology Android wiki pages (OTA) List of links of interest on project Goal is...")
 
(Android)
Line 10: Line 10:
  
 
== See Also ==
 
== See Also ==
 +
* [[iOS]]
 
  * [[Tizen]]
 
  * [[Tizen]]
 
  * [[FirefoxOS | Firefox OS]]
 
  * [[FirefoxOS | Firefox OS]]
Line 24: Line 25:
  
 
== Android TV ==
 
== Android TV ==
 +
 +
 +
== Abdroid Car ==
 +
 +
 +
 +
== Android Testing ==
 +
https://developer.android.com/training/testing/index.html
 +
https://developer.android.com/training/testing/integration-testing/index.html
 +
https://developer.android.com/training/testing/unit-testing/local-unit-tests.html
 +
https://developer.android.com/training/testing/unit-testing/instrumented-unit-tests.html
 +
 +
'''tools'''
 +
https://developer.android.com/studio/test/command-line.html
 +
https://developer.android.com/studio/test/monkeyrunner/index.html
 +
https://developer.android.com/studio/test/monkey.html
 +
https://source.android.com/devices/tech/debug/dumpsys.html
 +
 +
'''UI Testing'''
 +
https://developer.android.com/training/testing/ui-testing/index.html
 +
https://developer.android.com/training/testing/ui-testing/uiautomator-testing.html
 +
https://google.github.io/android-testing-support-library/docs/uiautomator/
 +
 +
'''testing support library'''
 +
https://google.github.io/android-testing-support-library/
 +
https://developer.android.com/topic/libraries/testing-support-library/
 +
 +
'''testing display performance'''
 +
https://developer.android.com/training/testing/performance.html
 +
 +
 +
'''testing a service'''
 +
https://developer.android.com/training/testing/integration-testing/service-testing.html
 +
 +
'''testing a content provider'''
 +
https://developer.android.com/training/testing/integration-testing/content-provider-testing.html
 +
 +
'''testing -samples'''
 +
https://github.com/googlesamples/android-testing
 +
 +
'''testing templates'''
 +
https://github.com/googlesamples/android-testing-templates
 +
 +
'''CodeLab Testing android app'''
 +
https://codelabs.developers.google.com/codelabs/android-testing/index.html#0
 +
 +
 +
'''testing and debugging with android studio'''
 +
https://www.youtube.com/watch?v=2I6fuD20qlY

Revision as of 16:43, 26 August 2016

Android

by paul.plaquette, Senior Software Engineer, Trilda Open Source

Opensource Technology Android wiki pages (OTA)

List of links of interest on project

Goal is to keep & share knowledge on android technologies

See Also

* iOS
* Tizen
*  Firefox OS
* Jolla
*  Mer Project
*  Ubuntu Phone
* Main_Page

Android

Android Wear

Android TV

Abdroid Car

Android Testing

https://developer.android.com/training/testing/index.html
https://developer.android.com/training/testing/integration-testing/index.html
https://developer.android.com/training/testing/unit-testing/local-unit-tests.html
https://developer.android.com/training/testing/unit-testing/instrumented-unit-tests.html
tools
https://developer.android.com/studio/test/command-line.html
https://developer.android.com/studio/test/monkeyrunner/index.html
https://developer.android.com/studio/test/monkey.html
https://source.android.com/devices/tech/debug/dumpsys.html
UI Testing
https://developer.android.com/training/testing/ui-testing/index.html
https://developer.android.com/training/testing/ui-testing/uiautomator-testing.html
https://google.github.io/android-testing-support-library/docs/uiautomator/
testing support library
https://google.github.io/android-testing-support-library/
https://developer.android.com/topic/libraries/testing-support-library/
testing display performance
https://developer.android.com/training/testing/performance.html

testing a service
https://developer.android.com/training/testing/integration-testing/service-testing.html
testing a content provider
https://developer.android.com/training/testing/integration-testing/content-provider-testing.html
testing -samples
https://github.com/googlesamples/android-testing
testing templates
https://github.com/googlesamples/android-testing-templates
CodeLab Testing android app
https://codelabs.developers.google.com/codelabs/android-testing/index.html#0


testing and debugging with android studio
https://www.youtube.com/watch?v=2I6fuD20qlY