Android Dev - Weekly Questions Thread - April 13, 2021 |
- Weekly Questions Thread - April 13, 2021
- Can we get downloads ( 100K - 1M ) without marketing and advertisements if our app is pretty good? Share your Experience.
- Advice on adding better testing to legacy apps?
- AudioEncoder vs OutputFormat
- Do google play review apps changes separately? I noticed that if i upload a new version of my app google only takes hours to review but if i change the store listing(even just adding a single word) it would take days to review.
- What do you want to achieve as an app developer?
- Using DataStore With Kotlin Serialization
- NEED SOME INSIGHT AND SUGGESTIONS (ARcore)
- What I appreciate about Android Dev interviews: Very little whiteboarding.
- Best way to deal with data type based on enum with Retrofit?
- The Play Store's App Bundle requirement is a security problem. How do we mitigate it?
- Google announced Android Open Source Project (AOSP) support for Rust
- Possible to get Hacker's Keyboard modifiers to work like modifiers on a physical keyboard?
- Do people find using Xamarin or .net MAUI to work well with Android apps or suggest learning java
- How Good Are Mobile App Development Titles ?
- Another rejection after an otherwise splendid interview. What do I do?
- Older Android Versions no longer working for app?
| Weekly Questions Thread - April 13, 2021 Posted: 13 Apr 2021 06:00 AM PDT This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Examples of questions:
Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead. Have a question about the subreddit or otherwise for /r/androiddev mods? We welcome your mod mail! Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Saturdays. Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link! [link] [comments] | ||
| Posted: 13 Apr 2021 02:46 AM PDT | ||
| Advice on adding better testing to legacy apps? Posted: 13 Apr 2021 06:28 AM PDT By legacy app I mean an app that was written by people who are no longer at the company and contains bad code that's hard to unit test. All the "best practices" articles I read for android say an app should rely mostly on small tests and use only a minimal number of large tests. However this doesn't seem viable for legacy code where adding small tests usually requires understanding an refactoring complex code that was written by someone who's not there. Adding large tests first seems like the most obvious place to start. Does anyone have any advice for adding better testing to legacy apps? [link] [comments] | ||
| Posted: 13 Apr 2021 07:31 AM PDT Hi everyone! I'm new in the audio field and I know nothing about it. I am studying the MediaRecorder class to create an app to register your voice but I cannot understand the difference between Thanks for your time :) [link] [comments] | ||
| Posted: 13 Apr 2021 05:48 AM PDT my question if i change the store listing and upload a new apk will the apk be block by the store listing then it would take days to review instead of hours? [link] [comments] | ||
| What do you want to achieve as an app developer? Posted: 13 Apr 2021 04:27 AM PDT What is motivates you to learn (or) grow as a developer? [link] [comments] | ||
| Using DataStore With Kotlin Serialization Posted: 12 Apr 2021 02:07 PM PDT
| ||
| NEED SOME INSIGHT AND SUGGESTIONS (ARcore) Posted: 13 Apr 2021 05:41 AM PDT So guys I'm new to Kotlin-android dev-in general And I want to make an app that recommend accomodations n rentals for its users like Airbnb but with AI Also I wanna add the feature to render physical furniture to see if the apartment he's gon rent will fit his furniture and so on I know that this is related to ARcore & depth AI Can anyone give me some insight about how is this will be implemented 👉🏻👈🏻 [link] [comments] | ||
| What I appreciate about Android Dev interviews: Very little whiteboarding. Posted: 12 Apr 2021 09:11 AM PDT Sure, there' might be an "implement this feature" or "build this small people counter" mini-project to show you're not an idiot, but since I first started interviewing for Android Dev positions I have rarely encountered Leetcode/Hackerrank/whiteboarding problems. Like, enough times to count on one hand and not run out of fingers. It's a major relief, and part of the reason I'm enjoying this field so much. [link] [comments] | ||
| Best way to deal with data type based on enum with Retrofit? Posted: 12 Apr 2021 04:46 PM PDT Hello, I'm working on a project using retrofit and kotlinx serialization and I'm running into a snag. Basically I'm making a request from an API that returns this: Then from here, I have an ActivityModelClass that looks like this: Then finally for the enum class: So basically what I'm asking is, in the ActivityModel class, how do I set the data type for the member "data" based on the value of the enum? So if the enum is NEW_POST, data should be of type PostModel, NEW_COMMENT would be CommentModel, etc. I tried making an open parent class and that did allow the app to run, but then I couldn't access the child class's attributes when I was trying to use Log.d. Thanks for any help, I'd really appreciate it. I'd prefer to continue using kotlinx serialization but if this is much easier with something like moshi, that's fine with me. I'd prefer to avoid gson if possible. [link] [comments] | ||
| The Play Store's App Bundle requirement is a security problem. How do we mitigate it? Posted: 12 Apr 2021 02:15 PM PDT Context: In August, the Google Play Store is requiring that all new apps use the App Bundle format. When you use this format, your users don't download a file that the developer created, signed, and uploaded. Rather, they receive a file the Google has assembled and signed. This means Google can insert stuff into the build, and it will be very difficult for the user or the developer to detect. This is a MAJOR security issue. I'm not optimistic that Google will abandon this policy. So are there any technological measures that developers can take to verify the integrity of software delivered through the Play Store? [link] [comments] | ||
| Google announced Android Open Source Project (AOSP) support for Rust Posted: 12 Apr 2021 11:47 PM PDT
| ||
| Possible to get Hacker's Keyboard modifiers to work like modifiers on a physical keyboard? Posted: 12 Apr 2021 04:04 PM PDT My question is about Hacker's Keyboard open-source app on android. I was curious if it was possible to edit the software to make it work more like a physical keyboard. For example, with a physical keyboard, you hold down a modifier like Ctrl and then press another key, then you simply let go of the modifier. It only takes two keystrokes. However, with this soft keyboard, you have to press the modifier once to toggle it on, then press another key, and then press the modifier again to toggle it off. This takes three keystrokes. So is it possible to make the modifiers on the soft keyboard work like a regular keyboard (no toggle, just hold and let go)? [link] [comments] | ||
| Do people find using Xamarin or .net MAUI to work well with Android apps or suggest learning java Posted: 13 Apr 2021 12:22 AM PDT Looking to make a web app and ios and Android but only know c#, trying to find the best route [link] [comments] | ||
| How Good Are Mobile App Development Titles ? Posted: 12 Apr 2021 05:13 PM PDT Hi everyone, I am a graduate MS in CS student in the US and took some courses related to mobile application developement and also taking my internship as a mobile app developer this summer, so I was wondering if someone who is working in this field could briefly explain how good the situation for mobile app developers is in the US, like the job oppenings, demand, growth, reliability, salary and etc compared to other software developement positions and maybe pros and cons of this specific field. Any insight would be appreciated, Thanks in advance! [link] [comments] | ||
| Another rejection after an otherwise splendid interview. What do I do? Posted: 12 Apr 2021 02:21 PM PDT Pretty much what the title suggests. I've, admittedly, only begun my job hunt in the past month but I'm not making any headway in the hiring process of anywhere I apply to. To try and illustrate that process:
I'm trying to nip this in the bud before it becomes a problem. Clearly, there must be a problem with some aspect of my technical knowledge, but the people I interview with don't respond with any feedback when I ask, of course. What I do know is I'm clearly personable enough to want to talk to and desirable enough to put me in the same room as a C-level employee. If anyone has some perspective or advise I'd love to hear it. Cheers. [link] [comments] | ||
| Older Android Versions no longer working for app? Posted: 12 Apr 2021 10:21 AM PDT Hello, I'm having users complaining about how they're no longer able to access our app with older versions of android. Anyone else hearing similar complaints? Did I miss an update or something? Many thanks for any help. App in question: https://play.google.com/store/apps/details?id=com.BVP.NoStranger&hl=en_US&gl=US [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