After noticing the big interest for aLights, I decided to bring out an update. Besides a few bug fixes / code cleanings a major new feature has been added: Instead of changing color on every click, “light” now changes color randomly to every possible color if you slide around on the screen. Also the icons …
Read more »I’m proud to announce the release of the first PAPERS.ch android application! aLights turns your android phone to a light source by using its background illumination. It is up to you to decide which type of light source should be generated. You can see the various types below on the screenshot. More types will be …
Read more »Most probably there already is an android SDK cheat sheet, but since I switched from developing Android in Eclipse to the plain command line, I’ll write here a little cheat sheet with my most used commands: android update sdk – this one is used to update to the new SDK (if there is a new …
Read more »You wanted to install your new developed android application on your phone but you couldn’t because no device shows up when you do a: [codesyntax lang="bash"]adb devices[/codesyntax] Read here how I solved the problem on gentoo. On gentoo starting to develop android application is quite easy. You can install the whole SDK from the package …
Read more »