Archive for November, 2010

The New ADT

Posted: November 22, 2010 in Android, Eclipse, Java
Tags: ,

Ah I think Google plans a nice x-mas present for android application developers in the form a new and improved ADT plugin. Visual Editor now has drag and drop! Proguard fully included. Heirarchy viewer no longer regulated to command-line as you will view it using the new ADT plugin. And also clicking on lines in logcat [...]

Presentations Up

Posted: November 22, 2010 in Android, Java
Tags:

Some presentations on android development they are in html5 format and clicking the links will download them to yoru PC.

Android Training Chicago

Posted: November 20, 2010 in Android, Java, Mobile
Tags: ,

How many of you are interested in Android Training Courses held in downtown Chicago? Say updated for Android  2.3/3.0?

Android 3.0

Posted: November 15, 2010 in Android, Java, Mobile
Tags: ,

Image via Wikipedia I am going through determining if I author  an android dev book on android 3.0 thus here is what I have thus far in what android 3.0 will contain: -finalized USB/Blueooth apis beyond the unpolished ones now in place. -VOIP/SIP apis finalized? -more hooks to hardware/software buffers audio/video, etc? -update of webkit [...]

Teaching Android

Posted: November 13, 2010 in Android, Mobile
Tags: ,

Image via Wikipedia With Packt Publishing attempting to recruit me as an android 3.0 development book author and an android training opportunity position opening up in downtown Chicago, I once again have the opportunity to think about how android development should be taught in class form and book form. Its not that there are not [...]

phoneGap 0.9.2

Posted: November 12, 2010 in Mobile
Tags:

The recently released PhoneGap 0.9.2 has an error in the Android samples. Change the minSDKVersion in the AndroidManifest to 3 from 2.

My GitHub HomePage

Posted: November 9, 2010 in Android, Java
Tags:

I am putting up my Android stuff at my GitHub HomePage. I should have more stuff up later in the week. If you firm needs an android developer, send me an email.

Square’s Retrofit

Posted: November 4, 2010 in Android, Java

Square Inc has put up their IO module code that they use for networking called Retrofit. The Android IO module is here, in the form of QueueFile FIFO construct. Some other modules are the http calls, getting shake events, etc. I found it from the press release of the StrangeLoop 2010 conference.