H3R3T1C's Contributions
Below are the tutorials, code snippets, and resources H3R3T1C has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
Creating an updater in Java in Java Tutorials (Last Comment: H3R3T1C, Views: 34,658)
Creating Simple File Chooser in Android Development (Last Comment: H3R3T1C, Views: 85,440)
Code Snippets
Submitted: August 16, 2010        Views: 6280
A code snippet showing how to create a custom implementation of Html.ImageGetter().
Submitted: September 12, 2010        Views: 2705
This is a simple class that allows you to search the full SD card for full or partial file names. It has two static public methods: searchFullSDCard() which searches the full SD card and searchFromDirectory() which starts searching from a user specified directory on the SD card.
Submitted: November 7, 2010        Views: 1995
This code snippet allows users to save objects as file. Also allows user to load objects that are save as files
Submitted: October 2, 2012        Views: 507
This code snippet is used to load image thumbnails asynchronous from a url.