alexey polusov

Results 15 issues of alexey polusov
trafficstars

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...

enhancement

Possible? I.e: ``` @DatabaseField double lng; ```

enhancement || feature
hacktoberfest

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...

module:gradle-plugin
module:intellij
module:documentation

`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)...

where is your compile "librarynameString" thing?

enhancement

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...