thevirus20

Results 9 comments of thevirus20

Its a library I m working on, so I can't tell everyone that manage request on our own. I need to detect that and manage if the Activity requesting service...

It should be like a Live Score, If I am checking it, its get refreshed automatically, but if I get a call(scores activity is hidden) so refresh should stop, but...

One more thing, Do I need to override method `onResume()`, `onPause()` etc. in activity if I m not extending `LifecycleDispatchActivity` on PRE_ICS devices to get callbacks? On POST_ICS devices, if...

Try this. https://github.com/panxw/android-volley-manager

@panxw Did u change the repo?Is this the one you have build? https://github.com/panxw/android-volley-manager

So both(this one and yours) are same in terms of usage or you have renamed/removed/introduced some method while porting to Google recommended `URLConnection`?

1. Dowload the library as zip. 2. https://github.com/jfeinstein10/SlidingMenu/tree/master/library is the main lib, rename it to `SlidingMenu` 3. Put the project then to your project root directory. 4. Modify `settings.gradle` file...

After compiling with target 22 in android studio its looks great. Thanks for a great app. ![Lollipop](http://i.imgur.com/o4tkgvw.png)

Did any 1 of you have resolved this? I tried changing the code to experiment different end/release method to remove connection. Like in memcahced.end method added ```javascript manager.end();//pool manager.release();//pool memcached.connections[key].end(true);//replace...