• Breaking News

    [Android][timeline][#f39c12]

    Wednesday, September 1, 2021

    How Google Terminated my Play Store Developer Account. Seven years of rejected appeals. Android Dev

    How Google Terminated my Play Store Developer Account. Seven years of rejected appeals. Android Dev


    How Google Terminated my Play Store Developer Account. Seven years of rejected appeals.

    Posted: 01 Sep 2021 04:44 AM PDT

    How Google Terminated my Play Store Developer Account. Seven years of rejected appeals.

    After 7 (seven) years of appeals, I've decided to share my story.

    https://medium.com/@fragmenteddeveloper/%EF%B8%8F-google-terminated-your-play-store-developer-account-2e7dc828a8af

    People can change, and a company shouldn't have the right to say forever.

    Change my mind please.

    Change my mind please

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

    Android Studio - Arctic Fox | 2020.3.1 Patch 2 now available

    Posted: 01 Sep 2021 11:58 AM PDT

    StateFlow as replacement for LiveData is not a perfect match.

    Posted: 01 Sep 2021 04:36 AM PDT

    I started to use StateFlow instead of LiveData in my ViewModels and every time I have a feeling that what I am doing is wrong. Mostly I did not like boilerplate I have to add in UI to consume SharedFlow and keep it lifecycle aware. Recently I read this - article

    Looks like boilerplate I added in UI was just tip of the iceberg. Great to hear your thoughts! Thank you.

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

    A Bit of Gradle Housekeeping - zsmb.co

    Posted: 01 Sep 2021 01:36 PM PDT

    The Shift Left in Mobile Engineering

    Posted: 01 Sep 2021 11:40 AM PDT

    Undocumented change in Arctic Fox/AGP 7: src/*main*/kotlin now automatically detected, no need to modify build.gradle

    Posted: 31 Aug 2021 07:45 PM PDT

    Help with Android Emulators

    Posted: 01 Sep 2021 03:31 PM PDT

    I'm trying to use an app on the emulator which doesn't block emulators but blocks rooted devices. Is there any way I can hide that I'm using a rooted device or turn it off? I'm aware emulators like BlueStacks etc can run this app without a problem so it's got nothing to do with me using an emulator

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

    Starting with Compose. Things I'm not comfortable with so far.

    Posted: 01 Sep 2021 01:41 PM PDT

    I've started with Jetpack Compose not because I need it, but because I want to understand modern codebases. I was already a big fan of custom views, so this idea of small composable components suits well with my style, but there are a lot of things about this library I don't really like so far:

    • Why not classes instead of functions? That way instead of using by remember for the view state we could have just class members. Compose could detect them at compile time or using reflection.
    • Breaks Java naming convention (uppercase function names).
    • Structure mixed with theming/customization and handlers/listeners.
    • @Preview hack littering production files.
    • Tons of new things to re-learn (Modifier.whateverFunction(someDimension))).
    • No visual View catalog, you need to know a certain view exists in advance!
    • Complicated React-style state management with delegates.

    Do you thing some of these points could be addressed in future releases?

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

    Is there away to use Play Store subscription as reward?

    Posted: 01 Sep 2021 09:45 AM PDT

    This could be a huge question but can anyone guide me how can we extend users subscription by let's say 15 days for a referral reward.

    Is it even possible or do I need something else?

    Important point to keep in mind is the user already have an active subscription.

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

    Material Components 1.5.0-alpha03 · Early access preview of Material 3

    Posted: 31 Aug 2021 04:42 PM PDT

    Gradle build speed myth?

    Posted: 31 Aug 2021 09:49 PM PDT

    There is a general myth that Gradle builds are generally slow.

    For those of you who work on large apps that tens of millions of people uses, what's your opinion?

    1. Is android gradle build actually slow? Or is it mostly due to poor developer work/maintenance?

    2. In C++ world, where you make a small change like adding a semicolon in c++ implementation file, it typically builds only the cpp file that has changed which takes like less than a second. Then it goes to the linker phase which typically is slowest phase of all. Even then it tends to build really fast. In gradle, is it even possible say a semicolon change in implementation in a super large project takes less than 10 seconds? Why or why not?

    3. If #2 is false, you cannot make large project rebuild in less than 10 seconds in general for a semicolon change, why can we not make a compiler build tool smart enough to recognize it just needs to recompile something extreamly trivial?

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

    Is ban of Google dev account after 3 app suspensions Truth or Myth?

    Posted: 01 Sep 2021 09:10 AM PDT

    Today I red multiple post on Internet about Google banning dev account after 3rd violation of Google Play rules.

    I like to ask if this is strict/enforced rule or something rare more likely to happen if dev openly/visibly abuse Google rule?.

    I like to know you opinions and experience on this topic. Thank you

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

    37 days since Jetpack compose was released, what is your learning state?

    Posted: 01 Sep 2021 12:46 PM PDT

    Can I make a living as a freelance android developer?

    Posted: 01 Sep 2021 05:31 AM PDT

    I want to start to learn mobile app development, so it means there are 2 options right? Android or ios, so freelance wise is android developer better?

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

    Nested RecyclerView Vs. Two different view types performance question.

    Posted: 01 Sep 2021 08:50 AM PDT

    I'm currently building a workout app, and am listing the name of the workouts, and beneath that a list of exercises that are included.

    Eg.

    Chest

    3 x push ups

    3 x bench press

    Back

    3 x deadlift

    3 x pull up

    I was wondering which of the options in the title would give me better performance. Thanks!

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

    Is there a specific permission for "Allow App Installations from Unknown Sources"?

    Posted: 01 Sep 2021 04:07 AM PDT

    Permissions such as android.permissions.WRITE_EXTERNAL_STORAGE, etc. I've tried looking through the permissions in adb before and after granting this permission through settings and can't seem to see a difference in the app's permissions.
    install_non_market_apps 1 in secure/global settings doesn't seem to work either (and I wasn't expecting this to work per app).

    Is there no way to grant this "Allow App Installations from Unknown Sources" permission without going to the device settings?

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

    Can't download Android Studio installer from official site.

    Posted: 01 Sep 2021 07:31 AM PDT

    Can't download Android Studio installer from official site.

    Simply trying to download Android Studio installer from https://developer.android.com/studio.

    Sending me to a google 404 error. (See video below)

    Tried on two different browser.

    Does anybody have the same problem?

    https://reddit.com/link/pfv3rb/video/78uddbu0kwk71/player

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

    Phone number OTP verification with Firebase

    Posted: 01 Sep 2021 05:53 AM PDT

    In this era of mobile application development, Authentication is a basic need of every application in the market, there are many types of authentication like Facebook login, email login, phone number OTP verification available using firebase in android. In this blog, we will learn phone numbers with OTP verification with firebase. With firebase phone, number authentication use will get OTP(one-time-password) through SMS to sign in.

    https://blog.yudiz.com/phone-number-otp-verification-with-firebase/

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

    Have anyone tried Yodo 1

    Posted: 01 Sep 2021 05:47 AM PDT

    I got an email from Yodo 1. They are telling me to work with them. So, my question is have anyone tried Yodo 1? Is it good?

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

    Update Android app without user interaction

    Posted: 01 Sep 2021 05:28 AM PDT

    I have an android app running on multiple tablets enclosed in transparent cases and I'm using the app only for displaying some instructions to the user and don't expect any interaction from the user. Every time I change the code, I have to open the cases and push the update after connecting the tabs to my computer with a USB cable one by one. Is there any way I can push updates to the app without access to the tablet and no user interaction? All the tablets are on the same local network as my computer if that makes it easier.

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

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel