Aravinth Srinivasan

Results 4 issues of Aravinth Srinivasan

Could you please help me to resolve this issue, now i m complete moved to Rx2AndroidNetworking but after conversion, http/https logs not working so kindly guide me.

### Used FancyShowCaseView version 1.3.0 Base Class ```Java public class GuidanceUtils{ public static FancyShowCaseView getGuidanceViewCir(Activity context,int viewId,int customLayout,OnViewInflateListener listener){ return new FancyShowCaseView.Builder(context) .focusOn(context.findViewById(viewId)) .focusShape(FocusShape.CIRCLE) .customView(customLayout, listener) .build(); } public static...

duplicate

Everything is fine but expand icon rotate not calling on Expand method please help me... Item is expand but icon not rotate (onExpand not calling) ParentItem.java @Expand private void onExpand()...

When Application force to close means that service not restart automatically ?? how to handle this ? because wathsApp Application are same process when a service is force to close...