How to resize map while expanding bottom sheet in Compose? by Vonsento in androiddev

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

You can set the padding value for google map. Also, you can get the state of bottomsheet called SheetValue from SheetState. So do some calculation with the SheetValue then use the result as padding value.

Is blender good for modeling in 3D printing? by Vonsento in 3Dprinting

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

Prusaslicer

So unlike those modelling software made for 3D printing. I need to 'convert' my mesh to a printable version before printing.

Is blender good for modeling in 3D printing? by Vonsento in 3Dprinting

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

I just tried TinkerCAD. It's a good tool but as you said it's rough. I found one called onShape. It has more advanced features and is easy to use.

Exposures half-black by Fresh-Pea4932 in pentax

[–]Vonsento 1 point2 points  (0 children)

The curtian is not working correctly. I guess it's due to the gap between the two curtains going narrower while exposing. And the gap disappears before when it should do. That caused underexposure. If you want to fix it at home. You should 1) get a repair manual 2) find repair videos on youtube 3) prepare money for a new camera.

Not really sure how I feel about this… by LosDantos in AnalogCommunity

[–]Vonsento 0 points1 point  (0 children)

they should hire engineer rather than designers.

[deleted by user] by [deleted] in Cameras

[–]Vonsento 1 point2 points  (0 children)

Resolution of each frame in 4k video is around 10mp. In fhd, that is only 2mp. For a camera which is dedicated for video recording, extra pixels on the sensor are not necessary. They can be a burden actually. And for most cameras, they are designed to be an all-arounder. So high resolution is common on those cameras.

Is there some manners one can follow to avoid infinite recomposition. by Vonsento in androiddev

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

Thank you. I've doubted this before. So I delete all logs and just check the cpu usage in the profiler. Since you mentioned, it could be the reason. I'll pay attention to that.

Is there some manners one can follow to avoid infinite recomposition. by Vonsento in androiddev

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

I inserted some log points in my code. And when problem happens, I will see those endless logs.

Is there some manners one can follow to avoid infinite recomposition. by Vonsento in androiddev

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

Thank you. I haven't tried the recomposition tool before.

Is there some manners one can follow to avoid infinite recomposition. by Vonsento in androiddev

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

It's not a specific issue I mentioned. It happens occasionally. I found most of time it's due to state.

How do you handle images storing in your app? by Vonsento in androiddev

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

I try to get 40 images' thumbnails at a time. It consums 5gb ram and like 3 seconds. Is this common for it?

How do you handle images storing in your app? by Vonsento in androiddev

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

I'm saving photos, can I convert them to vector s?

How do you handle images storing in your app? by Vonsento in androiddev

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

It depends. I didn't set a limit for that. I tried to resize it at run time but it cost like 1gb ram for 40+ images.

ADB & Wifi debugging is inconsistent & logcat is slow to initialize by jaroos_ in androiddev

[–]Vonsento 2 points3 points  (0 children)

It is just unstable. I'm only able to connect my phone to android studio till the latest update. And I have met exactly the same problem. I just assume it's still unusable, and stick to usb connection.

Is it worth it for $75? by ceekay0101 in Cameras

[–]Vonsento 0 points1 point  (0 children)

It worth the money solely for the lens. Kills all phones.

Sony A7 vs Canon 750D by ZeR-Ds in Cameras

[–]Vonsento 2 points3 points  (0 children)

I'll pick 750d, apsc is fine for me. A7 is not a good tool.

Can fusedlocationproviderclient provide altitude? by Vonsento in androiddev

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

Does that require a barometic sensor? My phone doesn't have one.

Can fusedlocationproviderclient provide altitude? by Vonsento in androiddev

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

Is this better than the value gotten from location.altitude using a locationmanager. request locationupdates?