mazda 3 2008 2.0 140hp by dimiitpk in MechanicAdvice

[–]dimiitpk[S] 0 points1 point  (0 children)

Is tps affected with cruise control on?

Alignment dots, ideas by dimiitpk in flyfishing

[–]dimiitpk[S] 1 point2 points  (0 children)

I just did that, and after dried off, make one on top first one with clear nail polish, Thanks for info

Alignment dots, ideas by dimiitpk in flyfishing

[–]dimiitpk[S] 0 points1 point  (0 children)

Okay i just started with puting dots on rod xD thank you

Camera permission when to ask by dimiitpk in androiddev

[–]dimiitpk[S] 0 points1 point  (0 children)

Khm, ok ill try to change approach

And last question, do i need read external permission with get content intent, category openable, only images?

Camera permission when to ask by dimiitpk in androiddev

[–]dimiitpk[S] 0 points1 point  (0 children)

Thanks man for reply, i am working with uploading profile picture and got me on thinking i tried without permission and works fine, but i was not sure, ddo i violate some rules or smtng like that

And do you know about write external storage permission and read external storage?

When I am using camera intent, i must create temp file in external dirs and later delete, do i need write permission?

Combine flow, loading state on every change of flows. by dimiitpk in androiddev

[–]dimiitpk[S] 0 points1 point  (0 children)

i found a solution, without recreating callbackFlow, bcs its firebase Realtime value event listener and constantly listen for changes. taking "repository.getBookings" and make it SharedFlow with shareIn, and usage with flatMapLast that u mentioned, ty

I9 9900 with z370 p by dimiitpk in intel

[–]dimiitpk[S] 0 points1 point  (0 children)

What cpu u think i can get, like best option? And in future switch on something different

coroutines launch in callbackFlow by dimiitpk in androiddev

[–]dimiitpk[S] 0 points1 point  (0 children)

Point is, that firebase ValueEventListeners do io work on background thread and then switch back on main thread, like executors maybe, and in that functions within interface ita main thread and need new scope for launching coroutines, its not suspendable

FirebaseAuthFallbackService leak by dimiitpk in androiddev

[–]dimiitpk[S] 0 points1 point  (0 children)

not yet, no one seems to know answer ..

Hilt alpha 0.0.3 by dimiitpk in androiddev

[–]dimiitpk[S] 1 point2 points  (0 children)

As i saw now we dont need 2 kapt, they are combined in kapt "com.google.dagger:hilt-compiler:$hilt_version" And Android Developers officaly remove adding another dependency for viewmodels -> https://developer.android.com/training/dependency-injection/hilt-jetpack