Tag

android

For an Android developer, it has become standard practice to use external libraries to easily extend the functionalities of the mobile application . Thanks to Gradle easy dependency integration, features like HTTP frameworks, database ORM, fancy scrolling, efficient image loading, caching, social network integration and many others can be added easily.

Security

Vulnerabilities tested by Google Play Store

Google will start identifying security weaknesses in Apps pushed to the Play Store...

Mon 05 September 2016

Security

New in Android M and N: Runtime Permissions

In Android, the permission system was one of the major security concerns of the platform for many...

Fri 27 May 2016

Security

SSL Pinning on Android: Best Practices, OkHttp & Retrofit Examples (2026)

Learn how SSL pinning works on Android, what threats it helps mitigate, where it can break, and h...

Wed 11 May 2016

Apparently Facebook is crashing their apps intentionally in order to test users reaction and evaluate their adherence to Facebook service. This post is however not about the user's behavioral analysis, but about the technical aspects of how it is done - or just an excuse to dive into JNI reversing.

This article will reference the best current resources on SSL/TLS.