Mirosław Stanek
Mirosław Stanek
Hey! AndroidDevMetrics should be initialized in Application class, not Activity (it's too late if you would do this). Here is example code: ``` java public class ExampleApplication extends Application {...
Yes, definitely! It would help a lot with a contribution - esp. reviewing the code.
I have never checked this because I used Dagger 1 not so much. Not sure if there are any advantages of using v1 instead of v2 (except maintaining the old...
Hey, Are you sure that it's not your code? In stacktrace it seems that you use wrong Theme in your HomeActivity class.
Hey, yes, indeed - it's all about pushing additional data via RootResponse/RootRequest
Not yet, but it's planned for the future :) . Currently you have to add SSML code directly to RootResponse.
Hey @MonikaJethani , i don't think anyone is working on it, so feel free if you want :)
Have you tried to update Android Support Repository in your SDK Manager? Seems like missing support-library dependency.
Confirming - Pixel 3XL. Android 9. When I capture a couple times in a row, no callbacks are called from CameraKit. Not from captureImage, nor errorListener. Interesting fact - when...
XML ``` ``` Implementation: ``` public class MainActivity extends ClassifierActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); cameraView = findViewById(R.id.cameraView); } @Override protected void onStart() { super.onStart(); cameraView.onStart();...