Un ami me demande J’ai subitement envie de me remettre un peu à faire du dev. Je commencerais bien par un application Android qui se connecte à un service REST. Tu me conseilles quoi?
Archives de la Catégorie : Programmation
Lien Permanent pour cet article : http://regis.decamps.info/blog/2012/02/envie-de-developpement-android/
Lien Permanent pour cet article : http://regis.decamps.info/blog/2012/02/nullpointerexception-in-pendingintent-java-195/
Lien Permanent pour cet article : http://regis.decamps.info/blog/2012/02/more-design-problems-with-the-android-framework/
fév
03
Ma prochaine application sera… un lecteur de pod cast et radios en ligne
Depuis une semaine, je travaille sur une un lecteur de radios en ligne pour Android. D’un point de vue technique, je vais synchroniser la liste des radios avec un service en ligne, avec un SyncAdapter le service en ligne sera hébergé sur google app engine, parce que j’avais envie de découvrir cette technologie (et parce …
Lien Permanent pour cet article : http://regis.decamps.info/blog/2012/02/ma-prochaine-application-sera-un-lecteur-de-pod-cast-et-radios-en-ligne/
fév
02
Serialize db.Blob in JSON
For a couple of days, I’ve been playing with google-app-engine. In order to build a JSON-based RESTful service, Google suggests a utility method to transform an object into JSON. Unfortunately, this does not handle db/Blob entries, and fails with UnicodeDecodeError: ‘utf8′ codec can’t decode byte 0×89 in position 0: invalid start byte (I have a …
Lien Permanent pour cet article : http://regis.decamps.info/blog/2012/02/serialize-db-blob-in-json/


