Showing posts with label Android SDK. Show all posts
Showing posts with label Android SDK. Show all posts

Android SDK 1.0

Android SDK has been improved to the latest version 1.0 r2. You know posts before this, any code, created and compiled with previous version of SDK. Maybe they will not run well, or some of them need to be change for the current SDK.


The Code, I place in this site and in learncodes.googlepages.com was created with the previous version. so it need to be changed. I plan to make the code as it is created for historical, but for the new code will be based on new SDK. So, You, The Reader will still can access previous codes and new codes.

I hope you will make a great benefit from reading this site and learncodes.googlepages.com for increase your ability to code in Android.

Happy Coding! :)


Android SDK m5-rc14 Released

New Android SDK released. There are some improvement, and changes. And some of my samples, i publish here and at learncodes.googlepages.com maybe have function that has been changed. But i think you the reader will be easily adopted.

Some of them, like there isn't onMotionEvent (MotionEvent ev) method but has been changed to OnTouchEvent(MotionEvent ev), there should be android:name on AndroidManifest.xml not id, but id, still can be use with warning.

So, hope you, the reader, will adopt it easily.

Android, First Touch

Android (As defined in google)is a software stack for mobile devices that includes an operating system, middleware and key applications. And Google has been release AndroidSDK, contains tools and API, for developing application under Android Platform.

I have been download the SDK, and in a few day will learn it, and try to code in Android Platform, and i will show you, the reader, how to do it.