I am trying to run below code:
Map requestMap = new HashMap<>(); Long unixTime = System.currentTimeMillis() / LONG_1000; requestM
I wrote this on build.gradle.dependencies.
compile 'com.android.volley:volley:1.0.0'
And it worked.