• Breaking News

    Saturday, September 19, 2020

    Android Dev - App Feedback Thread - September 19, 2020

    Android Dev - App Feedback Thread - September 19, 2020


    App Feedback Thread - September 19, 2020

    Posted: 19 Sep 2020 05:28 AM PDT

    This thread is for getting feedback on your own apps.

    Developers:

    • must provide feedback for others
    • must include Play Store, GitHub, or BitBucket link
    • must make top level comment
    • must make effort to respond to questions and feedback from commenters
    • may be open or closed source

    Commenters:

    • must give constructive feedback in replies to top level comments
    • must not include links to other apps

    To cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.

    As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.

    - Da Mods

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

    Google rewrites Google Pay app in Flutter

    Posted: 18 Sep 2020 09:41 PM PDT

    [UPDATE] 100 Open-source Android apps written in Kotlin. Organized by Tech Stack and Architecture/Patterns.

    Posted: 19 Sep 2020 07:49 AM PDT

    About: Awesome Android Kotlin Apps aims to be the starting point for developers to find an Android app with a particular Tech Stack / Libraries.

    Project URL: https://github.com/androiddevnotes/awesome-android-kotlin-apps

    This list is based on the effort of Android Open-source Contributors.

    The apps are organized according to the Architecture and Patterns as shown below:

    Contents

    Pattern

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

    What are effective approaches for Android dialogs in 2020?

    Posted: 18 Sep 2020 02:38 PM PDT

    We have seen many large changes to Android development since 2017 (Kotlin, JetPack, AAC etc), but what about good old dialogs? I remember dialogs being in a state of chaos on Android. Use Dialog class? No, use AlertDialog. Then Google gave us DialogFragment where you can inflate a view like a standard fragment or override onCreateDialog(). Which was for a long time an improvement. Then came Material Design, and it seemed like if we wanted Material dialogs we better implement them ourselves with custom layouts. Maybe that is why a library like afollestad's Material Dialogs has almost 20,000 stars on GitHub -- it provides a simple API for material styled dialogs. This is what everybody wants but of course Google does not make it easy. So now developers choose between hand-rolling custom fragments versus a third party library. And then of course others are writing dialogs as custom views and probably enjoy the benefits of flexibility at the cost of a higher learning curve or just having to know how to "do it right". And then there's the topic of dialogs and how they fit into app architecture, which can vary based on how you model your dialogs. I get the sense it is still a wild west on this one? Are we converging on something?

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

    Real-time Audio Streaming

    Posted: 19 Sep 2020 06:40 AM PDT

    Hii. Can I please get advice or direction on trying out multi-user real-time Audio Streaming. Thanks in advance.

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

    Jump Into Chrome Custom Tabs

    Posted: 19 Sep 2020 05:35 AM PDT

    In this article, you'll jump into the Chrome Custom Tabs and learn performance tips to speed up ⚡ URL loading almost by 50%.

    Enjoy 💚https://vladsonkin.com/jump-into-chrome-custom-tabs/

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

    adb now available over Wi-Fi

    Posted: 19 Sep 2020 08:41 AM PDT

    Proto DataStore (and Protocol Buffers intro)

    Posted: 19 Sep 2020 08:32 AM PDT

    Android WeatherApp in Kotlin

    Posted: 19 Sep 2020 08:02 AM PDT

    What is the best way to make a mobile app?

    Posted: 19 Sep 2020 05:06 AM PDT

    I recently started learning python, made it all the way to classes and object orienting, then I suddenly had this very great idea, but it needs to be a mobile app, so which is the best way to make one? ( I prefer if you guys might guide me to a way that includes python and not a new language )

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

    Is there any point in having a repository that just delegates method calls?

    Posted: 19 Sep 2020 01:10 AM PDT

    Is there any benefit in having a repository that just has a bunch of these methods and no own logic?

     suspend fun insert(task: Task) = taskDao.insert(task) suspend fun update(task: Task) = taskDao.update(task) suspend fun deleteTask(task: Task) = taskDao.deleteTask(task) 
    submitted by /u/Fr4nkWh1te
    [link] [comments]

    Exploring Jetpack Compose: Column

    Posted: 18 Sep 2020 11:22 AM PDT

    Paging jetpack with multiple module clean architecture

    Posted: 18 Sep 2020 10:17 PM PDT

    I am trying to put jetpack pagination and clean architecture together in the demo project. I stuck in domain module which is pure java/kotlin causes paging need to return flow paging data in the repository. I want domain separating from android component. How can I handle this?

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

    Which language are you using for Android App Development ?

    Posted: 19 Sep 2020 12:48 AM PDT

    Are you going to add sellers.json to your Admob account?

    Posted: 18 Sep 2020 09:39 AM PDT

    I know it's not mandatory (up until now, who know what requirements will be in the future), but there are 2 huge yellow and red warning notifications in my Admob account (also I've received 2 emails regarding to this).

    Admob states that this will bring "transaprency" and " This will help advertisers to verify your inventory. If your information isn't made transparent, advertisers won't be able to see your business name, which might impact your revenue. "

    I haven't added yet, but I'm thinking about adding it, however I'm not okay declaring my real/business name and address in the public json file.

    Have you added sellers.json to your Admob settings?

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

    Redesigned the YouTube UI using Flutter

    Posted: 18 Sep 2020 05:44 PM PDT

    Learn Kotlin for Android Dev

    Posted: 18 Sep 2020 12:46 PM PDT

    I have a Java background in my learning, so the logic behind Kotlin is pretty familiar, but I'm keen on studying the language specifically for Android Development.

    Does anyone have a recommendation on a course or book that's tailored for Android Dev? After coding in Java I'd really like to knuckle down and get into the craft while half the world is still shut down.

    Thank you in advance.

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

    Last weeks Android developer curated content - Mobile Developers Cafe Issue 6

    Posted: 18 Sep 2020 11:16 AM PDT

    Sent out this week's newsletter issue from Mobile Developers Cafe which curates lot of great Android Developer content released last week.

    Read Mobile Developers Cafe Issue 6

    Never miss an issue. Get in your inbox by subscribing for free here: Mobile Developers Cafe - Weekly Newsletter

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

    No comments:

    Post a Comment