• Breaking News

    Sunday, October 31, 2021

    Android Dev - Launcher icons are removed from your home screen when uninstalling an app. That's annoying. I made an app to fix it.

    Android Dev - Launcher icons are removed from your home screen when uninstalling an app. That's annoying. I made an app to fix it.


    Launcher icons are removed from your home screen when uninstalling an app. That's annoying. I made an app to fix it.

    Posted: 30 Oct 2021 09:23 PM PDT

    Have you ever uninstalled and reinstalled your app and got annoyed your app icon was removed from your home screen?

    This happens all the time during app development when installing an older version or a version signed with a different certificate.

    I created ShortcutCreator to work around this problem. Use it to create a shortcut to your app. This shortcut:

    1. Is not removed when your app is removed.
    2. Works again when your app is reinstalled.
    3. Looks like your app's icon.

    It uses ShortcutManagerCompat and simply launches an Intent to start your app.

    The source to the entire app is here: https://github.com/Repkap11/ShortcutCreator

    Or an APK: https://github.com/Repkap11/ShortcutCreator/raw/master/app-debug.apk

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

    How do I smooth the bottom sheet height when making the view invisible? How can I animate that?

    Posted: 31 Oct 2021 01:56 AM PDT

    Working on some software for the retail techs out there, here is one of the features I’m working on (AutoSetup w/o NFC or USB debugging)

    Posted: 30 Oct 2021 09:59 AM PDT

    One star rating but positive comment after integrating In App Reviews inside our Android apps ��

    Posted: 31 Oct 2021 12:19 AM PDT

    Is it possible to gather any information about GPU power consumption?

    Posted: 31 Oct 2021 08:53 AM PDT

    I'm trying to find information\dumps about Android GPU power consumption.
    I've tried exploring system files right on the Android, then using ADB (dumpsys, and options that may be related to the gpu and its power consumption, like battery, batterystats, gpu, power), but found nothing.

    Also, I've found a stackoverflow post [link], where some paths are presented, but when I tried accessing these files with ADB, I was getting a "permission denied" warning. I'm not sure, is it because of non-root device I had (Unfortunately, it's not my device, I can't just root it). My priority is to find a way that doesn't require rooted system, but every information that is related to this topic would really help.

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

    How much can an app with 350 DAU and around 20,000 chat messages exchanged per day and 30k screen views per day earn via Google Admob? Right now I am being charged around 80 USD per month for Firebase database and server charges. Will I be able to recover it via Ads?

    Posted: 31 Oct 2021 03:48 AM PDT

    Can experienced app developers and Admob users help me out in answering this question or will it be a waste of time and I should shut the app down?

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

    question

    Posted: 31 Oct 2021 05:44 AM PDT

    j ai utilisé mon smartphone comme émulateur et j'ai perdu mon projet android et je veus le récupérer est ce que c est possible ???

    submitted by /u/Accomplished-Bit-495
    [link] [comments]

    Do you have any favorite blog writers (ideally from Seniors, Leads, etc.)

    Posted: 30 Oct 2021 06:06 PM PDT

    title more or less. Just wondering if there are any decent blog or content writers worth following.

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

    How do I fix problem about PendingIntent in AlarmPingSender (Android 12)?

    Posted: 30 Oct 2021 09:31 PM PDT

    I love Minecraft and I do a cube gun into my mobile game and use it to make 2d Halloween pumpkin.

    Posted: 31 Oct 2021 05:42 AM PDT

    Android 12 - Deactivate Stretch/Bounce effect for certain elements

    Posted: 30 Oct 2021 09:23 AM PDT

    Hey,

    I have developed an app that can display sensor data using some charts implemented using MPAndroidChart that are embedded in a ScrollView. Now I upgraded my Pixel 4a to Android 12 and the whole ScrollView just lags a lot when scrolling. With Android 11 everything was pretty smooth. The charts are updated with quite a high refresh rate, so I suspect the whole new stretch/bounce animation might be responsible for the bad performance. Anyone ones whether is possible to deactivate this effect for certain view elements? And is someone maybe experiencing a similar problem?

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

    Is there any learning source/ github repo talking about using ktor web sockets in android for instance chatting app?

    Posted: 30 Oct 2021 09:05 AM PDT

    No comments:

    Post a Comment