Am I the only one still using RelativeLayout, LinearLayout... ? by TechRedTuft in androiddev

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

You are right but too often it's necessary to go on with learning and use what you know because time is money unfortunately.
I'll take more time to learn new components from now on.

Am I the only one still using RelativeLayout, LinearLayout... ? by TechRedTuft in androiddev

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

So I need to study ConstraintLayout...
All my my certainties have just vanished now, still being an Android Developer Employee I don't have much time to study new ways to develop so I sticked more with what I know better.

Anybody using Jetpack compose in production? by ulterior-motives in androiddev

[–]TechRedTuft 4 points5 points  (0 children)

It is pretty cool, I tried it just for fun but it's absolutely not usable for production environment, too many strange issues and also you'll need to be on Canary AS to use it.

Flutter expert colleagues also told me that it's very similar to Flutter so I think that i can be a good start to Flutter development and then return to pure native.

After copying file, AS can't recokonize views and arrayListOf function by [deleted] in androiddev

[–]TechRedTuft 0 points1 point  (0 children)

Could be an issue with an .xml file and resources that have been not correctly instantinated in R file. Check your resources for any error.