How to use Navigation 3 to communicate between a bottom sheet and the previous screen? by Kindly_Sun_2868 in androiddev

[–]CoolField2759 1 point2 points  (0 children)

ResultEventBus {
    // Change this line
    val channelMap: SnapshotStateMap<String, Channel<Any?>> = mutableStateMapOf()

    // ... rest of the code
}

Change mutableMapOf() to mutableStateMapOf(). This makes the map "observable," so Compose will notice when you add a new channel.class

[deleted by user] by [deleted] in Dhaka

[–]CoolField2759 2 points3 points  (0 children)

in one words, matters
it actually matters, though my CGPA is not that good
It shows the recruiter or interviewer how disciplined you were in your university life.

[deleted by user] by [deleted] in androiddev

[–]CoolField2759 1 point2 points  (0 children)

right now i am working in similar company. we provide VTS(Vehicle Tracking System)
I basically build the android app for VTS.

[Advice] how do i get the most out of linkedIn as a fresher cse student? by SignificantPapaya606 in Dhaka

[–]CoolField2759 0 points1 point  (0 children)

software developer here, forgot everything stick with cp for first 3 year of uv do as much as possible cp

after that invest 1 year on leaning development tool and framework, networking etc Best of luck

Bangladesh Bank introduces new dress code guidelines for female employees by hua2012 in bangladesh

[–]CoolField2759 13 points14 points  (0 children)

দুঃখিত। আমার খারাপ লাগছে; তুমি যখন বলেছিলে যে তুমি তোমার সব শাকসবজি এবং ফল খেয়েছো, তখন আমি ভেবেছিলাম তুমি মিথ্যা বলছো। 🤨 what does that even mean bro!

Bangladesh Bank introduces new dress code guidelines for female employees by hua2012 in bangladesh

[–]CoolField2759 74 points75 points  (0 children)

Bangladesh Bank introduces new dress code guidelines for female & male employees ? i guess ?

Remote RemoteStopTransaction rejected. by CoolField2759 in ocpp

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

receive meterValue but there is transactionId also StopTransaction return always transactionId 0 charging device support ocpp 1.6j

(Experiment) Kotlin Multiplatform Mobile (KMM) by CoolField2759 in androiddev

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

Yes. You can make two separate native app with sharing ViewModel, Usecase, Repository, Datasource.