• Breaking News

    Friday, September 18, 2020

    Android Dev - Weekly "anything goes" thread!

    Android Dev - Weekly "anything goes" thread!


    Weekly "anything goes" thread!

    Posted: 18 Sep 2020 05:40 AM PDT

    Here's your chance to talk about whatever!

    Although if you're thinking about getting feedback on an app, you should wait until tomorrow's App Feedback thread.

    Remember that while you can talk about any topic, being a jerk is still not allowed.

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

    A small Disney project using Jetpack Compose, Dagger-Hilt based on MVVM architecture.

    Posted: 18 Sep 2020 12:54 AM PDT

    Benefits of RxJava over Coroutines?

    Posted: 17 Sep 2020 03:00 PM PDT

    Hi folks, I was wondering if anyone knew of any benefits of RxJava over Kotlin Coroutines. I've spent most of my time learning RxJava but as time goes on I see most people making the switch to coroutines. I know RxJava still has some operators (like debounce) that are missing on coroutines but it seems like that gap will eventually be closed.

    I've also read that coroutines are faster and more efficient, and most people believe they are easier to learn. Anyone know what the pros are for RxJava (vs coroutines)?

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

    I want to contribute as a Designer.

    Posted: 18 Sep 2020 07:36 AM PDT

    Hey all, I am learning UI/UX for almost a year now. I have some free time to spare and interested in crazy products. I am willing to collab with any non-profit project or a fun project with my design skills. If this is wrong sub for posting, please direct me to a good one. Thanks.

    DM me for portfolio ! Have a good day.

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

    DataStore: Wire

    Posted: 18 Sep 2020 03:39 AM PDT

    Replace SingleLiveEvent with kotlin Channel / Flow

    Posted: 18 Sep 2020 05:46 AM PDT

    The first android app I ever made... (Some useful advice at the end for young people learning to code :)

    Posted: 18 Sep 2020 08:52 AM PDT

    Android Studio in the browser!

    Posted: 18 Sep 2020 08:18 AM PDT

    Android Studio in the browser!

    Calling all Android devs. If Android Studio is ported to the browser (Cloud Version) with the same native experience, no lag in build time & built-in collaboration, would you guys switch to the browser version?

    https://preview.redd.it/vfouxgoq1xn51.png?width=1440&format=png&auto=webp&s=93070cdb186e22743017dc3143b6c73256effd06

    View Poll

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

    Android Studio layout frustrations

    Posted: 17 Sep 2020 11:34 PM PDT

    I'm a rookie to Android Studio and the layout design editor has been giving me endless problems, I feel like I'm missing something. I usually always drag items from the Pallete to the design editor, sometimes the editor freezes, sometimes everything gets stuck to the top left corner - even when using layouts like relative and linear and disabling the autoconnection to parent option, many times the position of the items doesn't match that on my phone when I test run despite the default view Nexus 5 being similar to my phone's screen size.

    I feel like I'm just banging my head against the wall, is there something I should be doing differently? Should I stop using the design editor and do everything through XML? Should I never use nested layouts?

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

    The day Android threw away all their code

    Posted: 18 Sep 2020 05:09 AM PDT

    Material Preferences: library for bulding preferences screen through Kotlin DSL

    Posted: 18 Sep 2020 04:43 AM PDT

    Material Preferences: library for bulding preferences screen through Kotlin DSL

    https://preview.redd.it/xlxm7gxh8wn51.png?width=1240&format=png&auto=webp&s=e5dd7996f703866d0b79f851967102260674be94

    A beautiful and extensible API for bulding preferences screen

    ⭐ Features

    • Convenient and extensible DSL
    • Flexible appearance settings
    • Unified view on Lollipop and Pre-Lollipop
    • Ability to use custom storage
    • Default prefs values
    • Light and dark themes

    https://github.com/ImangazalievM/material-prefs

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

    Android Studio 4.2 Canary 11 available

    Posted: 17 Sep 2020 10:04 AM PDT

    Android should be add app lock for setting in android phone for give better security for android user .

    Posted: 18 Sep 2020 07:46 AM PDT

    How much is it to use Google maps SDK?

    Posted: 18 Sep 2020 01:30 AM PDT

    If you want to display map and use polylines and your own GPS data how much does it cost is it just $200 per month?

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

    How does the system calling the default constructor of a fragment actually works?

    Posted: 18 Sep 2020 01:08 AM PDT

    Assuming I have the following:

    class AFragment: Fragment { constructor() { println("Default Constructor?") } constructor(info: String) { println(info) } } 

    Will Default Constructor? be printed when the system restores the fragment?

    Also, is there a way to reliably test it in portrait mode (no rotation)?

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

    How to Write Clean Code for an Android Application?

    Posted: 17 Sep 2020 11:04 PM PDT

    What is cloud use of Google maps as opposed to android use?

    Posted: 17 Sep 2020 04:09 PM PDT

    Apparently for cloud use you need to pay but for android use you don't, what's the difference?

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

    No comments:

    Post a Comment