What is SHA1? Secure Hash Algorithm 1 or SHA-1 hash value is typically rendered as a hexadecimal number, 40 digits long used by organizations like Google, Facebook etc uses SHA-1 hash value for secure connection between their services and clients. Being it is an important part of establishing a secure connection between two end points […]
How To Add Library Project In Android Studio
This tutorial will teach you an alternative way to add library project to your android project without using built-in user interface of Android Studio. Maybe this is an older way to do but in certain cases it is still relevant. Now many developers are migrating to gradle based build automation system and new open source libraries are […]