What is a recommended Android utility class collection?
- by Sebastian Roth
I often find myself writing very similar code across projects. And more often than not, I copy stuff over from old projects.
Things like:
Create images with round corners
read density into a static variable & re-use. 4 lines..
disable / hide multiple views / remote views at once. Example:
}
public static void disableViews(RemoteViews…