Facebook android app changes
Posted
by
jogabonito
on Programmers
See other posts from Programmers
or by jogabonito
Published on 2012-12-17T11:56:35Z
Indexed on
2012/12/17
17:13 UTC
Read the original article
Hit count: 272
I am referring to this article about how Facebook has rolled out a native app for android replacing their previous HTML5 based one. From my usage, things have definitely become much faster.
I was wondering whether this native app is purely java based, or involves some JNI. Image loading for one has become faster, which is generally not thought of as a java strong point. (IMHO)
Are there any details on what Facebook has done?
© Programmers or respective owner