Vincent Tsao's Library tagged → View Popular
31 Dec 09
Scrolling a Picture (horizontally and vertically) :: anddev.org - Android Development Community | Android Tutorials
Gesture
[TinyTut]Custom Button backgrounds/Better ImageButton :: anddev.org - Android Development Community | Android Tutorials
-
In my_button we define 4 states (as a button has 4 states: not pressed and not focused, pressed and focused, pressed and not focused, not pressed and focused) with each of those states having their own drawable.
29 Dec 09
Resize and Rotate Image - Example :: anddev.org - Android Development Community | Android Tutorials
using Java to get a file's md5 checksum? - Stack Overflow
-
java.security.DigestInputStream
-
MessageDigest md = MessageDigest.getInstance("MD5");
InputStream is = new FileInputStream("file.txt");
try {
is = new DigestInputStream(is, md);
// read stream to EOF as normal...
}
finally {
is.close();
}
byte[] digest = md.digest();
Selected Tags
Related Tags
Top Contributors
Groups interested in tech
Related Lists on Diigo
-
Web 2.0 Educational Tech Options
Some ideas for getting stud...
Items: 17 | Visits: 155
Created by: lstollin
-
Tech News
A collection of technology ...
Items: 11 | Visits: 131
Created by: Joel Bennett
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
