Carme GPS Tracker for Android

My frist Android app, this is simple GPS tracker program that let us record our tracks, store  and share them. This project uses my custom TabWidget for Android. Main features Record Playback Share via Email (Google Earth) Share via Twitter  (in progress) Exporting to SD Card Tagging (in progress) I use icon from http://www.dryicons.com , … Read more

Custom Android Tabs

Due to limitation of Android Tab component I created a custom TabWidget that I am using in couple different projects already. The widget allows us to  add custom background and use custom icons, tabs   can be Top/Bottom aligned. Currently tabs can launch new Activity and  Dialog , when starting new Activity we can use  “startActivityForResult” … Read more