Netroid icon indicating copy to clipboard operation
Netroid copied to clipboard

Netroid is a Http Framework for Android that based on Volley

Results 15 Netroid issues
Sort by recently updated
recently updated
newest added

This library uses API that is no longer available Please fix it.

Hello there. First of all I want to congratulate you for such fine Library @vince-styling :) I have been struggling for days with alternatives and this one I tried and...

java.lang.IllegalMonitorStateException com.duowan.mobile.netroid.CacheDispatcher.run(CacheDispatcher.java:91) 代码块: public static RequestQueue init(Context ctx) { if (mRequestQueue == null) { // 创建Netroid主类,指定硬盘缓存方案 Network network = new BasicNetwork(new HurlStack(null), HTTP.UTF_8); mRequestQueue = new RequestQueue(network, RequestQueue.DEFAULT_NETWORK_THREAD_POOL_SIZE, new DiskCache(...

java.lang.IllegalThreadStateException Thread already started com.duowan.mobile.netroid.RequestQueue.start(RequestQueue.java:128) 代码块: public static RequestQueue init(Context ctx) { if (mRequestQueue == null) { // 创建Netroid主类,指定硬盘缓存方案 Network network = new BasicNetwork(new HurlStack(null), HTTP.UTF_8); mRequestQueue = new RequestQueue(network,...

This pull request is focused on resolving occurrences of Sonar rule squid:S1174 - "Object.finalize()" should remain protected (versus public) when overriding. You can find more information about the issue here:...

This pull request is focused on resolving occurrences of Sonar rule squid:S1165 - Exception classes should be immutable. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S1165 Please let...

This pull request is focused on resolving occurrences of Sonar rule squid:S1213 - The members of an interface declaration or class should appear in a pre-defined order. You can find...

This pull request is focused on resolving occurrences of Sonar rule pmd:RedundantFieldInitializer - Redundant Field Initializer. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/pmd:RedundantFieldInitializer Please let me know...

This pull request is focused on resolving occurrences of Sonar rule squid:ModifiersOrderCheck - Modifiers should be declared in the correct order. You can find more information about the issue here:...