marius-bardan
marius-bardan
Let's say I have an AppComponent, which has a subcomponent UserComponent, which in turn has a ProfileComponent, each with sub/modules: ``` @AppScope @Component(modules={AppModule.class, NetworkModule.class}) interface AppComponent { UserComponent userComponent(...); }...
This should address #99 and #365
``` CronetCallFactory.newBuilder(engine).build() val builder = Retrofit.Builder() builder.callFactory(factory) // use builder with OkHttp ``` Before enabling Cronet with Retrofit using above snippet, make sure to chek the file-descriptor count, via: 1....
Environment: Pixel 9 Pro (Android 14) Even though the blog post regarding the telecom jetpack library says that the Foreground Service logic is handled by the library, when trying out...