This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

วันพฤหัสบดีที่ 18 กรกฎาคม พ.ศ. 2556

การตั้งค่า Eclipse เพื่อเขียน Python

1.


2.


3


4.


5.


6.


7.

วันพุธที่ 17 กรกฎาคม พ.ศ. 2556

การติดตั้ง Android NDK

Installing the NDK on Microsoft Windows

Installing Cygwin
cygwin.com

Installing the Android NDK
http://developer.android.com/sdk/ndk/index.html




วันอังคารที่ 16 กรกฎาคม พ.ศ. 2556

เขียน C# บน Eclipse

http://emonic.sourceforge.net/updatesite/internap/site.xml

Android โปรแกรมแรก ( Hello Android )

1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.

ตัวอย่าง Apps ของ Android

Samples

วันจันทร์ที่ 15 กรกฎาคม พ.ศ. 2556

Sand IDE for Java Developers

Sand IDE for Java Developers

Mono บน Android

Java SDK
Android SDK
Visual Studio

การติดตั้ง Java Development Kit และการตั้งค่า System Path

การติดตั้ง Java Development Kit มีขั้นตอนดังนี้

1. ดาวน์โหลด Java Development Kit ได้ที่นี่
2. หลังจากดาวน์โหลด และติดตั้งเสร็จแล้ว ให้คลิกขวา และ คลิก Properties ที่ My Computer

2. ในหน้าต่าง System Properties คลิกแท็ป Advance แล้ว คลิกปุ่ม Environment Variables

3. ที่ System Variables คลิกปุ่ม New

4. ใส่ค่าตามรูปนะครับ ในส่วนของ Variable value: ค่านี้ขึ้นอยู่กับเวอร์ชันของ JDK ที่ท่านติดตั้งนะครับ

5. จากนั้นคลิกที่ path แล้วคลิกปุ่ม Edit

6. เพิ่มค่า ;%JAVA_HOME%\bin เข้าไป

7. เข้าไปที่ Command Line แล้วพิมพ์ javac -version ถ้ามีผลลัพธ์เป็นเวอร์ชันของ java ปรากฏขึ้นมา แสดงว่าการลงเสร็จสมบูรณ์ครับ