• Breaking News

    Saturday, April 24, 2021

    Android Dev - App Feedback Thread - April 24, 2021

    Android Dev - App Feedback Thread - April 24, 2021


    App Feedback Thread - April 24, 2021

    Posted: 24 Apr 2021 06:00 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 a top level comment
    • must make an effort to respond to questions and feedback from commenters
    • app 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.

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

    Is iOS app development becoming slower compared to Android?

    Posted: 24 Apr 2021 02:21 AM PDT

    Disclaimer: speaking from a perspective of an experienced lead. I am of the opinion that for a newbie, iOS would probably be (much) easier to pick up.

    However, I have anecdotal first-hand experience in essentially every case that I came across during my 6 year exposure to the mobile dev field. I remember clearly seeing articles around 2015 that iOS typically takes ~20% fewer resources/time across the same-sized teams. However, when teams were highly experienced, If anything I saw the opposite.

    And lately, the difference is even more pronounced in Android's favor. This is across multiple teams, multiple projects, and multiple different types of apps. Did anyone else notice this?

    I haven't done iOS for a few years now so I'm not up to date with the latest, though I know a bit about the architecture they tend to use and SwiftUI (which I like same as I like Compose). I have my suspicions - maybe iOS allows for easy and quick start, but has limited customisation options, has a smaller ecosystem of great community libraries and is more restrictive to the developer, and so a highly experienced android developer, when presented with a feature request, immediately recognizes the stack of frameworks, components, libraries to use, even if there are technically many to pick from. And these libraries are usually very powerful at what they do, once you know how to use them.

    But again, this is just my anecdotal experience. I have not controlled for any variable here (at least as much as I should have).

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

    SQLDelight v1.5.0 released

    Posted: 23 Apr 2021 05:07 PM PDT

    Should i switch from java to kotlin?

    Posted: 24 Apr 2021 04:13 AM PDT

    I just completed udacity's android basic by google nanodegree program. This course was in java. I'm planning to enroll in developing android app course which too is in java. So should i switch to kotlin or continue with this cousre??
    Link of nanodegree i completed https://www.udacity.com/course/android-basics-nanodegree-by-google--nd803 .

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

    Does Admob SDK V20 improve ad performance?

    Posted: 24 Apr 2021 08:34 AM PDT

    I updated my android app dependencies from the legacy version to Google Mobile Ads SDK version 20. In the last two days, I have experienced a spike in revenue (50%) and requests. Has anyone had a similar experience?

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

    I want to create a !remindme style bot for whatsapp. What software packages can I use to build this?

    Posted: 24 Apr 2021 07:28 AM PDT

    Reddit has a bot called remindme, when tagged in threads in the format !remindme in 2 days, it send a message after 2 days. How can I replicate this for whatsapp?

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

    ELI5: Layout Inflation

    Posted: 23 Apr 2021 09:41 AM PDT

    I'm taking the Udacity Kotlin Dev Course and these Google employees are pretty bad at explaining things, probably because it comes easy to them. I'd love to post some ELI5 questions I have along the way if people are willing to give it a shot. Would be a big help for me and I'm sure many others who have trouble reading the documentation. Thanks!

    P.S.- I know how to set it up. Just not sure what exactly it is doing and why it's so important.

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

    Keeping up to date with the Android Topics

    Posted: 23 Apr 2021 01:10 PM PDT

    Google Play Developer API - Why linkedPurchaseToken is not found when user perform resubscribe?

    Posted: 23 Apr 2021 11:58 PM PDT

    Google Play Developer API - Why linkedPurchaseToken is not found when user perform resubscribe?

    Hey all,

    When user trying to cancel current subscription, and then re-subscribe again few days later, we are trying to associate the old purchase token, with new purchase token.

    We know this is achievable, by using linkedPurchaseToken, as described in Implementing linkedPurchaseToken correctly to prevent duplicate subscriptions | by Emilie Roberts | Android Developers | Medium

    However, due to unknown reason, we do not get the linkedPurchaseToken during our trial.

    My guess is, maybe I didn't enable Resubscribe feature, in Google Play Console.

    But, there is no way (I don't know why) for me to enable Resubscribe feature in Google Play Console, as shown in attachment

    We already using Billing library 3.0.1, in all our production/ tester APK, for long time ago.

    https://preview.redd.it/1su3so6lk2v61.png?width=941&format=png&auto=webp&s=831b6b083f92d4eae1e1013ae05ab8aadf1bfafd

    I posted a more technical detailed here - android - Google Play Developer API - Why linkedPurchaseToken is not found when user perform resubscribe? - Stack Overflow

    Does anyone know how to get the linkedPurchaseToken, in your Google Play Developer API respond? Thanks.

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

    RecyclerViews and the Law of Demeter!

    Posted: 23 Apr 2021 11:32 AM PDT

    Looking to turn my Jetpack Compose App into a Sample / Tutorial for others

    Posted: 23 Apr 2021 08:34 PM PDT

    I'm interested in breaking down the project I've been working on for others to view in either a tutorial or as a sample app in the upcoming month. Would anyone be interested in helping me distinguish "bad practices" or practices that leave you questioning? I would like to take some time to refactor and fix some of the major issues before then!

    The app is Jetpack Compose focused with MVVM, Firebase Auth, Room, Single-Activity / No Fragments, and recently Hilt. There is also a pre-hilt branch that is up to date
    https://github.com/B-Lidberg/DailyDoc

    - I'm still working on improving the navigation between Login, Splash, and NoteList(main) screens
    - The Detail Screen only displays data currently, I haven't decided on the design/layout yet.

    Any feedback on the code or the app itself is greatly appreciated!

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

    Basic Banking App | The Sparks Foundation Internship | Task 2

    Posted: 23 Apr 2021 11:49 PM PDT

    Emulator is killing my Mac mini. Is there any way to reduce usage of Emulator? (I tried disabling the sound for emulator through config file already, doesn't fix anything).

    Posted: 23 Apr 2021 11:49 AM PDT

    Why Declarative UIs matter on Android? All the answers in this article

    Posted: 23 Apr 2021 04:15 PM PDT

    The Deprecated annotation is no longer deprecated :P

    Posted: 23 Apr 2021 10:25 AM PDT

    Accessibility in a Scrollview. Should the accessibility focus force it to scroll down further?

    Posted: 23 Apr 2021 11:05 AM PDT

    Having plenty of debate with my team on the correct behavior. It seems that Talkback doesn't read anything off screen and won't reveal this outside of what's in the visible scroll area. This seems right but I've been unable to find any documentation to back this up.

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

    Androidtv live-tv app build, Protocol Buffers Files

    Posted: 23 Apr 2021 12:53 PM PDT

    Dear redditors,

    could anyone help me on getting the androidtv live-tv app up and running. I can't build this project. I'm struggeling with tiny errors on Protocol Buffer Files *.proto.my source to clone with git is ''git clone https://android.googlesource.com/platform/packages/apps/TV" .

    Error:

    Execution failed for task ':common:generateDebugProto'.

    > protoc: stdout: . stderr: tif_commands.proto:39:10: "android.tv.common.compat.internal.OnDevMessage.message" is already defined in file "recording_commands.proto".

    tif_commands.proto:38:9: "android.tv.common.compat.internal.OnDevMessage" is already defined in file "recording_commands.proto".

    tif_commands.proto:33:5: "android.tv.common.compat.internal.OnDevMessage" seems to be defined in "recording_commands.proto", which is not imported by "tif_commands.proto". To use it here, please add the necessary import.

    ----------------------------------------------------

    My imports wont work, PROTOC wont function as it says.

    Help on this topic would be very much appreciated.

    Cheers

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

    How to just drag a photo from my android phone to my pc software photoshop?

    Posted: 23 Apr 2021 07:03 PM PDT

    USB connected

    I don't wanna drag it into a folder on my pc first then drag it into the photoshop

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

    No comments:

    Post a Comment