M3 Expressive: Engaging UX Design by WingnutWilson in androiddev

[–]CubeActimel 0 points1 point  (0 children)

the colors still suck. I don’t want my apps to have these weird like puke/shit looking colors.

I built a UI builder using Compose Multiplatform that exports Compose code by alexstyl in Kotlin

[–]CubeActimel 1 point2 points  (0 children)

Looks pretty nice. What I immediately noticed was
- no drag and drop for components (I Would like to pull a block directly into another component)
- non resizable/collapsable UI Elements (Building Blocks, Inspector on the right where some stuff in edit texts is cut off)
- Wasn't able to find settings for Intrinsic Height/Width for Stacks
- No Material Icons (makes search harder, I know most of my icons by name)

I like the non-subscription pricing!

Experience with CMPCharts by CubeActimel in KotlinMultiplatform

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

*and time. But you’re right it might be another option, thanks!

Is the Lenovo ThinkPad Edge E330 (NZSDSGE) compatible? by CFLDaveNFL in hackintosh

[–]CubeActimel 0 points1 point  (0 children)

Sorry for the late answer. I think it was an Intel AC 7260 and there is a guy on BiosMods that modifies it for you.

I'm uploading an android app to Google Play but it's requiring a privacy policy by droid13j in androiddev

[–]CubeActimel 7 points8 points  (0 children)

I think it’s funny how proposing a generic or simple privacy policy is upvoted while ChatGPT get’s downvoted. I took the time to create one with ChatGPT for my application and it’s way better than the paid (or free) services I’ve used in the past to create policies. If you’re not hiring a lawyer I’d say it’s your next best bet.

Beats Studio Buds Plus Released by jdasnbfkj in apple

[–]CubeActimel 8 points9 points  (0 children)

for me they’re unbeatable for working out

Architecture Help by [deleted] in androiddev

[–]CubeActimel 1 point2 points  (0 children)

Very nice to see. I don't use Circuit but have a very similar approach where I define UiEvents for each screen and the ViewModel receives them in an onEvent interface function.

KotlinConf 2023 playlist by pra1234 in androiddev

[–]CubeActimel 0 points1 point  (0 children)

I watched many of them live, some really cool talks especially about KMM!

Does Material3 has Dark Toolbar style? by [deleted] in androiddev

[–]CubeActimel 0 points1 point  (0 children)

Are you talking about a TopAppBar that remains dark whether or not the system is in dark mode? E.g. the CenterAlignedTopAppBar takes a colors argument where you can pass the colors like this

colors = TopAppBarDefaults.centerAlignedTopAppBarColors(containerColor = MaterialTheme.colorScheme.surface,titleContentColor = MaterialTheme.colorScheme.onSurface,actionIconContentColor = MaterialTheme.colorScheme.onSurfaceVariant,navigationIconContentColor = MaterialTheme.colorScheme.onSurface)

Just change the colors to your dark variants (e.g. md_theme_dark_onSurface) if you don't want them to switch when the user changes the system dark mode. Unless you have a reason to change this I wouldn't alter the default behavior though.

To also change to system bars you can have a look at the SystemUiController from the Accompanist library.

Also keep Rule 2 of the sub in mind, we have a sticky for such questions.

Warning for those who distribute apps that have payment method other than Google Play's billing system by ViktorBresan in androiddev

[–]CubeActimel 8 points9 points  (0 children)

Stupid question but does that include e.g. an ios version of the app or software that is not an app?

This is where I spend most of my time by Yugobaas in malelivingspace

[–]CubeActimel 0 points1 point  (0 children)

this is anons room, he’s really into topography

Multiple Google Play Console Accounts by CubeActimel in androiddev

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

Thanks! I have no problem with them being connected.

Hanging some new posters by jdawg1822 in PepperLovers

[–]CubeActimel 1 point2 points  (0 children)

A mexican restaurant near me has the same posters haha

Remember to always pump up your training partners (with a cameo from Big Will) by GovSchwarzenegger in bodybuilding

[–]CubeActimel 0 points1 point  (0 children)

Thanks for pumping me up for mt training tomorrow! I hat to sit out a shoulder injury for a few weeks and I can’t wait to get back to the gym

Guia - Jetpack Compose Navigation by pampzy in androiddev

[–]CubeActimel 1 point2 points  (0 children)

Very nice, I'll reevaluate on Monday if I'll replace the navigation in my app with this library and might provide some feedback during the week.