• Breaking News

    Thursday, August 20, 2020

    Android Dev - OUTAGE? Can't release new app release on Google Play Dev Console

    Android Dev - OUTAGE? Can't release new app release on Google Play Dev Console


    OUTAGE? Can't release new app release on Google Play Dev Console

    Posted: 20 Aug 2020 01:59 AM PDT

    As of now, I'm getting an error when I try to release a new production release for an app:

    "An unexpected error occurred. Please try again later (7100000)"

    Anyone else getting this?

    EDIT: Can you guys access the chat option? I can't but if anyone else maybe they can do us all a favour and contact Support about this in real time?

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

    WindowInsetsCompat

    Posted: 19 Aug 2020 08:43 PM PDT

    Fragments: Rebuilding the Internals by Ian Lake

    Posted: 19 Aug 2020 10:23 AM PDT

    001: Dependency Injection: The things they never told you about.

    Posted: 20 Aug 2020 02:09 AM PDT

    Add banned user to another account

    Posted: 20 Aug 2020 09:24 AM PDT

    Hello all,

    I have a client in which he want to add me to his google play account, but what i'm afraid is that i already had an account and is banned.

    I want to know if he add me will he put his account in danger ?

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

    The more devs the merrier?

    Posted: 20 Aug 2020 08:08 AM PDT

    A quick hack to show only logs fired by your code using Timber

    Posted: 20 Aug 2020 08:06 AM PDT

    Hi all,

    So I was trying to figure out a way to filter out all logs fired by the system like dalvikvm and OpenGL. The first try was using filters, however, you can't really keep track of all classes in your app, especially if you use many libraries. So I found this trick to overcome this issue.

    class CustomTimberDebugTree(val tagPrefix: String) : Timber.DebugTree() { override fun log(priority: Int, tag: String?, message: String, t: Throwable?) { super.log(priority, "$tagPrefix.$tag", message, t) } } 

    In your Application class:

    if (BuildConfig.DEBUG) Timber.plant(CustomTimberDebugTree("CUSTOM_TAG")) else Timber.plant(CrashReportingTree()) 

    Now in the Logcat view use CUSTOM_TAG to filter the logs.. Hope this helps..

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

    Google Play In-App Review API is out

    Posted: 20 Aug 2020 07:39 AM PDT

    Create your own lint checks in android

    Posted: 20 Aug 2020 03:47 AM PDT

    User Activity Recognition || Activity Transition API || Kotlin

    Posted: 20 Aug 2020 07:13 AM PDT

    What do you use for the application ID for apps on the Play Store if you don't have a website?

    Posted: 19 Aug 2020 01:40 PM PDT

    Just curious to see how you guys name your application Id. I am publishing my first app and I am thinking about using something like com.MYAPPNAME or maybe even com.MYGITHUB.MYAPPNAME. Is there a standard convention?

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

    Coil 1.0.0-rc1 released

    Posted: 19 Aug 2020 08:31 AM PDT

    Dependency Injection with Dagger 2 - 55 lessons on caster.io

    Posted: 19 Aug 2020 10:56 AM PDT

    Now in Android #23

    Posted: 19 Aug 2020 11:55 AM PDT

    No comments:

    Post a Comment