Fast-Android-Networking icon indicating copy to clipboard operation
Fast-Android-Networking copied to clipboard

Raw use of parameterized class 'ANResponse'

Open kishandonga opened this issue 5 years ago • 0 comments

ANResponse response = AndroidNetworking.get(model.getUrl()) .setPriority(Priority.LOW) .build() .executeForOkHttpResponse();

Showing warning by Android Studio and error by lint, Raw use of parameterized class 'ANResponse'

kishandonga avatar Jul 08 '20 05:07 kishandonga