• Breaking News

    Monday, May 2, 2022

    Android Dev - Learn Android with Jetpack Compose (no programming experience needed!)

    Android Dev - Learn Android with Jetpack Compose (no programming experience needed!)


    Learn Android with Jetpack Compose (no programming experience needed!)

    Posted: 02 May 2022 10:02 AM PDT

    What's the difference between singletons with lazy initializations vs singletons with Hilt annotations?

    Posted: 02 May 2022 02:33 PM PDT

    For example, let's say you want to create a singleton object in Kotlin. You can add the @Singleton annotation above your object and then inside use the by lazy property to initialize your variables. The other way you can do it is with Hilt annotations where instead you add @Module and @InstallIn(SingletonComponent::class) above your object and then inside create a function to return your initialized variables with the @Provides annotation above the function.

    What is the difference between the two approaches and which one should you pick (if there is a difference)?

    submitted by /u/techsavvynerd91
    [link] [comments]

    Which Cpu arhictecture should be my wearOs apk?

    Posted: 02 May 2022 05:05 PM PDT

    I have developed a wearos app and generated 2 apks (first not bundle). Should i publish both arm64-v8a and armeabi-V7a apks ? what are the wearOs watches today having architecture? I support only wearos 2.0 and 3.0 not older versions.

    submitted by /u/sawyer12
    [link] [comments]

    i just completed my first "real project"!

    Posted: 02 May 2022 02:19 PM PDT

    what's up guys, I've posted a few weeks ago about being a self-taught androiddev and feels like im not ready yet to apply for Android Developer role and i got som pretty motivational replies that posted my confident THANK YOU

    i started my journey to build my portfolio, last 2 weeks I've been building this cool project QR CODE GENERATOR that uses coil library to send api request to generate QR bitmap

    i wanna share the project with you guys maybe get some reviews/advices for improvement from senior fellows

    GitHup repo: https://github.com/MathRoda/QR-Creator-App

    thanks guys again i really appreciate the love

    submitted by /u/Mathroda
    [link] [comments]

    A survey about refactorings

    Posted: 02 May 2022 10:42 AM PDT

    7 things to keep in mind while building jetpack composable’s.

    Posted: 02 May 2022 01:21 PM PDT

    Compose or Flutter for new project?

    Posted: 02 May 2022 11:17 AM PDT

    I am building a new product which I am initially planning release on Android and then on iOS in near future.

    AFAIK, Compose doesn't support iOS yet.

    Considering this, is it even worth considering Jetpack compose over Flutter?

    submitted by /u/Quieter22
    [link] [comments]

    What is the most interesting feature of jetpack compose for UI/UX designers?

    Posted: 02 May 2022 10:31 AM PDT

    Like the title says. If you got the chance to present one feature of jetpack compose to a audience of designers only. What would you show?

    submitted by /u/gecko412
    [link] [comments]

    Productivity hack to save tens of engineering hours when working with Jetpack Compose

    Posted: 02 May 2022 08:23 AM PDT

    No comments:

    Post a Comment