Takao Chiba

Results 7 comments of Takao Chiba

I don't have the plan to support custom converter, but your idea is interesting. I'll investigate it. Thanks! :)

You can use `gson-support` module. https://github.com/chibatching/Kotpref/blob/e38e5318aaccf60a622838c64e0992bf47060cbc/sample/src/main/kotlin/com/chibatching/kotprefsample/UserInfo.kt#L26 https://github.com/chibatching/Kotpref/blob/e38e5318aaccf60a622838c64e0992bf47060cbc/sample/src/main/kotlin/com/chibatching/kotprefsample/Avatar.kt#L6-L12

Hi, Currently, I don't have any plan to migrate to DataStore. But I think it is necessary for the future. I would like to concern the solution to use with...

@arriolac I have to know marker LatLng after drag to execute some process using the position after the move. It is not enough to observe only the drag state. My...

I think it doesn't need to be a callback style if the drag state has marker object or position info.

I updated my PR #11 to add `Marker` property. Would you check it?

Maybe, the notification icon should be white. > Status bar icons are flat, pictured face on, and must be white on a transparent background. https://developer.android.com/guide/practices/ui_guidelines/icon_design_status_bar#style11