• Breaking News

    Friday, September 10, 2021

    Android Dev - Shipping Clubhouse on Android in 10 Weeks

    Android Dev - Shipping Clubhouse on Android in 10 Weeks


    Shipping Clubhouse on Android in 10 Weeks

    Posted: 09 Sep 2021 08:01 PM PDT

    Google introduces private computing services for Android 12 Beta

    Posted: 10 Sep 2021 01:49 AM PDT

    How do you deal with clones of your apps?

    Posted: 10 Sep 2021 07:45 AM PDT

    Hi all.

    I found my app cloned on Google Play Store. It is a bit modified, some features are cut off, some buttons don't work. I decompiled the apk and I'm sure that this is my app processed with some tool that included Flutter files to apk (?). My app was written in Java.

    I can contact Google or I can contact the "developer" first. I'm curious if anyone had similar situation and what actions did you take.

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

    Jetpack Compose - Learn with code

    Posted: 10 Sep 2021 07:40 AM PDT

    https://proandroiddev.com/learn-with-code-jetpack-compose-states-and-custom-shapes-part-2-eb6200f40514

    Hi guys, if you want to explore Jetpack Compose - checkout my article! Would love to get your feedback on the same. Last but not the least, if you liked the article don't forget to clap and follow me :)

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

    Android 12 - Material You theme not working in emulator created from Android Studio

    Posted: 10 Sep 2021 04:21 AM PDT

    I have created an Android Emulator(details provided below)

    Environment details are

    Device: Pixel 4

    CPU: x86_64 and arm64

    Android 12 Beta 5

    Android Studio Artic Fox Patch 2 and Android Studio Bublebee Canary 11

    PC OS - Ubuntu 20.04

    When the emulator is created and I change the wallpaper, the wallpaper changed but the theme remained unchanged. I also could not see the color option in the Wallpaper & Styles section in the Settings.

    So my question is

    Is Material You supported in the emulator, if yes, then how can I achieve this?

    Any help would be appreciated.

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

    App on the store for past 6 months removed for noncompliant active URIs?

    Posted: 09 Sep 2021 11:23 AM PDT

    For a school project we built an app for a nonprofit organization and had it recently removed for noncompliant active URIs.

    The message:

    Hello Google Developer,

    We are writing to let you know that you have active OAuth redirect URIs and JavaScript origins in your Google Cloud project that are not in compliance with Google's OAuth URI validation rules. All noncompliant active URIs will be removed, along with their origins, by September 13, 2021.

    What do I need to do to be compliant? Please update your app and OAuth configuration in the Google Developer Console to use redirect URIs or JavaScript origins that are compliant with the OAuth URI validation rules by September 13, 2021. The following Google Cloud project(s), which has/have registered URIs and origins that are out of compliance, and which will be removed if you do not update your OAuth flow to use compliant redirect URIs and Javascript origins by September 13, 2021:

    Project ID: school-project Client: sdf54we8f4e2g8f-vq45fqf48qwf4q8f4q8f74q45.apps.googleusercontent.com

    URI: http://ec2-123-456-789-10.us-west-1.compute.amazonaws.com:8081

    URI: http://ec2-987-654-321-11.us-west-1.compute.amazonaws.com

    If you have any questions or concerns regarding these changes, please review the documentation provided above in this email.

    Could someone please explain what the problem is and why it got removed? Is it because of the non https endpoint? I don't have control over that.

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

    What's the next best app store with sms permissions and subscription models after Google Play? Amazon?

    Posted: 09 Sep 2021 11:29 PM PDT

    Looking for other option to publish my app with following criteria:

    - SMS and Call permissions must be available
    (https://www.reddit.com/r/androiddev/comments/abh353/guidelines_for_call_recorder_apps_for_googles_jan/)

    - Subscription model

    Is Amazon my goto -place then or are there other options?

    If someone has experiences regarding their own apps in said stores, would be really cool to hear.

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

    Detect a bank check in camera preview

    Posted: 09 Sep 2021 01:54 PM PDT

    Hey r/Androiddev,

    I am having a hard time finding results for how bank apps are able to detect a check in their camera preview - could anyone point me to an SDK or documentation on achieving something similar?

    Thanks!

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

    Research for my Term Paper

    Posted: 09 Sep 2021 09:57 AM PDT

    Guys, I'm developing my Term Paper, which will be an application, and for that, I need to do research.

    Answer to help me, please 😬
    https://forms.gle/RSEPEAqpbdKnWrEw8

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

    Android studio eat my C drive space

    Posted: 09 Sep 2021 09:03 PM PDT

    I build my react native android and my C drive space lost around 5GB but when restarting the PC the space is comes back. I have install my android studio in another drive which is in drive D. Is it normal?

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

    Does Android Compose kill old UI components like Drawer menu?

    Posted: 09 Sep 2021 07:52 PM PDT

    I've a doubt. Doesn't Android Compose work with Drawer menu component anymore? I mean do I have to work with other entirely new kinda UI components? (I've began studying Compose only a couple weeks)

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

    Since this method is the cause of some deprecations, can someone tell me some usecases where you would use tags for Contexts (or in general, need to distinguish those)?

    Posted: 09 Sep 2021 11:47 AM PDT

    Best practices for reporting a bug?

    Posted: 09 Sep 2021 01:34 PM PDT

    Today a user found a bug on my app, but didn't know how to recreate it, he only told me where it happened. I have a report a bug button in the app but its just a mailto: link. What would be the best approach for reporting a bug? I was thinking to log every single click / action he makes, temporary, it begins when the game starts and deletes it when it closes, and if the user found a bug during his playthrough he can click the report a bug button and it send me an email with that log, so I can easily recreate it. What is your take on this subject?

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

    How do expense tracking apps connect to your bank account?

    Posted: 09 Sep 2021 11:56 AM PDT

    I want to build an expense tracking app for my portfolio. How do developers for apps like Mint build integrations with users bank accounts?

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

    adb backup - why compulsory password?

    Posted: 09 Sep 2021 10:35 AM PDT

    Hi all,

    I am trying to do a backup of an app's sqllite DB.

    I used to do it without any problem with the command:

    > adb backup -noapk com.myapp

    it used to ask me for a password, I did not put any , and then pressed enter.

    Now, after months, I have tried again, but surprise... it is like compulsory to enter a password.

    The "back up my data" button is grayed out and it gets enabled only if I enter some password.

    Any hints on how to make that button enabled again without entering any password?

    The goal is to extract a DB from a non debuggable app.

    Cheers

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

    Features you want in a flashcard based language learning app

    Posted: 09 Sep 2021 10:23 AM PDT

    So i was wondering what features people are missing in a language learning app based on flashcards that is not implemented yet in various apps that exist (anki, duolingo, etc.), or janky attempts that don't satisfy you completely?

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

    No comments:

    Post a Comment