- Using Ant to build Android projects: http://developer.android.com/tools/building/building-cmdline.html
Dummy Android Project
shauvik@airavata:/Volumes/Secondary/Android/espresso$ android create project -p MyProject -t android-19 -k com.checkdroid -a MainActivity
Created project directory: MyProject
Created directory /Volumes/Secondary/Android/espresso/MyProject/src/com/checkdroid
- Ref https://developer.android.com/reference/android/app/UiAutomation.html
- Function to bind UI events UiAutomation.OnAccessibilityEventListener
- AccessibilityEvent
Not to be confused with uiautomator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; Automatically add files before PHP document. | |
| ; http://php.net/auto-prepend-file | |
| auto_prepend_file = /Users/shauvik/Library/Containers/com.bitnami.mampstack/Data/app-5_4_9/apache2/htdocs/php_trace/prepend.php | |
| ; Automatically add files after PHP document. | |
| ; http://php.net/auto-append-file | |
| auto_append_file = /Users/shauvik/Library/Containers/com.bitnami.mampstack/Data/app-5_4_9/apache2/htdocs/php_trace/append.php | |
| ;... |
5 ways of Implementing event listeners http://androidcookbook.com/Recipe.seam?recipeId=2359 http://tekeye.biz/2012/code-android-event-listeners
DexLib2: https://github.com/JesusFreke/smali/tree/master/dexlib2
Example: https://gist.github.com/JesusFreke/6945806
Smali Github: https://github.com/JesusFreke/smali
Smali Wiki: https://code.google.com/p/smali/w/list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * [List of solutions](http://www.prnewswire.com/news-releases/cross-platform-mobile-development-tools-market-analysis--forecast---third-edition-280225352.html) |
Spoonware - Hotpatching