Android Dev - Weekly Questions Thread - January 26, 2021 |
- Weekly Questions Thread - January 26, 2021
- noob here!
- What exactly does Google Play want in my privacy policy?
- ConstraintSet Overlay Issue
- Can't find Network Debugging in my Android TV (MiBox)
- Results of the 2021 /r/AndroidDev rules survey!
- Live coding interview - good or bad? Why?
- [theory] I think microdroid is related to android apps on windows
- Admob match rate and impression dropped to 0 !
- Video capture quality on social media apps
- To use a dependency injection framework or not to
- As AsyncTask is deprecated, what do I use?
- After updating to Android 11, screen recording doesn't exist on Xiaomi Mi A3
- Draw trail on offline map - which library would you choose ? (Excluding google maps)
- Help with privacy policy
- Firebase crashlytics and gdpr
- Android remote interview preparation
- [Help] Generic, Dagger 2 Injected ViewModel
- How many old versions do you support?
- Music Licensing for your App, ASCAP, BMI, SESAC - has anyone done this?
- Best jetpack compse resources that helped you
- Has anyone else here had to deal with permission declaration for background location when you don't actually use background location?
Weekly Questions Thread - January 26, 2021 Posted: 26 Jan 2021 06:00 AM PST 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: 26 Jan 2021 01:26 AM PST Hi. I am actually a civil engineer but I have a huge interest in coding and web development. I just finished learning HTML on my own and also have a basic knowledge in C programming. now i want to learn about android app development but i don't have any basic background knowledge.. so which programming language should i learn ? or what are the things i need to learn for developing android app? where can i get the best online courses? (For free) (thanks in Advance) [link] [comments] | ||
What exactly does Google Play want in my privacy policy? Posted: 26 Jan 2021 06:05 AM PST I have had my app rejected a few times because of my privacy policy. I am using Admob to serve ads. This is the privacy policy that got rejected: I use a Admob, a third party service. It collects some information about the user's habits and/or devices. Admob's privacy policy is available here: https://policies.google.com/privacy Does anyone here have experience with this? What exactly do they want? Edit: Heres what I am going to try again with: This app uses Admob, a third party service. It collects the following information:
It uses the information to:
In order to opt out of personalized advertising, click here: https://adssettings.google.com/authenticated Admob's privacy policy is available here: https://policies.google.com/privacy [link] [comments] | ||
Posted: 26 Jan 2021 07:51 AM PST
| ||
Can't find Network Debugging in my Android TV (MiBox) Posted: 26 Jan 2021 07:28 AM PST
| ||
Results of the 2021 /r/AndroidDev rules survey! Posted: 25 Jan 2021 09:59 AM PST Hey all, A month or so ago I asked for feedback on our rules, and got 61 responses (full spreadsheet). I was hoping for more, but I understand everyone was busy over xmas / new year! The survey also wasn't as visible as it could have been. In this post I'll discuss the results, and propose changes based on the data gathered. Keep in mind there was no username validation (so don't blindly trust the stated author!), and it's a very small sample size. Click the links for pretty charts etc, fresh from Google Forms. Check the very bottom of the post for 3 possible changes I'd like your thoughts on! General results
RulesRule 1: Must be related to Android Development
Rule 2: No "help me" posts
Rule 3: No promoting your apps without source code
Rule 4: No app takedown/Play Store vent posts
Rule 5: No hiring posts
Rule 6: Self promotion must be max 50% of posts
Rule 7: No hardware/software purchasing advice
Rule 8: No paywalled submissions
Rule 9: No meme / low effort posts
Rule 10: Be respectful and engage in good faith
Tl;dr
Points for discussion
Thanks! [link] [comments] | ||
Live coding interview - good or bad? Why? Posted: 26 Jan 2021 02:20 AM PST Hi All, I would like to know your opinion about live coding during the interview. What do you think about a live coding interview? What good or bad practices have you seen? I deliberately gave only two extreme answers in the survey, because others would be "it depends" answers. Please feel free to elaborate. My opinion: I see different types of live coding:
I have put it according to my personal usefulness ranking. Ad 1) Pair programming live coding can test not only technical skills but also teamwork. This is ok. Ad 2) Solving real code problems is a more realistic case scenario, but not a great check without code autocompletion. Ad 3 ) IMHO for any modern developer, algorithmically thinking isn't so much needed nowadays. Communication and analysis of business requirements are more useful. Of course, algorithms can help but in most common cases and for most of the tasks it's not necessary. Lots of things are done by Framework or IDE. An algorithm challenge can be funny, like solving sudoku, but is it really helpful to check the skills of the candidate? Maybe when it would be a simple algorithm you could check someone's way of thinking, but many times I've seen very hard algorithms and not much time to solve it. You need to know the answer from the beginning to solve it. FAANG uses algorithmic challenges, and many other companies want to copy it, but FAANG has a different business model, and they give much more time for the candidate than a typical company.I personally don't believe that this would work for typical software companies where the programmer needs to provide business value for the users. [link] [comments] | ||
[theory] I think microdroid is related to android apps on windows Posted: 26 Jan 2021 05:22 AM PST Microdroid is a further stripped down version of GSIs, atleast as per XDA. At the same time, microsoft has announced its plans to bring android apps to windows. I think microsoft will implement microdroid in windows. The XDA post writer thinks microdroid will be used for drm and stuff, and maybe it will, but I think microsoft will also use microdroid for its own purposes. [link] [comments] | ||
Admob match rate and impression dropped to 0 ! Posted: 26 Jan 2021 03:51 AM PST Admob impression were fine when app launched, now it's dropped to 0 impression and 0% match rate per day. No policy violation email, no ad limit , nothing.. I don't understand what's happening. I know sometimes there isn't any ad to serve but it's been 10 days. There is no option to contact admob either. If any one had this problem and how you guys fixed it please let me know, Thanks ! [link] [comments] | ||
Video capture quality on social media apps Posted: 26 Jan 2021 03:13 AM PST Hey all, just a noob here Recently switched from iOS to Android and came to find out there's a noticable difference in video quality when captured in app (tiktok, ig, etc). I heard it's due to a difference in ios vs android coding. Does anyone know of a fix for this issue? If not, why is it not yet fixed in the firstplace? I hope my question is in place Thank you [link] [comments] | ||
To use a dependency injection framework or not to Posted: 25 Jan 2021 11:25 PM PST Ive been reading up on dagger2 and hilt to generate injectors. My use case is to instantiate the data sources, repository and viewmodel factory in an injector class so my code in the views avoid boilerplate. So for any module, I would need 4 methods in my injector object to achieve my requirement. Taking this into account, do I really need to spend time learning a framework and to deal with the pitfalls associated with committing to a library? [link] [comments] | ||
As AsyncTask is deprecated, what do I use? Posted: 26 Jan 2021 02:17 AM PST Hi peeps! I hope everyone is safe and well! I'm taking advice from my previous thread on here and creating a Repository to deal with my database. However, the tutorial of sorts I'm using to do this is using AsyncTask to do the majority of thread based functions. For example, I'll put my insert class within my repository class: Now I'm very aware that AsyncTask is deprecated since API level 30 and I want to use the best way that is as future safe as possible. I already have an ExecutorService "ThreadUtil" class which is in charge of the initialisation of my app so should I use that? If so, how? Otherwise what should I use to achieve what the above is doing? Thanks guys! [link] [comments] | ||
After updating to Android 11, screen recording doesn't exist on Xiaomi Mi A3 Posted: 26 Jan 2021 05:07 AM PST My phone just get updated to Android 11 and all the new features are there... Except the most exciting one, built in screen recording. Can anyone help me? [link] [comments] | ||
Draw trail on offline map - which library would you choose ? (Excluding google maps) Posted: 25 Jan 2021 04:50 PM PST | ||
Posted: 25 Jan 2021 10:08 PM PST My app which is designed for families has been removed bec of privacy policy. I got an email telling me to provide privacy policy. But i have already provided link to privacy policy in google developer portal This is email i got Issue: Violation of Families Policy RequirementsApps that contain elements that appeal to children must comply with all Families Policy Requirements. We found the following issue(s) with your app: Eligibility Issue Privacy policy I dont know what to do. Privacy policy is already provided [link] [comments] | ||
Posted: 25 Jan 2021 10:49 AM PST Hey guys, I'm living in Europe and I work on a side project and I wanted to add crashlytics to my app. Now I'm uncertain if I need to add something more besides an opt in and opt out for crashlytics and analytics or if I need to add a gdpr or something similar. Have you any similar experience on that? Is there any alternative that does not store user data ? Thanks in advance [link] [comments] | ||
Android remote interview preparation Posted: 25 Jan 2021 03:58 PM PST Hi folks, On tomorrow, Wednesday I will have my first ever remote interview for an Android Engineer position at a top german company. I want some advices and tips from y'all. Best regards ! [link] [comments] | ||
[Help] Generic, Dagger 2 Injected ViewModel Posted: 25 Jan 2021 04:15 PM PST I'm a huge fan of /u/zhuinden's post about generic, one-liner ViewBindings for activities and fragments, and have even gone so far as to write generic, Dagger 2 Injected versions (using dispatching android injector & DaggerAppCompatActivity) that I now inherit from for each new project. The issue then is that I'm working towards replacing all my RxJava2 dependencies with Kotlin Flow. My problem is that the standard Conceptually I don't see why there shouldn't be a way to use interfaces or reification to inject an abstract view model in line with the activity lifecycle. What I have is this: Any thoughts? Suggestions? [link] [comments] | ||
How many old versions do you support? Posted: 25 Jan 2021 04:02 PM PST When it comes to older versions of apps, they quickly become a support burden. Especially if your application speaks to server API's, supporting old versions meaning keeping old API's online. I'm trying to figure out what people do in reality? I've noticed that modern Android versions aren't a problem as they mostly all auto-upgrade apps, but on older platforms people often don't update unless forced. Do you force upgrade? [link] [comments] | ||
Music Licensing for your App, ASCAP, BMI, SESAC - has anyone done this? Posted: 25 Jan 2021 01:29 PM PST Hi all! I am trying to license music for our mobile application and have come across these three organizations that help with that. The prices seem relatively low, but was curious if anyone has gone through this process before and knows what it entails or has advice. This is a new process for me so your thoughts would be very helpful - Thanks! https://www.ascap.com/music-users/types/website-mobile-app-landing-page [link] [comments] | ||
Best jetpack compse resources that helped you Posted: 25 Jan 2021 01:11 PM PST I want to start learning jetpack compose because, honestly xml can be a real shore. I want to learn it right though, want to know all the best practices and techniques to develop an app the right way using compose. Just curious which resources helped you guys the most and you feel provided you the most valuable information. [link] [comments] | ||
Posted: 25 Jan 2021 12:48 PM PST
|
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