Android Dev - Weekly Anything Goes Thread - April 09, 2021 |
- Weekly Anything Goes Thread - April 09, 2021
- Are you facing data glitch in google play console or is it just me?
- Autofilling EditTexts doesn't work on fragments inside ViewPager2
- Testing App on real device instead of Emulator. Unable to perform Network tasks.
- Wrong app status in play console
- DevProdEng Showdown! Trailer - Next Live Event on 4/21
- dispatchTouchEvent() inside a fragment ?
- Developing an app with Microsoft Graph API
- Debugging LiveData changes made easy
- SSL Pinning
- AMD Ryzen for Android development
- Built an AS Plugin for generating alpha variants
- Old build variant on new AOSP
- How to Refactor Flutter Widgets
- BinTray substitute?
Weekly Anything Goes Thread - April 09, 2021 Posted: 09 Apr 2021 06:00 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] | ||
Are you facing data glitch in google play console or is it just me? Posted: 09 Apr 2021 03:55 AM PDT There's sudden drops in installs from past two days. Is it data glitch or they actually restored all rankings to zero? I witnessed huge data drop in my daily installs. [link] [comments] | ||
Autofilling EditTexts doesn't work on fragments inside ViewPager2 Posted: 09 Apr 2021 07:36 AM PDT This sounds overly specific, but hear me out. Our sign in process is a ViewPager2 that contains several fragments that allow user input (how did you hear about us, demographic, etc). The problem is, when entering things like your phone number or SMS OTP don't automatically fill via a keyboard recommendation. Even things like email address or name don't get autofill suggestions. The moment I moved the views outside of a fragment in the viewpager and put it on the same level as the viewpager, it works. Would someone kindly this isn't just happening to me and is actually a bug? Or even better, suggest a fix? Thanks! [link] [comments] | ||
Testing App on real device instead of Emulator. Unable to perform Network tasks. Posted: 09 Apr 2021 01:08 AM PDT Good morning, I'm hoping this is something obvious I've missed and need a little help, I've Googled around a bit and still unable to find the answer. I have an App that is saving data from a Web Server into its SQLite DB. Connections work, the app works and works fine through the Emulator. Now I've tried running it from a real device, and although the UI is working and button clicks are working, the data isn't loading and it isn't performing the Network tasks I've implemented. Permissions:
WebServer: Server is local on a Hyper V VM Maybe its the VM, where the problem lies. But before I invest more time searching, I was hoping someone had experienced this, or just knows what the problem is or could be, and then at the very least I know which direction to go in. Thanks in advance! [link] [comments] | ||
Wrong app status in play console Posted: 09 Apr 2021 02:55 AM PDT My app was under review for publishing in play store, I received mail for rejection , but console still says in review .. what to do? [link] [comments] | ||
DevProdEng Showdown! Trailer - Next Live Event on 4/21 Posted: 08 Apr 2021 03:05 PM PDT
| ||
dispatchTouchEvent() inside a fragment ? Posted: 09 Apr 2021 01:47 AM PDT I'm trying to implement a dispatchTouchEvent() inside a fragment but I am getting the following error: " Method does not override method from its superclass ". I've tried googling and there are very few threads regarding this and none have worked for me. [link] [comments] | ||
Developing an app with Microsoft Graph API Posted: 08 Apr 2021 07:26 PM PDT Hey folks, I'm trying to develop an app using the Microsoft Graph API, actually a clone app similar to Microsoft To Do as a side project for uploading it to my Github repository when finally get it done. So, my doubt's if to create an app that allows the user to sign up with a Microsoft account for it can access its Microsoft To Do tasks, for instance. I've read on MS Graph's documentation that is necessary to create an access token on the Azure site for allowing the app to access Microsoft's services. So, if the app has the access token hardcoded would it be a security risk for my Microsoft account at all? As I said, when I to finish up of creating that app I intend to put it in my Github repository and maybe many other devs will use it. Of course, they'll sign up with their respective Microsoft accounts but I wonder if due to the that access token it could bring me some security risk compromising my Microsoft account which generated one. I began to read the documentation already some while ago and I've realized that only through that access token the app can access Microsoft's services. [link] [comments] | ||
Debugging LiveData changes made easy Posted: 08 Apr 2021 02:44 PM PDT Have you ever got frustrated to debug LiveData changes by adding numerous log statements or breakpoints? I built a gradle plugin using bytecode transformation to automatically log LiveData changes. [link] [comments] | ||
Posted: 08 Apr 2021 11:44 AM PDT To what degree is SSL pinning being employed in apps nowadays? Does anyone know of some (popular) apps that are using this mechanism? [link] [comments] | ||
AMD Ryzen for Android development Posted: 08 Apr 2021 04:24 AM PDT
| ||
Built an AS Plugin for generating alpha variants Posted: 08 Apr 2021 09:37 AM PDT | ||
Posted: 08 Apr 2021 12:44 PM PDT I got an taimen (Pixel 2 XL), and I would like to compile AOSP master/upstream for it, but, unfortunately the build variable ( How do I compile newer AOSP with old build variant? I suppose that the code is still there, because the device was running Android 11. Thank you [link] [comments] | ||
How to Refactor Flutter Widgets Posted: 08 Apr 2021 06:23 PM PDT
| ||
Posted: 08 Apr 2021 11:18 AM PDT Now that BinTray is going away what are you guys going to use to distribute SDKs? I want to keep the codebase private so i can't use anything that would require the codebase to be public. [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