Released Jetpack Compose first release candidate (v1.0.0-rc01) Android Dev |
- Released Jetpack Compose first release candidate (v1.0.0-rc01)
- Browsing Jetpack Compose samples
- Navigation Component fragment artifact now contains a prebuilt implementation of a two pane layout
- Initial Thoughts on Code Transparency
- Should I drop $4K on my game advertisement? Or will it be just money burnt on nothing.
- Question about naming my mobile game
- From Nothing to Material Transitions
- repeatOnLifecycle API design story
- Device Verification methods?
- Mac M1 Android Emulator
- Were Support libraries e.g. v4 all replaced by AndroidX?
- Best way to pass down parameters to Composables?
- What percentage of you admob revenue is invalid traffic?
- 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?
- How to inspect http request from phone to server
- I would like advice from the members here on the subject of publishing and having an app searchable in the Google store.
- Google to Replace APK with Android App Bundles (AAB) Starting August 2021
- Keeping shared state between items of viewpager
- Google Fit
- 5 best screenshot makers for google play 2021 (Paid + Free)
- Ad Creative Trends for Finance Apps
- QuiteRoute - navigate to developer options and other activity easily
- What do I do instead of Crashlytics?
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? [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! [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
| ||
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. [link] [comments] | ||
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? [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? [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. [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: What are your average invalid traffic amounts? [link] [comments] | ||
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? [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? [link] [comments] | ||
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? [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 [link] [comments] | ||
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? [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. Let's get into it! https://medium.com/augeo/5-best-screenshot-makers-for-google-play-2021-paid-free-cb17439e4758 [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
| ||
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. [link] [comments] |
You are subscribed to email updates from Developing Android Apps. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment