• Breaking News

    [Android][timeline][#f39c12]

    Thursday, July 1, 2021

    Released Jetpack Compose first release candidate (v1.0.0-rc01) Android Dev

    Released Jetpack Compose first release candidate (v1.0.0-rc01) Android Dev


    Released Jetpack Compose first release candidate (v1.0.0-rc01)

    Posted: 01 Jul 2021 10:19 AM PDT

    Browsing Jetpack Compose samples

    Posted: 01 Jul 2021 03:16 AM PDT

    Navigation Component fragment artifact now contains a prebuilt implementation of a two pane layout

    Posted: 01 Jul 2021 05:00 PM PDT

    Initial Thoughts on Code Transparency

    Posted: 01 Jul 2021 08:38 AM PDT

    Should I drop $4K on my game advertisement? Or will it be just money burnt on nothing.

    Posted: 01 Jul 2021 03:57 PM PDT

    I spent about $200 so far on Ads. 8K users 4.8 rating About 20% retention after a month

    50% acquisition for people who land the page. (Organic downloads)

    Numbers seem good BUT..

    Game is not making any income mainly because I'm aiming towards poor countries because of the low cost of Ads.

    My strategy is to get 100k users by dropping $4k on advertisement So that after getting all those users the organic downloads from rich countries start rolling in.

    Is this a good strategy?

    submitted by /u/3absh
    [link] [comments]

    Question about naming my mobile game

    Posted: 01 Jul 2021 05:21 PM PDT

    Hey everyone!

    So I'm developing a game and I was thinking to name it "Don't touch the wall". I know it's not a unique name, but it fits exactly the description of my game. I searched this title on playstore and I found 2-3 games using this name.

    Would that be a problem, legally speaking? Can these type of titles get a trademark? Do I need to contact with google for clarification?

    Thank you in advance!

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

    From Nothing to Material Transitions

    Posted: 01 Jul 2021 04:33 AM PDT

    repeatOnLifecycle API design story

    Posted: 01 Jul 2021 04:40 PM PDT

    Device Verification methods?

    Posted: 01 Jul 2021 03:27 PM PDT

    I'm trying to build something that requires a device an authentic device(not emulator) and not rooted. I know about device attestation by Google and will use it I'm just wondering if there are other methods just to be thorough.

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

    Mac M1 Android Emulator

    Posted: 01 Jul 2021 02:30 PM PDT

    Diving headfirst in app dev. Only to realize my new Mac can only run the beta emulator for M1 Macs. Anybody got any clue when a full production version will be released?

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

    Were Support libraries e.g. v4 all replaced by AndroidX?

    Posted: 01 Jul 2021 01:57 PM PDT

    I'm working through Head First Android Development, but in one chapter it talks about support libraries and it doesn't seem to work as it says in the book. Is this due to androidx replacing them or something?

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

    Best way to pass down parameters to Composables?

    Posted: 01 Jul 2021 09:41 AM PDT

    I'm kinda new to Jetpack Compose, still trying to figure out the best practices. At first I saw Google assumed it would be a good idea to pass down parameters encapsulated in custom *ViewState data classes. Unfortunately as my Composable call chains were getting longer and longer, I ran into a problem where about the 4-5 function in the chain suddenly needs a ViewModel instance to call some functions on when i.e. a button click happens.

    How would you counter this? Injecting a ViewModel into every Composable kinda defeats the whole point of ViewState classes in my case and it also smells like bad design to me. I also thought about adding lambdas to the ViewStates, but then it means the "upper level Composables" (the MainScreen for example) will basically know about the "Composables deeper in the call chain" (a list item that needs a lambda for a click action). I wonder if that violates some rules related to data hiding.

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

    What percentage of you admob revenue is invalid traffic?

    Posted: 01 Jul 2021 06:34 AM PDT

    For the past two month one of my apps has had very good growth, which has made my estimated earning go up.

    I got excited because my record has been broken two month in a row.

    The annoying thing is that my invalid traffic is a significant part of that estimated earnings amount even though I have not been developing or testing any of my apps (I use my own apps once in a blue moon).

    This is how much my invalid traffic has been for the last two months:
    May 2021: 25%
    June 2021: 20%

    What are your average invalid traffic amounts?

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

    Are there any things that needs to be kept in mind while building Android app for say 1k users vs building app for 1 Billion users?

    Posted: 30 Jun 2021 10:24 PM PDT

    Hi,

    I have built apps that are being used by millions of users but whenever someone asks this question I do not have an asnwer. What do you think about this?

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

    How to inspect http request from phone to server

    Posted: 01 Jul 2021 06:27 AM PDT

    I want to inspect http request made from my phone to my server backend. The reason is, that it takes some unexpected long time to open a website what I have set as startpage in my browser.

    It's the same for Chrome, Samsung Internet and Firefox. I have set the same startpage in all browsers. If the browser is closed and I start them, it takes some seconds to load the page. I would like to know why it takes that long time. If I inspect the access log from the webserver, I can clearly see that from first request to send the result, it takes only 100ms. Something must prevent the browser from sending the request to the webserver.

    I have changed the DNS server on the phone, but this doesn't change the long running request. Also requesting the ip, instead of the domain didn't change the time.

    If the browser is open with a blank page and i request the url, the page opens quickly within 150ms.

    Any ideas?

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

    I would like advice from the members here on the subject of publishing and having an app searchable in the Google store.

    Posted: 01 Jul 2021 09:59 AM PDT

    If you were a developer and you developed a one page app with minimal functionality for something such as a calculator and called it "MyRedditCalc". If you then push that to the Google store. Assuming it passed the reviews/checks, how long do you think it might take before that app was searchable in the two stores for a person entering "MyRedditCalc" as a search criteria?

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

    Google to Replace APK with Android App Bundles (AAB) Starting August 2021

    Posted: 01 Jul 2021 09:45 AM PDT

    Keeping shared state between items of viewpager

    Posted: 01 Jul 2021 09:04 AM PDT

    Hey guys, I'm trying to build a gallery view similar to the one in Google Maps. Every image has an overlay description that should be hidden when user taps on image. I'm having issues maintaining a consistent state between photos in the viewpager. Basically if a viewpager has already preloaded next item and populate it's viewholder the view doesn't get an update when user taps in an image. So it can go from a picture with hidden overlay, to a picture that's showing the overlay.

    I'm thinking calling notifyDataSetChanged() may solve this but I'm worried about performance impact on this, since it'd need to update every other item in viewpager.

    Any ideas in how can I tackle this?

    Attaching gallery view from Google Maps so you can get an idea: https://i.imgur.com/It9otXm.mp4

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

    Google Fit

    Posted: 01 Jul 2021 05:12 AM PDT

    Hi everyone,

    Have you ever integrated Google Fit into any app other than the health and fitness category? If yes, did you get approval from Play Store?

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

    5 best screenshot makers for google play 2021 (Paid + Free)

    Posted: 01 Jul 2021 08:51 AM PDT

    Here, I made a case why you don't need screenshots until at least 4000 downloads per month.

    But if you get more downloads or if you don't want to listen to my advice.
    Screenshots makers are a good way to make some great-looking screenshots.

    Let's get into it!

    https://medium.com/augeo/5-best-screenshot-makers-for-google-play-2021-paid-free-cb17439e4758

    submitted by /u/Story-Line
    [link] [comments]

    Ad Creative Trends for Finance Apps

    Posted: 01 Jul 2021 05:46 AM PDT

    QuiteRoute - navigate to developer options and other activity easily

    Posted: 30 Jun 2021 06:56 PM PDT

    QuiteRoute - navigate to developer options and other activity easily

    Github: https://github.com/Jintin/QuickRoute

    Hi, don't know if there's anyone has the same problem as I have, but as a developer I often need to toggle the config in developer options so I made a tool to open this page quite easily as you can see in the below gif.

    https://i.redd.it/asrrfib6ci871.gif

    And beside of this main feature, the app also provide the functionality to open any exported Activity with the extra you defined, example here:

    https://reddit.com/link/obbq39/video/uchhmjkybi871/player

    Hope you guys will enjoy it, and welcome to prs or comments, thanks.

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

    What do I do instead of Crashlytics?

    Posted: 01 Jul 2021 10:56 AM PDT

    With Crashlytics gone, what am I supposed to do to get production crash stacktraces?

    Thanks.

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

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel