I already blogged about the problems I encounter when programming for the Android plateform. Well, my list gets is little bigger now!
Archives de la Catégorie : English
Some of my posts are in English.
Lien Permanent pour cet article : http://regis.decamps.info/blog/2012/02/more-design-problems-with-the-android-framework/
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/
jan
25
How to seamlessly sync your Android with iTunes?
I want to synchronize my music library on my iMac with my Android mobile phone: I want something simple. I’d rather use WiFi rather than USB. I don’t really need a cloud service, though. I want my songs to be re-encoded. Indeed, my iTunes library is Apple Lossless (when ripped from CD) or high-quality MP3 …
Lien Permanent pour cet article : http://regis.decamps.info/blog/2012/01/how-to-seamlessly-sync-your-android-with-itunes/
déc
06
The output stream is obtained with getInputStream()
I have never used the Process class before and I’m baffled by the getters of the Process class: getErrorStream() returns the process error output stream. That makes sense. getInputStream() returns the process standard output stream How confusing is that?
Lien Permanent pour cet article : http://regis.decamps.info/blog/2011/12/the-output-stream-is-obtained-with-getinputstream/
sept
12
Android emoticons
The supported emoticons (aka emoji) in the text/SMS/MMS application is listed in R.id.default_smiley_lists. The images are in R.drawable-hdpi (for high resolution devices or R.drawable-mdpi for medium resolution devices) These images are provided by Android under the terms of the Apache Software License 2.
Lien Permanent pour cet article : http://regis.decamps.info/blog/2011/09/android-emoticons/

