I was looking for some open source libraries, but only what i find was http://www.aftek.com/afteklab/aftek-android-amf-library.shtml but it seems to be dead end. If you know some good libraries which support AMF please share with me.
According wiki ( http://en.wikipedia.org/wiki/Action_Message_Format ) The format is often used in conjunction with Adobe's RTMP to establish connections and control commands for the delivery of streaming media. In this case, the AMF data is encapsulated in a chunk which has a header which defines things as the message length and type (whether it is a "ping", "command" or media data).
So , can I use rtmp library ( ex. http://code.google.com/p/android-rtmp-client/ ) to handle AMF ?
Thx for any help.
As per the Adobe site you need to use flex-messaging-client-android.jar. Once I started using that file instead of the separate includes it worked fine.