ParseLiveQuery icon indicating copy to clipboard operation
ParseLiveQuery copied to clipboard

Very simple and modern implementation, it lacks tests and extra functionality at this moment but i'm working on it.

Results 11 ParseLiveQuery issues
Sort by recently updated
recently updated
newest added

i get an error while building application. "Program type already present: okhttp3.internal.ws.WebSocketReader$FrameCallback Message{kind=ERROR, text=Program type already present: okhttp3.internal.ws.WebSocketReader$FrameCallback, sources=[Unknown source file], tool name=Optional.of(D8)}" my app just empty. i see this...

Hi, When I try to run the app, in logcat given this err: ``` java.lang.NoSuchMethodError: No virtual method setCallWebSocket(Lokhttp3/Call;)V in class Lokhttp3/internal/Internal; or its super classes (declaration of 'okhttp3.internal.Internal' appears...

This library produces next error when added to gradle: Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. > java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex Android Studio 3.0 this is my gradle file:...

``` public Builder where(String key, String value) { this.baseQuery.whereKey = key; this.baseQuery.whereValue = value; return this; } ``` For example, I'm looking for Message objects where the field ``conversationObject (Pointer)``...

Works fine When I subscribe first time its work fine Not working when i move back from current screen after unsubscribing and come back to same screen it invoking more...

How do I write a query as "query.whereGreaterThan (" playerAge ", 18)"

Hi .this is great.but i like to know what u are using here.becaz if u are using timer it will increase the api hit count.

We have a live query on a pointer-typed column. To make it work on Android we added an overloaded version of your `where` method that takes `JSONObject`s so we are...

https://github.com/shankarnat/ParseLive-Query - is my code. I had tried to do the same example as given in your repository. Also, I used this backend for just Parse to Insert and read;...

Hi, we have an app that works just fine with the current parse android version 1.13.1. When adding the dependency for ParseLiveQuery version 1.0.3 the app won't start any more...