Tag Archives: analyze

Create an application signature using Google Play App Signing

By | 13.08.2017

Because the signature key is used to verify that you are the developer of the application, and to provide secure updates for your users, securing the key is very important to both you and the users. There are various ways to sign your applications. Recently, Google added a new feature to store keys: in its… Read More »

Comparison of the Binary Preferences library with standard Shared Preferences

By | 31.07.2017

In the Android system, key-value pairs are used to store information. With their help, you can store the values of variables, or various information that the application may need in the future. And although the SDK already has a ready interface, called SharedPreferences, which provides methods for saving and reading settings in the application, there… Read More »