• Breaking News

    [Android][timeline][#f39c12]

    Wednesday, June 1, 2022

    We've assembled a comprehensive list of developer facing changes announced for Android at Google I/O 22! Learn what's new at Android 13, Jetpack, Google Play and more… Android Dev

    We've assembled a comprehensive list of developer facing changes announced for Android at Google I/O 22! Learn what's new at Android 13, Jetpack, Google Play and more… Android Dev


    We've assembled a comprehensive list of developer facing changes announced for Android at Google I/O 22! Learn what's new at Android 13, Jetpack, Google Play and more…

    Posted: 01 Jun 2022 04:40 AM PDT

    Unity like app creation software ?

    Posted: 01 Jun 2022 03:54 PM PDT

    Hey, i'm new to the android dev world but used to create games on unity, i want to create an app for android and was wondering if something like unity is for games.

    Something with the ease of creation unity gives and the ability to create UI by clicking a button, but still having to code the functionality myself

    The big drawback of unity is the battery drain and lack of native ui so if something like that exists. Please let me know

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

    Android Studio Affecting Chrome?

    Posted: 01 Jun 2022 05:37 PM PDT

    Is it just me or is anyone else constantly getting signed out of their google accounts while using chrome and android studio at the same time?

    submitted by /u/Albert-o-saurus
    [link] [comments]

    How to control this urge to make the perfect app

    Posted: 01 Jun 2022 06:46 PM PDT

    As an app developer or maybe with any kind of product how to remove this urge to make the things perfect and then only go live

    What is the time you think that this is it now we/i have to go live ?

    How to make a balance between the creator and a buisness mind ,So i can create a good app while also make some profit from it .

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

    Physical address for publishing in the Play store

    Posted: 01 Jun 2022 05:38 PM PDT

    Google says it requires a physical address in order to post apps on the Play store. I don't want to use my home address anywhere public for security reasons. I don't have a business address or anything like that.

    I don't know what to do because I don't own anything to get a virtual mailbox or PO box. (All I have is a driver's license. I don't own a car. I don't own a house and I rent from a family member so no rent receipt or anything. I don't have a voter ID card. I don't have a passport.) And I've read things online saying that PO boxes/virtual mailboxes might not work anyways. So I'm really confused. Any help is appreciated. Thank you.

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

    When did Google make the review message required on the In-App reviews?

    Posted: 01 Jun 2022 10:05 AM PDT

    Users can leave reviews without a message just fine on the Play Store but when using the In-App reviews they require a message.

    Surely that makes most users just dismiss it without leaving a review?

    I've also been getting reviews in Spanish that say they are required to write 500 characters!

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

    How to get donations from your users without any issues from google play

    Posted: 01 Jun 2022 02:17 AM PDT

    i want to include a donation button so users can donate if they wish, but i got rejected by Google when I put the buymeacoffee link in my app. Is there any legit way to allow users to donate from inside the app?

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

    Publishing an app containing sensitive and maybe offensive text content.

    Posted: 01 Jun 2022 09:20 AM PDT

    Will my app get rejected as it may contain sensitive jokes?

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

    App Title

    Posted: 01 Jun 2022 03:09 PM PDT

    Why does Android Store not match the top app with the exact words you have written rather than an app that is in the same category ?

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

    android-java CSVWriter content format

    Posted: 01 Jun 2022 07:08 AM PDT

    So I've been trying to export my data in csv file. So far I've succeeded, except that the format is shown in the wrong format.. I want the contat to be displayed in table form, but the table is somehow inverted ( as if x and y axis are reversed).. Anyone got a tutorial or any idea on how to deal with this?

    I'm using opencsv library.

    Thank you in advance

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

    Customize OpenAPI Generator output for your Android App

    Posted: 01 Jun 2022 03:01 AM PDT

    Volume Control

    Posted: 01 Jun 2022 09:44 AM PDT

    Anybody knows how to add more than one Volume SeekBar and control them independently in Android Studio. Trying to create an environment sound experience app in which I need to control different sound's volume independently.

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

    SafetyNet vs. AppiCrypt comparison

    Posted: 01 Jun 2022 08:43 AM PDT

    AppiCrypt is a powerful tool that provides proof of app and device integrity for backends. In this article I addres common questions about these similar technologies and the application domains they can cover.

    https://medium.com/@talsec/mobile-api-anti-abuse-protection-appicrypt-is-a-new-safetynet-and-devicecheck-alternative-20cf7a07dfb0?source=friends_link&sk=2b50a76d1a7d2b5b86856e037a19e30c

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

    I need to access and edit an ArrayList from anywhere in the app

    Posted: 01 Jun 2022 10:32 AM PDT

    Hi,

    It might be a silly question but somehow I can figure out how should I model my app.

    I am trying to make small shopping app, it has some fragments, one to choose the item, another to customize and add the item, then payment fragment and so on.

    My question is where shall I put this sales item array list? So far, I put it in mainactivity and accessing it throught this activity.

    Is there a better model or any example that is going to help me use maybe less coding. Because I am getting lost at one point.

    Thanks in advance.

    submitted by /u/kirmus-kane
    [link] [comments]

    How to theme the "run" console in Android Studio?

    Posted: 01 Jun 2022 06:10 AM PDT

    How to theme the "run" console in Android Studio?

    Hi, I recently switched to android Studio for my Flutter development. I just wanted to know if I could make the run console a bit more colorful.

    In VS-Code, print() statement would be in blue color, and a log() statement in yellow, etc. This helped differentiate a lot of stuff easily.

    Is it possible to achieve the same in android studio? Thanks in advance.

    Android Studio run console

    VS Code run console

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

    problem with searchview

    Posted: 01 Jun 2022 12:50 AM PDT

    Hello! I'm writing this post because I need help for a school project.

    I have a ScrollView with buttons and I need to implement a SearchView so that I can search through my buttons.

    I've already opened a topic on Stack Overflow where you can find my xml file, my code and other information. I'll leave the link down below.

    Hope you can help, thank you!

    https://stackoverflow.com/questions/72445998/how-to-implement-a-searchview-to-search-specific-buttons-in-a-linearlayout

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

    Hi! Android Coroutines. I can’t wrap my head around this. Could someone explain to me what Android Coroutines and asynchronic programming is and why is it useful to use while creating an app? In layman’s terms please 🙏🏻

    Posted: 01 Jun 2022 02:32 AM PDT

    Has anyone successfully implemented Jetpack Compose into an existing app with MVP architecture?

    Posted: 01 Jun 2022 01:40 AM PDT

    How to show an interstitial ad after the user sees 20 quotes

    Posted: 01 Jun 2022 03:01 AM PDT

    I have 2000 quotes on my quote app, and when a user sees 20 or 30 quotes in a session, I want to show them an interstitial ad. After closing the interstitial ad, the user can read 20 or 50 quotes before the interstitial ad appears again.

    Is it possible, and the main question is, is it allowed, to show an interstitial ad in this manner

    here is SO https://stackoverflow.com/questions/72460031/how-to-show-an-interstitial-ad-after-the-user-sees-20-quotes

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

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel