alexey polusov
alexey polusov
Hi, I'm wondering how to set some custom font on progressBar message. I've tried everything and haven't succeeded
I've tried via XML or programmatically. Is it ok thing?
``` compile 'com.github.VictorAlbertos:ReactiveCache:0.0.6' compile 'com.github.VictorAlbertos.Jolyglot:gson:0.0.3' ``` symbol class not found MyActivityIntentBuilder
Hey guys. I was trying to user single `action` as a common sink for multiple buttons: ``` Observable.just(1).bindTo(pm.someAction) Observable.just(1.0).bindTo(pm.someAction) ``` where someAction is `val someAction = action()` And I've got...
Possible? I.e: ``` @DatabaseField double lng; ```
Hi. I'm trying to use this tool and I stumble across some issues. First of all, it's unclear from https://arunkumar9t2.github.io/scabbard/ this page how exactly to install the tool. Where should...
`Cause: loader constraint violation in interface itable initialization: when resolving method "com.android.build.gradle.internal.api.VariantFilter.getBuildType()Lcom/android/builder/model/BuildType;" the class loader (instance of org/gradle/internal/classloader/VisitableURLClassLoader) of the current class, com/android/build/gradle/internal/api/VariantFilter, and the class loader (instance of org/gradle/internal/classloader/VisitableURLClassLoader)...
please. Have no idea what all the numbers mean.
Hi. LayoutManager is a very complicated stuff for me, but I really want to know how to create one. Can you supply your code with more comments to help other...