drdla49
drdla49
I have kontakt.io beacon and I try to write application for background scanning with nearby API. I use this method to subscribe messages: SubscribeOptions options = new SubscribeOptions.Builder() // Finds...
I add all that you write in the manual: maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' } dependencies { classpath "me.amanjeet.daggertrack:dagger-track:1.0.5-SNAPSHOT" } apply plugin: 'com.android.application' apply plugin: 'me.amanjeet.daggertrack' daggerTrack { applyFor = ["debug"]...
I use sketchbook version 1.0.4. If I add a sketchbook to ModalBottomSheetLayout only drawing that work are horizontal lines. ModalBottomSheetLayout steel events and sketchbook don't draw anything if I draw...
I used Showkase 1.0.0-beta18 and Paparazzi 1.2.0 in my android app. I add this to my app build.gradle `classpath("app.cash.paparazzi:paparazzi-gradle-plugin:1.2.0")` This to my Showkase module ``` plugins { id("app.cash.paparazzi") } dependencies...
I use 1.0.0-beta18 in my android app. Because I have my own compose theme in my app, there is no dark variant in Showkase. I can wrap all Showkase previews...
I have kontakt.io beacon and I try to write application for background scanning with nearby API. I use this method to subscribe messages: SubscribeOptions options = new SubscribeOptions.Builder() // Finds...