Charles Ongky wrote:But in May 26 post there is no edit button. There is only quote button.
Mary Alexis wrote:Good day! I am a beginner in flutter and I tried creating a mask detector. However, I encountered this error every time I select a picture in the gallery or capturing a pic in my camera.
Eduardo Silva wrote:Hello,
there a possibility of optmize this following partial solution to hide one widget totally opaque?
Hiding a Window when capturing screen content using MediaProjection
B Collins wrote:Hi
tried to save some data in Kotlin on my device
but how can I get programatically the default data directory to store the file?
Help would be great
Mick Dawdy wrote:Thank you for this good information
function 2 executes faster than function 1 since function 2 has less delay then function 1. Since withContext is a suspend call, that is it won’t go to the next line until it finished. Since withContext is a suspend call and does not block the main thread, we can do other tasks while the IO thread is busy in executing function1 and function 2.
john bean wrote:k i was testing on different device with higher sdk which since oreo needs a channel for notifications and it works fine on the higher sdk running lineage
so if it is in the if statement it works if it is in the else statement it stops for assistant
john bean wrote:thanks for reply there is nothing of use in logcat the only 3 lines printed are
the only reason i know it is being paused is the toasts stop when voice assistant is opened and resume when it closes before i put in toasts i just assumed my service was not running the aim is to kill the microphone completely unless it is manually turned on by the user never really worked with services before trying to fumble through it and learn it does work during phone calls its just google voice search that pauses my service
john bean wrote:Thanks for replies yeah i was doing it all wrong hit a few youtube videos on services have a bit of a better idea now thanks for the code very helpful
Mick Dawdy wrote:
Does anyone have a favorite, good basic introduction to this topic? Especially one with an introductory level example?
Hopefully, next time I will have some code to show
Thank you,
Mick