0% found this document useful (0 votes)
25 views2 pages

Android Dependencies for RecyclerView

The document lists various Android library dependencies and implementations including support libraries, Firebase, Glide, Retrofit, Volley and others. It also includes code to print the hash key for signing.

Uploaded by

kaushik ghosh
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views2 pages

Android Dependencies for RecyclerView

The document lists various Android library dependencies and implementations including support libraries, Firebase, Glide, Retrofit, Volley and others. It also includes code to print the hash key for signing.

Uploaded by

kaushik ghosh
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

implementation "[Link]:cardview:1.0.

0"
implementation ‘[Link]:gridlayout-v7:28.0.0’
implementation ‘[Link]:palette-v7:28.0.0’
implementation "[Link]:recyclerview-selection:1.1.0-
rc01"
implementation ‘[Link]:preference-v7:28.0.0’
implementation ‘[Link]:support-compat:28.0.0’
implementation ‘[Link]:support-core-utils:28.0.0’
implementation ‘[Link]:support-core-ui:28.0.0’
implementation ‘[Link]:support-media-compat:28.0.0’
implementation ‘[Link]:animated-vector-drawable:28.0.0’
implementation '[Link]:libphonenumber:8.9.7’
implementation '[Link]:firebase-auth:16.0.5'
implementation '[Link]:firebase-database:16.0.4'
implementation '[Link]:firebase-storage:16.0.4'
implementation 'com.nex3z:notification-badge:1.0.2'
compile '[Link]:play-services-location:7.+'
implementation '[Link]:geofire-java:3.0.0'
implementation '[Link]:play-services-location:16.0.0'
classpath '[Link]:google-services:3.2.1'
implementation '[Link]:material:1.0.0-alpha1'
implementation '[Link]:design:29.0.2'

implementation '[Link]:cardview-v7:29.0.2'

implementation '[Link]:recyclerview-v7:29.0.2'

implementation '[Link]:glide:4.7.1'

annotationProcessor '[Link]:compiler:4.7.1'

implementation '[Link].retrofit2:retrofit:2.4.0'

implementation '[Link].retrofit2:converter-gson:2.2.0'

implementation '[Link]:prettytime:[Link]'
implementation '[Link]:picasso:2.71828'

dependencies
{
implementation '[Link]:MPAndroidChart:v3.1.0'
}
repositories {
maven { url '[Link] }
}
implementation '[Link]:volley:1.1.1'

private void printHashkey{


try {
PackageInfo info =
getPackageManager().getPackageInfo(getPackageName(),
PackageManager.GET_SIGNATURES);
for(Signature signature:[Link])
{
MessageDigest md = [Link]("SHA");
[Link]([Link]());
Log.d("KEYHASH",
[Link]([Link](),[Link]));
}
}catch([Link] e)
{

[Link]();

}catch(NoSuchAlgorithmException e)
{

[Link]();

ca890a69b1c8490484c83c844701261b

You might also like