R B Krishna

Results 8 comments of R B Krishna

Since we are closing when the single is disposed, the closing would still happen even if the stream does not terminate.. For example: ``` AsyncResultSingle single = new AsyncResultSingle(h2 ->...

Sorry, I'm a bit stuck here: When I add the boolean autoCloseable to ApiTypeInfo and as a constructor parameter, how should I check if the type implements AutoCloseable (Using Reflection...

Thanks a lot. Will do. Works on Android versions from Ice Cream Sandwich (4.0.3).

Adding Popview animation to the fragment or a view inside the fragment. I'll look into it either way. Thanks.

I haven't added removal of view from parent view for this method : popView(view) , hence calling at again on the same view might cause issues. You might have to...

Can we modify the updateUserAccount() function in UserController.java file for doing this? And also should we add the call in DhisApi.java like the others that are already present in that...

We send gender as "gender_male" in the request and display it as "Male". Is there a specific reason or can we send as "Male" in the request.

I have added Editing Account Information , please report if there are errors / fixes to be made or changed