Android Dev - Weekly "anything goes" thread! |
- Weekly "anything goes" thread!
- Simplifying Jetpack Navigation between top-level destinations using Dagger-Hilt
- What tools are you using in your Android CI
- Creating secure Applications tips
- Crashy, a small reporter library based on the new AndroidX Startup
- Which SMS Auth for Login service do you use and why is it the best?
- Unable to create Google Play Developer Console account
- Simplifying Jetpack Navigation between top-level destinations using Dagger-Hilt
- Inspect a webview
- Android Makers 2020
- Fragment Lifecycles in the Age of Jetpack - zsmb.co
- Android Studio 4.2 Canary 2 available
- Did anyone else using Google Play Subscriptions see a drop in numbers between 2020-06-18 21:00 (UTC) and 2020-06-19 07:00?
- There's this app that gives you free credit on sign up. I have tried reinstalling and doing everything I can to get them again but it never works and always tells me this phone is already associated with a different account. How exactly do they know that?
- How it your Firebase Cloud Messaging notification model looking like?
- How hard could it be?
- Anyone else had a sudden drop in downloads?
- How do you manage your Android projects?
- What are the most commonly used methods of app attacking?
- Pre-launch report lists unsupported APIs that all appear to be referenced by Firebase
- Amazon App Store
- Not enough skins in AVD
Weekly "anything goes" thread! Posted: 19 Jun 2020 05:40 AM PDT Here's your chance to talk about whatever! Although if you're thinking about getting feedback on an app, you should wait until tomorrow's App Feedback thread. Remember that while you can talk about any topic, being a jerk is still not allowed. [link] [comments] | ||
Simplifying Jetpack Navigation between top-level destinations using Dagger-Hilt Posted: 19 Jun 2020 04:25 AM PDT | ||
What tools are you using in your Android CI Posted: 19 Jun 2020 07:14 AM PDT Hi everyone, I was curious to learn how teams are using their Android CI pipeline to catch issues/bug earlier in the development process. Few things I was curious about:
What I have right now is:
Thank you [link] [comments] | ||
Creating secure Applications tips Posted: 19 Jun 2020 05:28 AM PDT
| ||
Crashy, a small reporter library based on the new AndroidX Startup Posted: 19 Jun 2020 08:45 AM PDT Hello fellow Android devs, I decided to slice off these utils (I've been using inside my projects for crash reporting when I've given to people to test the apps) into a nice simple library. Meet Crashy, based on AndroidX Startup, primarily it was implemented with content provider now this improvement from Google is a nice addition. Overall it's a tiny library to save your crash reports to the device's storage with lots of details of what went wrong so that you can later on export and do whatever you want with them. Let me know what you think and happy usage to y'all! [link] [comments] | ||
Which SMS Auth for Login service do you use and why is it the best? Posted: 19 Jun 2020 08:00 AM PDT I need a very robust, reliable service to work in USA, UK, India and some of the other Western European countries. Price is no bar but I need a tried and tested service. [link] [comments] | ||
Unable to create Google Play Developer Console account Posted: 19 Jun 2020 04:25 AM PDT Is anyone else experiencing this? I cannot complete the sign up process because I can't get to the payment option. The website seems to be broken due to a 404 error downloading a js file. [link] [comments] | ||
Simplifying Jetpack Navigation between top-level destinations using Dagger-Hilt Posted: 19 Jun 2020 04:04 AM PDT | ||
Posted: 19 Jun 2020 04:00 AM PDT This is the best match of a sub/r that I found to ask this, so if it's not the correct place, let me know. I want to know if it's possible to inspect a webview inside an app ( that I don't own ) - Basically open something like the chrome devtools on it. Thanks for any help! [link] [comments] | ||
Posted: 18 Jun 2020 06:55 PM PDT
| ||
Fragment Lifecycles in the Age of Jetpack - zsmb.co Posted: 18 Jun 2020 09:04 AM PDT | ||
Android Studio 4.2 Canary 2 available Posted: 18 Jun 2020 11:04 AM PDT | ||
Posted: 19 Jun 2020 12:47 AM PDT Our app uses subscriptions and we're have a system ourselves where we track subscriptions and we saw a drop in new subscribers from Google Play in the mentioned time span (2020-06-18 21:00 (UTC) and 2020-06-19 07:00). Was there a Google Play Outage? We generally have a good amount of subscriptions per hour (sometimes triple digits) and it dropped to almost zero during that time span. [link] [comments] | ||
Posted: 19 Jun 2020 12:09 AM PDT | ||
How it your Firebase Cloud Messaging notification model looking like? Posted: 19 Jun 2020 02:57 AM PDT How it your Firebase Cloud Messaging notification model looking like? [link] [comments] | ||
Posted: 19 Jun 2020 01:12 AM PDT I have Verizon wireless, and I also have their call filter app. I'm less then impressed with its performance. See it blocks calls, but not nearly enough of them. I get over 15 calls a week from what call filter describes as "unknown name" and then some random number (I assume spoofed). I'd really like these calls blocked. Who is interested in developing an app to block calls / prevent them from ringing based on the caller ID / call filter name, instead of the number? [link] [comments] | ||
Anyone else had a sudden drop in downloads? Posted: 18 Jun 2020 12:30 PM PDT
| ||
How do you manage your Android projects? Posted: 18 Jun 2020 01:11 PM PDT Just made my first Android app using Android Studio. I noticed that Google don't let you upload the same version code of the same APK (understandably). How does everyone therefore manage their apps? Will you do a "save as" of your app project and work on a different project file for each version, or do you just change the version type before releasing a new APK? Are there any best practices I should try and follow when it comes to managing my app? [link] [comments] | ||
What are the most commonly used methods of app attacking? Posted: 18 Jun 2020 09:02 AM PDT My ex co-worker tried to steal my Google Developer account. I performed all actions to protect Google account and writed to Google support.Just in time I observed he was spamming test-orders, so I removed test mails.If there anything I can make to prevent future attacks, and which they can be? App have no backend part. [link] [comments] | ||
Pre-launch report lists unsupported APIs that all appear to be referenced by Firebase Posted: 18 Jun 2020 03:32 PM PDT Am I reading this correctly? API (unsupported) Warning - Issue 1 of 20 - Called 4 times during testing API: Ljava/nio/Buffer;->address:J Stack trace #1 StrictMode policy violation: android.os.strictmode.NonSdkApiUsedViolation: Ljava/nio/Buffer;->address:J etc. All have Firebase in the stack trace. I guess I just ignore it since it's not in my control? [link] [comments] | ||
Posted: 18 Jun 2020 01:54 PM PDT I have submitted my game to the Amazon App Store for the first time. The game has been on Google Play for 2 weeks or so. Just wondering for people who have uploaded on Amazon Appstore and Google Play, did you see any significant differences in terms of downloads, revenue, engagement etc? [link] [comments] | ||
Posted: 18 Jun 2020 11:02 AM PDT I'm developing a small python program to generate screenshots of your app for Google Play. It works on emulators and real devices alike, but I can't find a single AVD skin with the right dimensions for my phone. My Mi 9 has a 2340x1080p display, but none of the builtin skins support this, and I can't find any with these dimensions online, either on GitHub or the Samsung website. I'm wondering if anyone feels like making one, or knows where I can find a good collection? Thanks PS: Google seem to have increased the maximum dimension for screenshots on the Play Store PPS: I'll edit this post when I've finished the project, with the GitLab link. I might also repost. [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