• Breaking News

    [Android][timeline][#f39c12]

    Saturday, July 3, 2021

    App Feedback Thread - July 03, 2021 Android Dev

    App Feedback Thread - July 03, 2021 Android Dev


    App Feedback Thread - July 03, 2021

    Posted: 03 Jul 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]

    Personal opinion: login to social via Webview should be banned for security reasons. It has always been a bad practice.

    Posted: 03 Jul 2021 02:09 AM PDT

    Is there a NoSQL option for Android?

    Posted: 03 Jul 2021 12:05 PM PDT

    So I'm a web dev writing a simple Android app, mostly for my own use and because I feel like learning it. I want on-device persistent storage to save information when the user leaves and returns to the app. I know SQLite is an option, but the data structure I'm working with here plays extremely well with a non-relational model. I would prefer not to use firebase or any cloud solution.

    Is there a standard Android NoSQL solution? Thanks.

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

    Android Studio Arctic Fox Beta 5

    Posted: 03 Jul 2021 09:04 AM PDT

    A phone number or an email for authentication?

    Posted: 03 Jul 2021 09:24 PM PDT

    hello, How are you doing? I hope you are doing well I have been wondering what to choose for Login/signup as primary authentication

    A phone number and password or an email and password for a Delivery/Restaurant application even though I'm using PHP/MySQL as a back-end the application (I don't use Firebase or any cloud services) and I don't use phone Authorization services

    submitted by /u/Kudo-Holmes
    [link] [comments]

    I alredy know native android dev and reactJS. So should i learn react native or flutter?

    Posted: 03 Jul 2021 09:18 PM PDT

    Get list of objects/classes/interfaces under a package

    Posted: 03 Jul 2021 09:15 PM PDT

    I'm building an app with Jetpack Compose in Kotlin, and I would like to get a list of material icons from the package androidx.compose.material.icons. I think scanning the package and get the list of objects would be good enough, so I have tried using classgraph and reflections but both of them return an empty list even when I scanned with no filters i.e just input the package name (I followed their sample code). I hope someone who has done this before can show me the correct approach to this issue, thanks a lot

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

    Android studio not opening - Java.io.file.InvalidPathException: Trailing char < > at index 80: C:/Users/Livin/AndroidtStudioProjects/LoginApplication/Studion/caches/trunk-system

    Posted: 03 Jul 2021 06:18 PM PDT

    Android studio not opening - Java.io.file.InvalidPathException: Trailing char < > at index 80: C:/Users/Livin/AndroidtStudioProjects/LoginApplication/Studion/caches/trunk-system

    I am not able to open the android studio, I am facing this issue in the android studio canary 2020.3.1.20-windows version, but I had a path like "C:/Users/Livin/AndroidtStudioProjects/LoginApplication/Studion/caches/trunk-system" later I deleted that entire "AndroidStuioProjects" folder, but still, I am getting error like in the image, Before this path error It was working fine

    An error of the android studio canary

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

    Step3 - Learn how to use Room Database

    Posted: 03 Jul 2021 05:53 PM PDT

    In this part of attendance app in kotlin tutorial, you will learn how to use Room database and Completable from RxJava

    https://mihfazhillah.medium.com/build-simple-attendance-app-in-kotlin-part-3-save-student-record-into-database-using-room-4800d4f9af2a

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

    In a bit of a coding pickle

    Posted: 03 Jul 2021 05:25 PM PDT

    Been trying to create a recyclerview but the static method

    So, I am trying to change this:

    recycler_view.adapter = ExampleAdapter(exampleList)

    into one with a findViewById method but I can't seem to find anything to help.

    I hope I may get some help with this.

    Thank you,

    W

    FYI, this is in Kotlin for Android, BTW.

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

    When using Clean Architecture with modules, where should you check on internet connection?

    Posted: 03 Jul 2021 08:58 AM PDT

    The most obvious place for me would be in data module, but since the internet check requires a Context instance I find it puzzling since we don't want data module to depend on any android stuff. I can try to inject it but that's just cheating

    so where can I put this check?

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

    Best Courses in Kotlin For Beginner/Mid Level

    Posted: 03 Jul 2021 02:37 PM PDT

    I know this is the same old question, but what are the best courses for Android that demonstrate best practices and clean architecture, and explain all the necessary concepts to become an Android Developer?
    I am not a complete beginner but I have never covered a course where best practices are shown, I just google to find solutions :D

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

    Wrap content to a text with clipped shape in Compose.

    Posted: 03 Jul 2021 06:27 AM PDT

    Wrap content to a text with clipped shape in Compose.

    Hi guys

    I have a text compose and I want to apply a triangle shape on it, I applied the tringle successfully but the text doesn't wrap inside the triangle shape, it seems that the shape doesn't cut the view to be tringle, it only draws above it or thing like that.

    https://preview.redd.it/vztw7s6c10971.png?width=209&format=png&auto=webp&s=0467b0e95776315a9a98b30abd50e93ae55a2d11

    Text( modifier = Modifier .clip(TriangleShape) .background( Brush.horizontalGradient( listOf( Color(0xff4F0D37), Color(0xffD73046) ) ) ), text = "150", color = Color.White, ) 

    Any tip will be appreciated :)

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

    ro.serialno Is it necessary???

    Posted: 03 Jul 2021 01:58 PM PDT

    I have an embedded build on a generic Android streaming box where the property ro.serialno is not being set properly by uboot -> init (normally uboot sets the MAC or serialnumber via kernel cmdline, but this uboot version doesn't).

    Ultimately this means that ro.serialno is not set. This only seems to effect the "About" screen in Android settings (serial number shows as "unknown").

    So the question is: Is there anything important that actually NEEDS that property to be set???

    (If so, I could force it or rebuilt uboot. Of course would rather not......)

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

    How to deal with lying/angry customers and reviews?

    Posted: 03 Jul 2021 05:34 AM PDT

    I do not mean low effort "Shit" reviews, that does not bother me, I just ignore them.

    I mean customers who seem normal, but flip out with no apparent reason. Recent example, I got an email saturday, I replied within same day. We exchanged couple totally normal emails, then evening I went to meet my friends, and I wake up the next day (Sunday) to an angry, 10 lines review they gave me overnight. Describing in details how I ignore their mails, and stole their money.

    I mean, I was sleeping, and it is weekend...

    How do you deal with such people? I always ignore rude people and they do not get under my skin, but getting a bad review after investing my time into seemingly nice customer is always quite disappointing.

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

    How do I get to the google developer portal?

    Posted: 03 Jul 2021 09:18 AM PDT

    Where do I find the usual google developer portal? What is the actual adress? It was a long time I was checking my developer portal but I usually go to https://developers.google.com/ and then I can navigate to my portal from there. Now though I cant find it. The only thing I see is some Black Founders Apply now button for pushing black developers or something (diversiiiity). I can see that I am logged into my google account because I see my icon in the top right. If I hover over the settings icon I see "Create Google Developer Profile". Do I need to create a new one?

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

    Pass Parcelable args in the routes navigation, e.g. Compose

    Posted: 03 Jul 2021 09:08 AM PDT

    Hi, I have came across the new routes navigation, started to migrating my own small project and hit a problem - I cannot pass my custom Parcelable arguments by default! I looked through the net and haven't found any good enough solution. So I dived into the NavController code and using a dirty method - reflections - I managed to write my own extension method to pass args. Please check it out if you need this in your projects and let me know if there are some major problems or places for improvements. Thanks!

    https://github.com/Lastaapps/routes

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

    Does the Play Store allow you to publish an app whose sole purpose is to download another app?

    Posted: 03 Jul 2021 08:57 AM PDT

    I need to publish an app but can't because its targetSDKversion is lower than the required minimum of the Play Store (can't have it any other way). So I was wondering if there are any rules against publishing an app on the Play Store that when opened downloads the actual app from another place.

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

    Disk space for Android Studio on macOS.

    Posted: 03 Jul 2021 04:18 AM PDT

    Disk space for Android Studio on macOS.

    I'm on a M1 Mac and Using Android Studio Preview (Apple Silicon version)

    The Android Studio app takes about 1.8GB (in applications folder) and inside Library folder there are stuff which adds up-to 10GB.

    Total of ~11.8GB. is this normal for macOS Android Studio installation? or is it something to do with having a Beta version.

    https://preview.redd.it/jo9sxga9cz871.png?width=784&format=png&auto=webp&s=057de8f84855f9b95fc8c1ec0930ccccc6003f08

    https://preview.redd.it/1pp4ixkacz871.png?width=718&format=png&auto=webp&s=03910044977907bc647bf2186be5be815a7c588a

    would like to hear thoughts from you guys (using any OS). cuz I'm quite new to all of these.

    many Thanks.

    (hope this won't flagged as a "help me" post. cuz This is not something specific for me)

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

    SharedFlow asLiveData replays emissions - expected?

    Posted: 03 Jul 2021 01:41 AM PDT

    As the title suggests, converting a shared flow with a replay of 0 to livedata with the asLiveData extension will replay emissions (when on configuration change, for example) to new observers of that livedata.

    Would you consider this an issue and if so, how do you get around it? We already use the "standard" SingleLiveEvent helper to "mark" emissions as read, but it's not an ideal solution because it doesn't support multicast emissions.

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

    Mobile App Development Lifecycle: 8 Steps to Understand It

    Posted: 03 Jul 2021 01:08 AM PDT

    Is the age of mobile apps over?

    Posted: 03 Jul 2021 10:25 AM PDT

    51% of users download zero apps a month. And of those that get downloaded, only a fraction are novel apps by indie devs. Most are apps by the tech giants or those backed by huge marketing budgets.

    Considering that, does that mean demand for native mobile developers will dwindle together with the ability to make money as an indie developer? I am sure native developers will always be needed by the giants, but if more than half of consumers have stopped bothering downloading any new app at all, I find it hard seeing a future where demand will grow for mobile developers.

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

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel