Back after a few days! I've realized that a mentor is what I need to truly grow as a developer.
What's the best way to find a mentor in the tech world? All advice is appreciated! π
#AndroidDev #Mentorship #Kotlin
@pemodev.bsky.social
Android Dev & Kotlin π± | Learning π | I'm currently studying to become a mobile developer. On this account, I'll be sharing my entire journeyβthe lessons I learn, the projects I build, and the challenges I face.
Back after a few days! I've realized that a mentor is what I need to truly grow as a developer.
What's the best way to find a mentor in the tech world? All advice is appreciated! π
#AndroidDev #Mentorship #Kotlin
What a day! I officially finished the Amphibians app on Android. Seeing all the concepts come togetherβfrom networking to UIβis a huge confidence booster. Now, what's next on the list to build?
#AndroidDev #Kotlin #JetpackCompose #AndroidBasics
It really makes you think about which option to choose. My common approach is just to go with whatever is most readable in that context. Thanks!
18.09.2025 02:24 β π 0 π 0 π¬ 0 π 0That's a great point. You're right, a more verbose, object-oriented approach using classes and interfaces is definitely more readable. It makes a lot of sense.
18.09.2025 02:21 β π 0 π 0 π¬ 0 π 0I've just learned about currying in Kotlin. I can see the benefits, but I'm really struggling with the readability. To me, it feels a lot less intuitive than a standard function. Is that a common trade-off? π§
#Kotlin #FunctionalProgramming
Finished the "Mars Photo App" Codelab. Coil makes image loading easy, but I'm curious: how would you do this without a third-party library? What does the manual process look like under the hood? π‘
#AndroidDev #Kotlin #AndroidBasics
Just had a breakthrough on Dependency Injection. π‘ I realized the core concept is "providing" or "injecting" what a class needs. It's like a central service that provides resources to any layer, making the architecture much cleaner. β
#DependencyInjection #AndroidDev #Kotlin
Just editing my readme github profileπ. Btw, let's connect github.com/PeterNex14
15.09.2025 15:10 β π 0 π 0 π¬ 0 π 0src : https://medium.com/@m.sandovalcalvo/kotlin-type-system-unveiling-the-mystery-50613f0db893
Just finished the Collections as Interfaces in Kotlin Core Track Course topic and had a big realization. Understanding the type hierarchy is crucial! It's not just about what types exist, but how they relate to each other. My code feels much more intentional now. π‘
#Kotlin #AndroidDev #Collections
Thank you so much for the reply and the link! π That was super helpful. I'm seeing now that it's not just about keeping the composable simple, but also about preventing unwanted work from happening every time the UI re-renders. That makes a lot of sense now. π‘
14.09.2025 12:12 β π 1 π 0 π¬ 1 π 0Encapsulation -> protect your data
Inheritance -> reuse behavior
Polymorphism -> make behavior dynamic
Abstraction -> hide unnecessary details, focus on essentials
Overloading = Same method name, different inputs, same class.
Overriding = Same method name, same inputs, different classes
Just learned the theory on polymorphism
i'm just hoping that with me consistent posting about my journey to learn mobile dev can really land me a job and can meet new fellow android developers. πͺπ
13.09.2025 16:44 β π 0 π 0 π¬ 0 π 0Finished the Coroutines Codelabsπ and I'm a bit puzzled. Why is LaunchedEffect placed outside the composable it affects? Does this have to do with the composable's lifecycle? I'm curious to know the reasoning behind it!
#AndroidDev #Kotlin #JetpackCompose #Coroutines
Hey Bluesky! I'm starting my journey to become an Android dev. This account is my public log of everything I learn with Kotlinβthe projects I build, the challenges I face, and the wins along the way. Let's connect! π±
#AndroidDev #Kotlin #CodingJourney