Category Archives: JAVA

Android – Google Contact API 3.0 Example

One of the application I am developing for Android had a functionality to import Google contacts. I faced quite a few issues to implement this and was not able to find any tutorial / example on internet providing detailed information. … Continue reading

Posted in Android, JAVA | 27 Comments

Making AMF calls from AJAX (JSP, Java)

AMF (Action Message Format) Calls can be triggered from Java Client as well. AMFConnection class can be used for the same. Documentation is available at: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/io/amf/client/AMFConnection.html Below is a simple example usage: Setup BlazeDS and create simple destination as explained … Continue reading

Posted in AJAX, AMF, BlazeDS, Flex, JAVA, JSP | 7 Comments