Friday, July 15, 2011
Android - Rendering 3D Blender Models (Part 1)
›
I decided I to create a simple OpenGL ES example for Android. I found many examples with hard coded values for a model, but I wanted to c...
Thursday, July 7, 2011
Android - Animations
›
Page Transitions To override the current page transitions when switching activities you can use the overridePendingTransition method. The...
java.lang.OutOfMemoryError: bitmap size exceeds VM
›
Recently while working on an Android app I started running into this error: 07-07 10:59:14.519: ERROR/AndroidRuntime(20429): FATAL EXCEPT...
Thursday, May 19, 2011
Android - Full Screen App
›
By default an Android app has a title bar and allows the user to pull down the task bar while your app is open. The following code allows...
Monday, May 16, 2011
Android - ImageView scaleType Samples
›
I found it super frustrating when testing out the different scale types for an ImageView. The Graphical Layout in Eclipse currently does no...
Android – Styling the ProgressDialog Bar
›
This is the default gray and yellow progress bar: I want my progress bar to look like this: Steps to accomplish this: ...
Home
View web version