Difference between revisions of "Links"

From Hod's Personal Wiki
Jump to: navigation, search
m
m
Line 6: Line 6:
 
[http://danroundhill.com/2010/04/02/10-tips-for-developing-android-apps/]
 
[http://danroundhill.com/2010/04/02/10-tips-for-developing-android-apps/]
 
[http://stackoverflow.com/questions/1619133/hidden-features-of-android-development/1665926#1665926]
 
[http://stackoverflow.com/questions/1619133/hidden-features-of-android-development/1665926#1665926]
[http://stackoverflow.com/questions/1088810/how-to-communicate-between-android-tabs/1090800#1090800]
+
[http://stackoverflow.com/questions/1088810/how-to-communicate-between-android-tabs/1090800#1090800 How to communicate between Android tabs]
 +
[http://lxr.free-electrons.com/source/arch/arm/mm/cache-v7.S?a=arm]
 +
[http://marakana.com/forums/android/examples/39.html Marakana Using Camera API]
 +
[http://blogs.arm.com/software-enablement/141-caches-and-self-modifying-code/ Caches + Self Modifying Code]
 +
[http://en.wikipedia.org/wiki/Translation_lookaside_buffer Translation lookaside buffer]
 +
[http://www.gentoo.org/proj/en/hardened/pic-guide.xml Position independent code]
 +
[http://www.gentoo.org/proj/en/hardened/pic-internals.xml Position independent code internals]
 +
[http://www.androiduipatterns.com/2011/03/whats-new-in-honeycomb-apis-ui-point-of.html Honeycomb UI]
 +
[http://www.androidacademy.com/1-tutorials Android tutorials]
 +
[http://www.afterdawn.com/glossary/term.cfm/mpeg_4_part_10 Glossary MPEG-4 Part 10]
 +
[http://beerpla.net/2009/06/21/hidden-features-of-perl-php-javascript-c-c-c-java-ruby-python-and-others-collection-of-incredibly-useful-lists/#hidden-features-of-x86-assembly Hidden features of ...]

Revision as of 21:35, 26 September 2011

Motz native debug Optimize video compression [1] [2] [3] [4] [5] How to communicate between Android tabs [6] Marakana Using Camera API Caches + Self Modifying Code Translation lookaside buffer Position independent code Position independent code internals Honeycomb UI Android tutorials Glossary MPEG-4 Part 10 Hidden features of ...