During my journey of discover in this amazing platform I had the need of display several types of messages in the device in order to let know the user that something was actually happening in background and that black window was all on purpose. So I decide to gather all this types of notifications in this post [...]
Posts Tagged ‘ android ’
3D with OpenGL [Android] Posted by Insane in Uncategorized | No responses
Looking for some OpenGL snippets I just came up to this project wich is a port of NeHe’s tutorials for the Android platform. It bundles several examples and is also available to download from the market place. Looking for some OpenGL snippets I just came up to this project wich is a port of NeHe’s tutorials for [...]
Reading a json login response with Android SDK Posted by Insane in Uncategorized | 22 responses
Json had became quickly my favorite and more comfortable way to output the data, because of the simplicity of convert any data type into this type of representation. Two weeks ago I had the need to read a json server response from within an android application, althought this should be quite straight forward in any [...]
