[android-developers] Re: Is it possible, that Android kills a service inside an app?

2014-12-05 Thread Ashik Vetrivelu
It depends on the Service which you have. Service in android is of two types: Bound Service and Unbounded Service. Binded Service is what is bound to the activity and it lives as long as activity is running. But unbound service is like a *Separate Process. The Service can still be killed by

[android-developers] Google Inbox style SwipeRefreshLayout

2014-10-31 Thread Ashik Vetrivelu
Hey Guys, I am just wondering whether the SwipeRefresh with a circular progress chip as in the inbox app is added to the Support Library. Pour in your ideas. https://lh3.googleusercontent.com/-P8RBQ2ENcV8/VFObCdy2B_I/CIQ/v8lj5ysAVWI/s1600/screen.png -- You received this