Animating Android Activities
A relatively common task is to have some kind of animation between Activities in Android. The default animation isn’t necessarily always the same across devices, and sometimes it is desirable to...
View ArticleAndroid TextView And HTML Links
Android’s TextView widget is actually quite robust. It supports various fonts, styles, colors, etc., allowing you to have newlines, bold sections, and more (even defined from XML); however, sometimes...
View ArticleRenderScript 101, Part 1: RenderScript Basics Tutorial
A couple of months ago, I had to do a lot of work with RenderScript. Unfortunately, there was not much documentation available then and there isn’t much more now. The purpose of this post is to provide...
View ArticleRenderScript 101, Part 2: RenderScript Interaction
Note: This tutorial continues on from RenderScript 101, Part 1: RenderScript Basics Tutorial. If you have not yet read that tutorial, you should do so before starting this one. The previous tutorial...
View Article