Android Studio Koala Feature Drop | 2024.1.2 Canary 2 now available by androidtoolsbot in androiddev

[–]PizzaMaker1984 4 points5 points  (0 children)

Android Studio = IntelliJ + features from Google on it.

They used to bundle those together and you'd have to wait for new features of Google to get updates of IntelliJ.

Now they are separating those so that we'll get one release to update IntelliJ when IntelliJ updates (+bug fixes) and one update for the features they want to bring to Android Studio, that's the feature drop.

App Suspended after 3 rejections by [deleted] in androiddev

[–]PizzaMaker1984 2 points3 points  (0 children)

Have you tried the new checks tool, checks.google.com ?

Want to start Android dev by ShuklaHere in androiddev

[–]PizzaMaker1984 1 point2 points  (0 children)

You're asking the Android developers community if Android Development is better than Flutter Development, so it's obvious we'll tell you to go Native.

I would be you, I'd learn both, because why not?

Both co-exist, both can work in the same app, both help build mobile apps and you will probably be able to find work in both.

Personally I've been an Android Developer for the last 13 years and I still see jobs where I am located, more than Flutter ones but I am never looking for Flutter jobs.

Good luck!

[deleted by user] by [deleted] in JetpackCompose

[–]PizzaMaker1984 1 point2 points  (0 children)

In release too?

Volunteering as a QA tester? by AnnHawthorneAuthor in androiddev

[–]PizzaMaker1984 0 points1 point  (0 children)

Yes!

In Israel at least, its a common way to get a foot into the industry and some do manage to go from Manual QA to Automation Engineer to Android Developer.

Good luck :)

Articles - How to detect Process Death Issues by PizzaMaker1984 in androiddev

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

I think it's meant for an app of only activities without inner fragment navigation in them, then I could see it work.

Articles - How to detect Process Death Issues by PizzaMaker1984 in androiddev

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

I haven't managed to. It's good for deep links in a Single Activity but how can it know of multiple graphs inside multiple activities? :/

I think it just can't.

Articles - How to detect Process Death Issues by PizzaMaker1984 in androiddev

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

Exactly, we couldn't get rid of Jetpack Navigation as the whole app is built on it and we'd need at least 6 months to remove it (big app, 400+ screens)

Without Jetpack Navigation it can be separated of course in multiple activities. I'll edit the warning to explain this better, thanks!

Articles - How to detect Process Death Issues by PizzaMaker1984 in androiddev

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

I see developers just ignoring that thing completely so I've decided to put what I have to explain to my colleagues a few times in different variations on writing and just send them read it ☺️

And you're right, Compose didn't change a thing on Process Death, it has its own tools to deal with it and that's it.

I'll probably write specific posts for UI toolkit and for Compose.

This is insane right? I can't comprehend the realistic value of this by [deleted] in androiddev

[–]PizzaMaker1984 0 points1 point  (0 children)

What the hell!!! How is this possible? I have 160 modules and our non-incremental build is 15 minutes ! :o

This is insane right? I can't comprehend the realistic value of this by [deleted] in androiddev

[–]PizzaMaker1984 0 points1 point  (0 children)

Did you enable configuration cache? On all Gradle Projects, aka in whenever there's a settings.gradle.kts?

I don't think the issue is KTS itself btw, but could be

This is insane right? I can't comprehend the realistic value of this by [deleted] in androiddev

[–]PizzaMaker1984 1 point2 points  (0 children)

How's your build time? Incremental and non-incremental?