I’m working on a simple application but I’m a bit of a space freak. I noticed that Google+ uses quite a interesting approach to do this in their mobile approach. I’m just curious about how would one go about implementing something like that.
Disclaimer: I’m typically a C++ programmer, but I’m trying my hand into Java development for Android. Any and all kinds of help are welcome.
I believe the “slinging effect” you are referring to is that done by a
ViewPager. Here is a helpful tutorial to get you started.To implement your
ViewPagerwith titles, you’ll need to use a third party library, as Android does not implement this functionality by default. I would recommend using Jake Wharton’sViewPagerIndicatorlibrary. It’s easy to use and well-maintained.