N900
Nexus One
Personal Coding and Hobby Notebook
N900
Nexus One
If you are getting an Android device this holiday season, we’ve spent the last 5 months building a must-have app for it. Install FrostWire via Google Play. Download the .apk installer. Here’s a few things you can do with our completely re-designed and easy to use file sharing client and media player. Improved search that […]
I was going to make a tutorial, but then I figured that making a video would be a much better way to show this. As for the code that you could grab from a tutorial, there’s a link at the end of the post with all the code shown in the video demo. The video […]
So you have a FooDialogPreference class which extends DialogPreference, and one of the things you’d like to do to it, is to change the Dialog’s title. DialogPreference happens to be a bit of a bitch, you can’t just call getDialog() and start playing with its features before it is shown because the Dialog object is […]