cetonek
cetonek
I like this library. I was wondering though, is there a way to set `onItemLongClickListener` on `ListView` with expandable items? I tried `mListView.setOnItemLongClickListener(myOnItemLongClickListener);` but long clicks are not registered
Hi, I want to discard all requests that are made as soon as I leave given scene, so my code is: ``` public class LadderRepository : MonoBehaviour { private string...
Iv been using the library for last few weeks and it has worked for me very well, however there is one thing that I find abit inconvenient - aborting requests....
``` @Override public void onResult(@NonNull Result result) { Log.e(TAG, String.format("Error adding/removing geofence : %s", result.getStatus().toString())); } ``` I am not sure why are we logging this as error by default....