This tutorial shows you how to use the devices camera inside your application. It also shows how you can have a custom UI for your camera and overlay images on top of the camera preview.…
Tag: custom
[TUT] Animate Removing From a Custom Adapter (ListView)
Hi guys, this is a Tutorial Request to show how to control your own animations from a custom adapter. The question was a bit vague so I’ve taken it and will show you how to…
Read more of [TUT] Animate Removing From a Custom Adapter (ListView)
[TUT] Infinite Scrolling Gallery View
This is just something I put together when trying to figure out the best way to display my images to the user. One thing I did find out is the Android Gallery View sucks! I…
[TUT] Rounded Corners Map View
This tutorial is pretty self explanatory. Basically a nicer looking map view that has rounded corners. This is a custom view that draws a map view then draws rounded corners over the top. This works…