SkillAgentSearch skills...

RetrofitDemo

Demo project for Get and Post service calling with Retofit

Install / Use

/learn @deepshooter/RetrofitDemo
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

RetrofitDemo

Demo project for Get and Post service calling with Retofit

1.Add these dependency in gradle:

 compile 'com.squareup.retrofit2:retrofit:2.0.2'
 compile 'com.squareup.retrofit2:converter-gson:2.0.2'
 compile 'com.squareup.okhttp3:logging-interceptor:3.4.1'
 

2.Add Permission in Manifest:

<uses-permission android:name="android.permission.INTERNET"/>

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated2y ago
Forks0

Languages

Java

Security Score

55/100

Audited on Jun 25, 2023

No findings