Archive | Android RSS for this section

Air for mobile’s weird touch implementation

Let me begin by saying that after playing with Adobe AIR for mobile for the last couple of weeks, I have been really pleasantly surprised by general performance. I have done quite a bit of mobile device development off late with both iOS and Android, but AIR might actually be a contender for my next [...]

Continue Reading

Location Check-Ins are the new Photos

Off late I have started using quite a few location based services like Foursquare, Foodspotting etc, and everyday more interesting apps crop up. However the current model for location based apps requires me to check into each app individually. The problem is when I am at someplace interesting enough to check in to, I am [...]

Continue Reading

The prettier side of Android

A lot has been said about the lack of UI polish in Android (sometimes rather obnoxiously), but over the last few months I have started debating how much of that is still relevant. When I first saw Android (around version 1.6) I was not a fan, but over the last couple of years having it [...]

Continue Reading

Thoughts on inter-app communication and Siri-izing Android apps

Coming from developing iOS applications, the concept that struck me most interesting in Android app development was the way it handled inter-app communications. For the uninitiated, here is a simple way to understand how Android apps work: Each Android app is composed of a few different parts: Activities, Services, ContentProviders and BroadcastRecievers An Activity represents a [...]

Continue Reading

Building TimePiece: My presentation from Philly Android Alliance this week

I gave a talk this week at the Philadelphia Android Alliance User Group on TimePiece, my open source Android World Clock app. We discussed some of the code and design patterns used in the application. Here is the slide deck from that presentation. Building TimePiece View more presentations from Arpit Mathur. Thanks to everyone who [...]

Continue Reading

Introducing TimePiece, my first app on the Android Market

I am pretty excited to announce my first application is finally on the Android Market: TimePiece, a pretty little world time app (Go get it, its FREE!) A couple of months back, after a series of disappointing searches on the Android Market, I started working on a World Clock app for Android phones. Most of [...]

Continue Reading

So I discovered Android Launchers last weekend

Last weekend, I found an interesting link on Android AppStorm on beautiful replacements for the default launcher on your device. A Launcher is the default home screen on the device and displays the launch icons for all the installed apps. Like almost every component on Android, you can install different launchers just as you could [...]

Continue Reading

Announcing Android Alliance Philadelphia (and our first Happy Hour)

In case you haven’t heard it from Corey already, I am pretty excited to announce Android Alliance Philadelphia, a group focused on bringing together developers, designers and passionate users together to share ideas and learnings with each other. The group will be modeled around most of the other user groups around Philly like Philly.rb and [...]

Continue Reading

The grand 2010 recap post

Wow, cant believe its that time already. 2010 was a pretty great year for me. In Nov 2009 I moved to the User Experience team hoping to be the voice of technology as new projects were conceived and features enhanced. So the year began with me learning the workings of the UX team which was [...]

Continue Reading

Some interesting videos on alternate/future Android UIs

I love Android, I really do. Probably more so for geeky developer-y reasons than anything else. I love the application architectural concepts of Activities and Content Providers that can be mixed and matched to form a complete experience, as well as the fact that it supports true multi-tasking, not the pseudo multi-tasking that iOS supports [...]

Continue Reading