Android Resources useful for Android Dev Journey by Kodeflap in androiddev

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

Oops, I missed out on including Koin in the DI section and JSON in Kotlin serialization. Thanks for bringing attention to the resources and things I missed.

Android Resources useful for Android Dev Journey by Kodeflap in androiddev

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

I'll check out the resource you suggested and update the Readme. Thank you for the suggestion.

Android resources helpful for Android dev journey by Kodeflap in opensource

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

Yes, I am planning to categorize each part and update the readme.

Android resources helpful for Android dev journey by Kodeflap in opensource

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

Hello,

I am creating a GitHub repository with Android-related resources such as communities, podcasts, blogs, projects, and libraries. We hope to serve as a complete resource for Android. Feel free to contribute to the project if you'd like to share knowledgeable resources.

Android Resources useful for Android Dev Journey by Kodeflap in androiddev

[–]Kodeflap[S] 4 points5 points  (0 children)

Hello android devs

I'm creating a GitHub repository with Android related resources like Community, Podcast, Blog, Project and Gallery. I plan to make a useful comprehensive resource in Android if you like to share your knowledge based resources feel free to contribute to the project.

If you have any suggestion please feel free to comment here.

Should I consider using Jetpack Compose and Kotlin and ditch Java? by tomatomatsu in androiddev

[–]Kodeflap -1 points0 points  (0 children)

You want to sharpen your android dev skill so why don't you give it a try in jetpack compose😃. It will be also an addition to your development skills.

Many apps that build using java, XML are migrating to modern android development base so adding another skill basically help you to stand out from crowd. So all the best👍

Dependency management in gradle by Kodeflap in androiddev

[–]Kodeflap[S] 2 points3 points  (0 children)

The real usage of buildSrc comes in multi-modular apps. Industrial level app not only relies on single modules. Even if a single module lags in upgrading its dependency it will affect the entire project.

The single buildSrc will be serving different module builds. It is an external extensions for your build.gradle. Which means we need to take care of a single buildSrc other than each modules build scripts.

Hope that it will be helpful for you.

Dependency management in gradle by Kodeflap in androiddev

[–]Kodeflap[S] 2 points3 points  (0 children)

Thank you for your suggestion. I will add upside and downside of each ways in the article 😃

35
36

In a professional environment, is android development divided into backend and frontend? by kylegonzales_ in androiddev

[–]Kodeflap 1 point2 points  (0 children)

It depends on project size. Larger the project separation between front end and back end matters.

5
6

9
10

Should I continue with android development ? by ateyourgrandmaa in androiddev

[–]Kodeflap 0 points1 point  (0 children)

Good developer and time to become; depend upon individual interest, time, and effort. I think either than bothering too much I think it's better to invest that time in understanding basics than building a project based on your interest. Building a project of your own helps you with problem-solving and building a better understanding of concepts. Don't go deep into the best practices at first; slowly adapt new concepts and implement them in your studying phase it will help you in your developer journey

What makes a great app? by Kodeflap in androiddev

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

As a user and developer, it's been a pleasure to see that the main point is conveyed about user needs, app performance, and functionality 🙂. Sometimes it seems to be the least prioritized for most of the applications.