Skip to content

Comment on Pair (YC W12), The Social Network For Two, Launches An Android App

Comments

Thanks for bringing this to Android guys! Anyone from Pair have any comment on how they did their Android app? Native or Titanium/Phonegap style?

EDIT: I was not able to find the app by searching for pair in the Play Store. But they have a link to the online store on their website which worked. For those looking to download: https://play.google.com/store/apps/details?id=com.tenthbit.j...

I'm not from Pair but I can tell you after using apktool on their apk file.

It looks like a well written normal Android app supporting a variety of screen sizes on Android 2.2 and above. Text is only available in English. They use regular Android screen layouts and widgets inside (lists, images, text etc). The Android compatibility library is used (primarily fragments) so it should layout well no matter what. They have composed their app using numerous different Activities as is best practise for Android, although they force several into portrait mode.

Mixpanel is used for analytics. There are several "realtime" sockets related thirdparty libraries. All the code was Java (ie no C/C++/ObjC was involved).

I obviously can't see their source code, but based on what I do see they have a textbook example of how to write an Android app following best practises.

> after using apktool on their apk file

Check out Sony Ericsson's recently released ApkAnalyser

https://github.com/sonyericssondev/ApkAnalyser/wiki

Both of these are great tools I didn't know about. Thank you!

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.