Tag archives for Facebook

Android

Detect device year class on Android with Facebook Device Year Class

When you make Android applications, it is always useful to know the year class of the running device. Indeed, with that information, you can adapt the behavior of your application to the smartphone or tablet of your users. Obviously, the main goal being to offer them a better experience with your application.     For that, Facebook offers Device Year…
Continue Reading
Android

Make fast cryptographic operations on Android with Conceal

By default, Android offers to developers some Java APIs to implement some cryptographic operations on Android. These APIs are great but not always easy to use and not really adapted to mobile environment with constraints. To solve this problem, Facebook has created a dedicated library named Conceal that provides a set of Java APIs to perform fast cryptographic operations on…
Continue Reading