Romman Sabbir
Romman Sabbir
I need to learn about the process, so that I can contribute with the publication process. (Publish to Maven Central repository #1171) as I'm experienced with JitPack at this time.
@mtrezza I have reviewed the Maven Central Publication Process and found out a Libray that makes the whole process eaiser with just a Gradle Plugin. Article: https://www.waseefakhtar.com/android/publishing-your-first-android-library-to-mavencentral/ Library: https://github.com/vanniktech/gradle-maven-publish-plugin Take...
PR Merged: #1180
Check this working project https://github.com/rommansabbir/ParseLiveQueryAndroid
Check this working project https://github.com/rommansabbir/ParseLiveQueryAndroid
@kkbpower You need parse live query service right? I had a problem with liveQuery and i solved it. Try this if this project satisfy your problem
Can you provide detail about the testing? Note that, `NetworkX` actually start works on __Application.ActivityLifecycleCallbacks__.
Didn't find any optimal solution, but I'm clearing the layout binding (Data Binding) reference onStop() method.
Yes, we can make use of `viewModelScope` but stil in some cases I might not execute `UseCase` from `ViewModel`, I might execute it from `Activity`, So I wanted the `Coroutine...
Yes, I completely agree with you.