Solved my Compose Navigation 3 state-saving headache using the entryProvider builder! I was stuck because my when expression was supposed to return NavEntry(NavKey), but the error said it was actually returning Unit. Can someone give me explanation here?! #JetpackCompose #AndroidDev
27.11.2025 14:49
π 2
π 0
π¬ 1
π 0
Back after 2 months (thesis kept me busy!). Excited to share my latest experiment: a custom double border modifier! It's currently showing a box, not following the composable's shape yet. One step at a time! Anyone else struggle with custom Modifiers' shape boundaries? π
#AndroidDev #JetpackCompose
26.11.2025 17:33
π 3
π 0
π¬ 0
π 0
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
21.09.2025 13:21
π 1
π 0
π¬ 1
π 0
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
18.09.2025 02:26
π 4
π 0
π¬ 0
π 0
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
π 0
That'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
π 0
I'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
17.09.2025 13:42
π 1
π 0
π¬ 1
π 0
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
17.09.2025 02:28
π 4
π 0
π¬ 0
π 0
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
16.09.2025 14:54
π 2
π 0
π¬ 0
π 0
Just editing my readme github profileπ. Btw, let's connect github.com/PeterNex14
15.09.2025 15:10
π 0
π 0
π¬ 0
π 0
src : 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
14.09.2025 13:29
π 1
π 0
π¬ 0
π 0
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
π 0
π 0
π¬ 0
π 0
Encapsulation -> protect your data
Inheritance -> reuse behavior
Polymorphism -> make behavior dynamic
Abstraction -> hide unnecessary details, focus on essentials
14.09.2025 05:24
π 0
π 0
π¬ 0
π 0
Overloading = Same method name, different inputs, same class.
Overriding = Same method name, same inputs, different classes
Just learned the theory on polymorphism
14.09.2025 05:12
π 0
π 0
π¬ 0
π 0
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
π 0
Finished 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
13.09.2025 06:50
π 1
π 0
π¬ 0
π 0
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
13.09.2025 00:35
π 7
π 0
π¬ 0
π 0