Monday, December 1, 2008

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! :)



Read More……

Friday, October 24, 2008

Android Market: An Alternative way to market our Android Program

Today i visit android developer blog and found article about Android Market. It is a place for user to browse applications have been developed with android and for now it is free to download them. For Developer, It is a chance to publish their work. And in the future They can distribute a paid application.


User that have Android Phone can rich their phone app by download it, and maybe try it before buy one.

This place would be an increased place day by day. As developer will make it as a chance to distribute their applications whether it is a paid application or a free application. For placing an application, Developer will be charge a fee $25 for first time only. Once registered, the application can be downloaded by user without further validation or approval.

I think $25 just a personal guarantee for developer's resposibility for their application, and they will have 70% of paid application bought by user.

Anyway, I see that Android Market is a chance for both developers and users.
Congrat to Android Market.


Read More……

Friday, May 16, 2008

Android Developer Challenge Winners


As you may have known all, that the winners of Android Developer Challenge have been announced. I want to congratulate to all of them, although i am not in this list :). But Congratulation to you all, and happy challenging to the second stage ..


* AndroidScan - Jeffrey Sharkey
* Beetaun - Sergey Gritsyuk and Dmitri Shipilov
* BioWallet - Jose Luis Huertas Fernandez
* BreadCrumbz - Amos Yoffe
* CallACab - Konrad Huebner and Henning Boeger
* City Slikkers - PoroCity Media and Virtual Logic Systems
* Commandro - Alex Pisarev, Andrey Tapekha
* Cooking Capsules - Mary Ann Cotter and Muthuselvam Ramadoss
* Diggin - Daniel Johansson, Aramis Waernbaum, Andreas Hedin
* Dyno - Virachat Boondharigaputra
* e-ventr - Michael Zitzelsberger
* Eco2go - Taneem Talukdar, Gary Pong, Jeff Kao and Robert Lam
* Em-Radar - Jack Kwok
* fingerprint - Robert Mickle
* FreeFamilyWatch - Navee Technologies LLC
* goCart - Rylan Barnes
* GolfPlay - Inizziativa Networks
* gWalk - Prof. Dr.-Ing. Klaus ten Hagen, Christian Klinger, Marko Modsching, Rene Scholze
* HandWx - Weathertop Consulting LLC
* IMEasy - Yan Shi
* Jigsaw - Mikhail Ksenzov
* JOYity - Zelfi AG
* LifeAware - Gregory Moore, Aaron L. Obrien, Jawad Akhtar
* Locale - Clare Bayley, Christina Wright, Jasper Lin, Carter Jernigan
* LReady Emergency Manager - Chris Hulls, Dilpreet Singh, Luis Carvalho, Phuong Nguyen
* Marvin - Pontier Laurent
* Mobeedo - Sengaro GmbH
* Multiple Facets Instant Messenger - Virgil Dobjanschi
* MyCloset - Mamoru Tokashiki
* PedNav - RouteMe2 Technologies Inc.
* Phonebook 2.0 - Voxmobili
* PicSay - Eric Wijngaard
* PiggyBack - Christophe Petit and Sebastien Petit
* Pocket Journey - Anthony Stevens and Rosie Pongracz
* Rayfarla - Stephen Oldmeadow
* Safety Net - Michael DeJadon
* SocialMonster - Ben Siu-Lung Hui and Tommy Ng
* SplashPlay
* Sustain- Keeping Your Social Network Alive - Niraj Swami
* SynchroSpot - Shaun Terry
* Talkplay - Sung Suh Park
* Teradesk - José Augusto Athayde Ferrarini
* The Weather Channel for Android - The Weather Channel Interactive Inc.
* TuneWiki - TuneWiki Inc.
* Wikitude-the Mobile Travel Guide - Philipp Breuss
* Writing Pad - ShapeWriter Inc

this list just contains 46 winners, because 4 of them want to continue their work in secret for the second stage.

Btw, Congrat to you all.


Read More……

Friday, February 22, 2008

Undroid: An Android Plugin for Netbeans

When do internet browsing, on java.sun.com, i found a link state that there is an android plugin for Netbeans. Its name is Undroid. Well, for you that using Netbeans as your Developer IDE, it is a great news. you can try this android plugin. If you interested just visit http://undroid.nolimit.cz/.


Read More……

Thursday, February 21, 2008

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.


Read More……