• Breaking News

    Sunday, June 5, 2022

    Android Dev - What does Google Play "In review" mean, and why does it even exist?

    Android Dev - What does Google Play "In review" mean, and why does it even exist?


    What does Google Play "In review" mean, and why does it even exist?

    Posted: 05 Jun 2022 09:57 AM PDT

    I am a solo developer running a small app, but it's big enough to make me stressed AF when something bad happens. Now the shit really hit the fan, and I managed to release a version of the app that's crashing on 100 % of all Android devices on boot.

    I have a fix for it that's now been "In review" for about 16 hours. Sometimes this process takes like 10 minutes, but sometimes it seems to take days. What I can't understand is how it works? When you upload an app that crashes on boot on iOS, it'll get rejected immediately citing lack of completeness. But obviously, the Google Play team won't even open the app during the review (as they managed to let through my previous version of the app that crashes instantly). I will add that it took about 1-2 days for them to approve that version too.

    So I'm wondering - what's it even for? And why does it take so long if they're not even opening up the app? And is there ANYTHING you can do to speed up the process? I'm getting a new 1-star review every 20 minutes as I'm writing this...

    Edit: Clarifying the core question a bit:

    While it's obvious Apple has real people reviewing the apps, it feels more and more like Google Play isn't really reviewing the app at all. More like it's a smoke show. Does anyone know how a "Google Play review" is carried out, and are there humans involved?

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

    Preferences Data store must have context ?

    Posted: 05 Jun 2022 08:46 AM PDT

    Can i use it like old shared preferences without passing context from Composable to View Model?

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

    On android there's a show pointer location overlay but it comes with this ugly coordinates box at the top. Is there a way to remove it or move the notifications panel down?

    Posted: 05 Jun 2022 02:00 PM PDT

    Remove/hide items from listview

    Posted: 05 Jun 2022 11:55 AM PDT

    I have a fragment (property details) in which i have property details and a button which will show the dialogfragment that will show the tennants list in a listview after the button is clicked. User can select multiple items (tennants) that he wants to add to that property and they will be shown in a listview that is inside fragment (property details). Now when i go to different property and try to add some tennants i want the ones that are already added to be hidden from the user so he can see only available tennants not the whole list. I am working with firebase and i tried a lot of workarounds but i simply cannot get it to work. If anyone can help i would appreciate it a lot, ty in advance.

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

    Stuck with one simple task on android stu.

    Posted: 05 Jun 2022 02:52 PM PDT

    A family member wanted a simple app and for some reason the task fell on to me and I'm too shy to refuse, so i said it's simple enough I'll learn a bit and do it (he wanted 3 pages with a page counter and text in the middle). but every tutorial or guide I've seen is either overcomplicated, oversimplified or teaches you like you already knew basics so he ends brushing them off, so does anyone know about a playlist or video that's perfect for what I need to do? and thank you a lot :D

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

    Can I have a personal and company admob account?

    Posted: 05 Jun 2022 04:26 AM PDT

    Is this allowed or will it get me banned?

    Furthermore can I have both run in the same app at the same time? I'm trying to switch over one of my apps from personal to business, but don't want to switch the other apps on my personal account so I don't want to close my personal account yet.

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

    Gradle Kotlin-Dsl configurations block with buildType

    Posted: 05 Jun 2022 10:04 AM PDT

    Hi,

    I recently converted my android project from groovy to kotlin.

    My project has 3 buildTypes (debug, release, preRelease)

    As debug and release are built-in buildTypes so gradle automatically creates its respective configurations as:

    debugImplementation

    releaseImplementation

    debugApi

    releaseApi

    and so on.....

    But for my custom buildType "preRelease" its not creating the following

    preReleaseImplementation

    preReleaseApi

    Previously on groovy, I simple had to do this

    buildTypes {

    release {}

    debug {}

    preRelease {}

    }

    configurations {

    debugImplementation

    releaseImplementation

    preReleaseImplementation

    }

    dependencies {

    debugImplementation(name: 'DEV', ext: 'aar')

    preReleaseImplementation(name: 'PRERELEASE', ext: 'aar')

    releaseImplementation(name: 'RELEASE', ext: 'aar')

    }

    CAN ANYONE HELP ME?

    THE MAIN AIM FOR THIS IS TO load my aar files from lib folder based on buildType.

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

    Why recyclerview's scroll event changes childview's left and right value but not recyclerview's scrollx?

    Posted: 05 Jun 2022 05:58 AM PDT

    Why does my phone shut down completely when I turn it off?

    Posted: 05 Jun 2022 01:09 PM PDT

    No comments:

    Post a Comment