Desenvolvemos um software para chat, interagindo o Android com o Google Talk. O artigo sobre ele (e o protocolo XMPP) saiu na revista Java Magazine agora de março (n. 55):
XMPP no Android Por: Thienne Johnson e Paul Johnson
Neste artigo veremos como funciona o protocolo XMPP, seu suporte no Android e um estudo de caso, com uma aplicação no Android que se comunica com o software de mensagens instantâneas Google Talk.
Está previsto para abril de 2008 o lançamento da nova versão do perfil MIDP, 3.0.
Dentre as novidades, temos:
Enable and specify proper behavior for MIDlets on each of CLDC, CDC, and OSGi, including :
Enable multiple concurrent MIDlets; Specify proper firewalling, runtime behaviors, and lifecycle management issues for MIDlets; Enable background MIDlets (faceless MIDlets with no UI); Enable auto-launched MIDlets (started at device boot time); Enable inter-MIDlet communications
Enable shared libraries for MIDlets
Tighten spec in all areas to improve cross-device interoperability
Increase functionality in all areas, including :
Improve UI expressability and extensibility; Better support for devices with larger displays; Enable MIDlets to draw to secondary display(s); Enable richer and higher performance games; Secure RMS stores; Removable/remote RMS stores; IPv6; Multiple network interfaces per device
Specify standard ways for doing MIDlet provisioning through other means (e.g. OMA (SyncML) DM/DS, Bluetooth, removable media, MMS, JSR 232, etc.)
Extensive device capabilities query
Localization & Internationalization (if appropriate, integrating/augmenting JSR 238 as needed)
Agora no início do ano liberaram o public review na dona especificação. Veja no site do Java Community Process: http://jcp.org/en/jsr/detail?id=271