Live data from Hacker News

Viewing profile — someUserTonight

someUserTonight

HN member
Joined
Sun, Nov 01, 2020, 5:52 AM UTC
HN karma
3
Public activity
5 items

About someUserTonight

No profile information was provided.

Recent public activity

  1. comment
    Comment #24961991

    I think the parent comment was saying that you could always make that explicit. > By setting the value as null initially I can easily check whether the variable has been filled or …

  2. comment
    Comment #24961415

    Definitely possible. You can refactor your Android app to be split up into essentially two "modules", one with your business logic and then the UI/native platform specific librarie…

  3. comment
    Comment #24961390

    I wouldn't be too worried. I mean I think it's possible but I feel like it's a while away. As a native Android dev, my arm-chair hypothesis is that currently both of those (kotlin,…

  4. comment
    Comment #24961314

    You share as much code as you want in the shared/base project and are able to create "contracts" for each UI platform that are enforced by the compiler. If you're business logic ne…

  5. comment
    Comment #24957558

    I think so. If we're talking about "out of the box" or what you'd find on average. As an Android dev for a few years now I think we get a lot out of the box and I get that web devs…