Are there any similar library for URL-Based-Navigation like what iOS' three20's TTNavigator provided?
URL-Based-Navigation is very handy and is a lot better then the Android’s intent (if you dont need the feature for outside to call your activity)
e.g. in iOS
[TTNavigator navigator] openURLAction:
[[TTURLAction actionWithURLPath:@"tt://restaurant/Chotchkie's"]
applyAnimated:YES]]
A single statement allow you to jump to any defined view, which is superb easy to use.
[1] http://three20.info/article/2010-10-06-URL-Based-Navigation
I’m not sure why you find this is better or faster or less cluttering than :
Can you elaborate on what you are trying to achieve ?