KSoap2-Android with timeout now merged

Posted on

Some time ago, I wrote that I added timout for KSoap2-Android. And a realease of the package was made at this page. It is now merged into the main branch at gitHub and can be found here: KSoap2-Android (use 2.5.4 or later) [ad#LightSoft – Banner – Image]

Slow Content assist in Eclipse with Android

Posted on

I guess you have the same problem I had, regarding the Content Assist in Eclipse took several seconds to minutes to show a result once coded. This made me not only frustrated, but it simply was not possible to code with constant interruptions. One way that reduces the time, is to disable “JAX-WS Propasals” found […]

ksoap2 with timeout for HttpTransportSE

Posted on

KSoap2-Android have long be the library to use for soap request. But for our android development we also needed timeout when using soap requests. Currently Ksoap2 only support timeout for https, but we have modified version 2.5.2 to also support timout for http, that we needed. You will find the download below. Official KSoap2 project-page […]

USB Driver for Android with HTC Legend (on windows)

Posted on

Since ADB Manager has not included the configuration for HTC Legend, it is not possible to install the ADB USB Driver, in order to enable debug on phone directly from Eclipse. There is a solution to this problem.. Open the path where you have installed Android SDK, make sure that you have downloaded/installed “USB Driver” […]

Android Unbound Prefix problem

Posted on

When getting the error of “Unbound Prefix” in Eclipse when developing Android MapView as shown below in the picture. A solution is to add the namespace for the component. This error mostly appear when following the Google tutorial like this one. Add the namespace xmlns:android=”http://schemas.android.com/apk/res/android” like example below and it will most highly disappear. [sourcecode […]

ANDROID 2.1 – How to get Android sources in Eclipse

Posted on

I wanted to watch the innerparts of the Android framework to understand how their UI widgets are built. When I explored googles android site I realized that Android releases are not shipped with source jar files which expected! After a while I found a fast solution to my problem: http://android.opensourceror.org/2010/01/18/android-source/ After all I´m not intressed […]

DDMS not finding Emulator?

Posted on

When developing in eclipse with Android applications there is some buggy things that comes up once a while. One is that the DDMS do not find the emulator, and there is no log when the Android is starting up, which also means that you do not see anything and cannot debug your app. There are […]

Android application ongoing

Posted on

Currently development with android and webservices are ongoing. Hopefully the first app will be released soon. Also a must stress how easy it is to write webservices with PHP5, with apache. Where you do not need any applicationserver in the background but can actually benefit from you normal servers.