Line 1: | Line 1: | ||
− | == | + | ==Coding for Android on Windows, by [[User:Ctendyck|Christian Tendyck]]== |
+ | This page shall help you to get started to write applications for an Android phone, using [http://www.eclipse.org/ Eclipse] with the [http://developer.android.com/sdk/index.html Android SDK] and [http://developer.android.com/sdk/ndk/index.html NDK] in general. The last two parts of this page are more related to my current work in the research lab and shows you how to do image processing on an Android phone.<br /> | ||
+ | I have devided this page in several subpages. So it is easier to write comments to special topics and this page doesn't get to messy. The topics are: | ||
+ | # [[Coding_for_Android_on_Windows_-_Set_up_your_machine|Set up your machine and create a virtual device]] | ||
+ | # [[Coding_for_Android_on_Windows_-_First_projects|First project and the NDK]] | ||
+ | # [[Coding_for_Android_on_Windows_-_Image_processing_-_Java_Code|Image processing on an Android phone - Java Code]] | ||
+ | # [[Coding_for_Android_on_Windows_-_Image_processing_-_C_Code|Image processing on an Android phone - C++ Code]] | ||
− | + | Feel free to write comments and edit my work or add content. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 14:22, 7 January 2012
Coding for Android on Windows, by Christian Tendyck
This page shall help you to get started to write applications for an Android phone, using Eclipse with the Android SDK and NDK in general. The last two parts of this page are more related to my current work in the research lab and shows you how to do image processing on an Android phone.
I have devided this page in several subpages. So it is easier to write comments to special topics and this page doesn't get to messy. The topics are:
- Set up your machine and create a virtual device
- First project and the NDK
- Image processing on an Android phone - Java Code
- Image processing on an Android phone - C++ Code
Feel free to write comments and edit my work or add content.