Lost Password?

A password will be emailed to you. You will be able to change your password and other profile details once you have logged in.

Resource Roundup: Snips and Snails

androidsnippetsAndroidSnippets.org recently launched to warehouse code snippets of interest to Android application developers. Anyone can join and post snippets, which are turned into quasi-blog posts, complete with comments and voting. You can keep tabs on the available snippets via feeds (snippets or comments) and Twitter.

Snippets range from tips on writing faster loops to making an activity be fullscreen to a sample of using SoundPool.

Here's hoping that the number of snippets steadily grows, helping to make this site popular for savvy Android application developers.

Mark Murphy is the founder of CommonsWare and is the author of _The Busy Coder's Guide to Android Development_, _The Busy Coder's Guide to *Advanced* Android Development_, and _Android Programming Tutorials_.

Like this? Share it.

Related Posts

Ubuntu Ported To the Galaxy S II

  • 8

The Galaxy S II isn't even officially available yet in the US but it has already been rooted, overclocked and the first custom ROMs are coming up as well. I used to run Ubuntu on my original Galaxy S (Just for fun of course, like you can effectively use Ubuntu on a 4" screen), so I decided to port Ubuntu to the Galaxy S II. Read More »

How To Modify .apk Files

  • 12

The extension Google uses for Android applications may seem a bit complicated, but it really isn't. In fact, an .apk is nothing else than a .zip file disguised as an .apk. That makes things real simple. Read More »