Php for Android

download Php for Android

If you can't read please download the document

description

Esta apresentação fala um pouco do mundo Android, entra nos detalhes do SL4A e mostra exemplos usando PHP.

Transcript of Php for Android

  • 1. Mrcio Albuquerque @mlalbuquerque culturabeta.com.br Introduo

2. 3. Activity Service Content Provider Broadcast Receiver Intent 4. Tela de Incio Cadastro VerificarRedes Sociais Persistnciaem Contatos Tela de Info OK Activity Activity Service Activity Content Provider Intent 5. 6. 7. 8. 9. SL4A Scripting Language for Android 10. 11. { id: 1234, method: , params: } 12. { id: 1234, result: , error: } 13. include 'Android.php' ; $droid=newAndroid(); $droid ->makeToast( 'Hello World!' ); 14. 15. Activity Service Content Provider Broadcast Receiver Intent 16. JSONArray JSONObject Array Associativo ou Standard Class Array Simples