• Breaking News

    Saturday, June 27, 2020

    Android Dev - App Feedback Thread - June 27, 2020

    Android Dev - App Feedback Thread - June 27, 2020


    App Feedback Thread - June 27, 2020

    Posted: 27 Jun 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]

    How to use/control RxJava Observable.cache

    Posted: 27 Jun 2020 01:24 AM PDT

    I am trying to use the RxJava caching mechanism but i can't seem to catch how it works or how can i control the cached contents since there is the cache operator.

    I want to verify the cached data with some conditions before emitting the new data.

    for example

    someObservable. repeat(). filter { it.age < maxAge }. map(it.name). cache() 

    There is also ObservableCache<T> class but i can't find any resources of using it.

    how can i get the cached content and verify it (or do any operation on it) before emitting a new value

    Any help would be much appreciated. Thanks.

    submitted by /u/-G4M3R-
    [link] [comments]

    Why Android Gradle documentation sucks and feels like it is not updated frequently?

    Posted: 26 Jun 2020 03:53 PM PDT

    I don't know much about Gradle for Android

    I am really trying to learn something from this documentation https://developer.android.com/studio/build but I feel it is just an unordered piece of **** that just mention some "tips" put in some legacy type of documentation

    I thought that it can be some just ordered type of documentation when you learn stuff incrementally. But in this type of documentation it is really hard to understand some topic, when it includes several types of information (considered even advanced) from other topic.

    What is more I feel that this documentation is not updated frequently

    For example:

    - here https://developer.android.com/studio/build/dependencies not mention anything about kapt which is required for Kotlin code

    - here https://developer.android.com/studio/build/optimize-your-build#optimize mentioning something about Android Studio 2.3 (really?)

    It is really totally pushing me away when try to learn something from it and I give up

    Do you guys know some good source from which I can learn Gradle for Android?

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

    I want to fire off a notification when entering a room.

    Posted: 27 Jun 2020 04:48 AM PDT

    I basically want to make a function where If you go into a room (doesn't have to be super accurate) a notification can fire.

    I am just not sure which way to go. I was thinking anything from something like an RFID in the room or could an alexa, echo dot or other device solve this? I would prefer cheaper hardware if possible.

    Or could I use just the phone alone to say "when you get 10 feet near this point in space, fire a notification. I don't need insane accuracy like realtime tracking but I would like to denote if someone goes into one room vs another.

    Is there a platform for this already? Just having a hard time figuring out what would make the most sense to start with.

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

    Has anyone noticed that Firebase Authentication doesn't even follow Google's one activity guideline. Does it matter?

    Posted: 26 Jun 2020 04:30 PM PDT

    If you go to the Firebase Authentication guide it directly contradicts having one activity. It uses PhoneAuthentication as it's own activity? Is this recommended or just outdated, and on top of that they write all their business logic in the Activity. So what's the deal? Auth Management is tricky as hell to manage the "right way" did they also just say screw it throw it all in an activity because it's easier.

    https://github.com/firebase/quickstart-android/blob/09b3db061c66499ff8a48d5a1f3d84acf6f56bed/auth/app/src/main/java/com/google/firebase/quickstart/auth/java/PhoneAuthActivity.java#L191-L191

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

    Do you use any mobile attribution partners (Adjust, Appsflyer, Kochava, Branch, Tenjin...)?

    Posted: 26 Jun 2020 06:04 PM PDT

    We are looking to buy installs from the top non-self attributing video ad networks i.e. UnityAds, Vungle, etc. and are looking for any recommendations or inside knowledge about attribution partners from those that may already be doing so. If you are open to discussing which genre your app/game is in, and any experiences you may have using attribution partners and non-SAN networks for your UA, please feel free to connect with us via DM.

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

    Was Google measure ar app made in Android studio or unity?

    Posted: 27 Jun 2020 01:21 AM PDT

    Should I continue to learn native development with kotlin

    Posted: 26 Jun 2020 10:54 AM PDT

    I am quite new to android development and have beem developing apps with kotlin for a 6 moths now. But I am concerned that when Fuchsia arrives, all the things I have learnt will go useless. Moreover there's is always a chance that with tools like react native, native app development may not be required. What are your views regarding the demand of native app development in the future?

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

    I'm going crazy. I've tried 3 times to upload an update for my app and I keep getting rejected.

    Posted: 26 Jun 2020 10:52 AM PDT

    Hi!

    This is my first time uploading an app to Google Play. Everything has been a bit confusing so far, but I've managed to at least publish the first .apk.

    But now, I'm finding that it's a nightmare to update the app. For the last 4 days I've tried to upload a new version of the .apk and I'm getting this message

    I'm making sure that the Version Code is higher every time...but that doesn't work. And I don't know what else could be wrong...

    Can someone please help me?

    Thanks!

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

    Emulator 30.0.19 Canary

    Posted: 26 Jun 2020 12:04 PM PDT

    Building an Android Month Picker

    Posted: 26 Jun 2020 11:16 AM PDT

    I wrote about my experience building an Android Month Picker UI Component, using the Material Component Library.

    I wanted a way to allow a user to select a month, instead of a specific date, but found there was nothing out of the box to do so.

    For ex: May 2020 vs May 5th 2020.

    https://sproutsocial.com/insights/building-android-month-picker/

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

    Migrating from legacy code - Kotlin Flow

    Posted: 26 Jun 2020 04:08 PM PDT

    Is there a curated list of all COVID19 android apps on GitHub by countries?

    Posted: 26 Jun 2020 10:10 AM PDT

    Best Alternative to UpLabs?

    Posted: 26 Jun 2020 01:50 PM PDT

    They've got great templates and icons, but who's idea was it to make basic search functionality exclusive to premium users? Like seriously I can't even filter by platforms unless I have premium. Any other alternatives out there?

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

    No comments:

    Post a Comment