App Feedback Thread - January 28, 2022 Android Dev |
- App Feedback Thread - January 28, 2022
- CodeView 1.3.0 released with new features and performance improvements
- Keep API Key Outside of Gradle and Git
- Android Bumblebee ADB connection error
- Should I upgrade my Androidstudio Version?
- Android Permissions on Manifest file only is enough or need to be added in MainActivity Code also.
- Memepedia : An Android app to learn about memes
- How to get noticed by recruiters for remote jobs?
- I know it's taboo to ask but, how much have you earned with your own apps so far?
- Android dev moving to the US
- A couple of questions regarding Google Play and Android publishing
- Speed Up Mandelbrot Drawing on Android Jetpack Compose, from 900 seconds to 4 seconds
- GoogleMap.InfoWindowAdapter not updating Text Views
- What's going on with Googleplay?
- Learn how Baseline Profiles helped Google Maps & Google Play
- What is the best way to create an expandable list?
- Top alternatives of Retrofit?
- Been practicing to get used to compose. Gmail like edit text chips in compose.
- Boot with android without root
- [Q] Paging 3: How to display header before items are loaded from server?
- Hiring process project assignments
- confusion about sdk
- Android12's Process-Killer "Feature" will be fixed in A12L and A13, but only as a developer-options toggle
- Is there a free database containing all countries in the world with their cities and neighborhoods?
- Is the Android Basics in Kotlin course enough for the Associate Android Developer Certification Exam?
- how to make leanback vertical list?
App Feedback Thread - January 28, 2022 Posted: 28 Jan 2022 06:00 AM PST This thread is for getting feedback on your own apps. Developers:
Commenters:
To cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback. As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you. [link] [comments] | ||
CodeView 1.3.0 released with new features and performance improvements Posted: 29 Jan 2022 12:56 AM PST | ||
Keep API Key Outside of Gradle and Git Posted: 28 Jan 2022 01:33 AM PST
| ||
Android Bumblebee ADB connection error Posted: 28 Jan 2022 11:15 PM PST I encountered adb connection issue after updating Android Studio to Bumblebee
Restarting Android Studio didn't help, it only works after restarting my PC but it keeps happening again every time I close and open Android Studio. Is there anyone encountering the same issue ? [link] [comments] | ||
Should I upgrade my Androidstudio Version? Posted: 29 Jan 2022 02:47 AM PST Currently on Version 4.2.2. Should I upgrade to Bumblebee? I have a very big Game Project I've been working on for 2 years. Is there a chance that upgrading would break things? I read somewhere that gradle changed Would upgrading improve performance a noticable amount(and build speed)? Thanks for any answers :) [link] [comments] | ||
Android Permissions on Manifest file only is enough or need to be added in MainActivity Code also. Posted: 29 Jan 2022 04:13 AM PST Hi Developers, [link] [comments] | ||
Memepedia : An Android app to learn about memes Posted: 29 Jan 2022 03:56 AM PST
| ||
How to get noticed by recruiters for remote jobs? Posted: 29 Jan 2022 02:38 AM PST Hey there, I've completed courses from Android's Official learning page and got certification badges. Besides building projects, what are some other ways so that recruiters notice my profile and possibly land my first job? Thanks [link] [comments] | ||
I know it's taboo to ask but, how much have you earned with your own apps so far? Posted: 28 Jan 2022 03:17 PM PST | ||
Posted: 29 Jan 2022 02:19 AM PST I'm an Android developer with over 4 YOE, I'm located in Asia (The Philippines) and I only make more or less $2000 a month. I will be moving to the US (Los Angeles) in June this year from marrying my US wife. How will this translate to getting a dev job in America? Will my experience in my country even be counted by US employers? How much is the minimum expected salary of Android devs with 4YOE? I'm afraid they'll lowball me given my experience is in a third world country. I come from the opposite side of the world so I'm totally lost. Any response would be appreciated [link] [comments] | ||
A couple of questions regarding Google Play and Android publishing Posted: 28 Jan 2022 10:26 PM PST Haven't launched an app yet. I've noticed some strange things I do not completely understand during the upload process to Internal and Closed Testing in Google Play: 1) Why is it impossible to delete things on Google Play? I can't delete any apps, tracks, releases or versions. I don't understand why they don't want us to be able to delete things, or at least remove them from review? 3) I have 3 releases across 2 different Closed Tracks that are marked as "In Review". One of the Tracks is even paused. How can I remove everything except the last version from being in review? 4) I've been uploading a new version and release to Internal Testing every time I've fixed a bug. Should I instead have uploaded new .aab file to a single release? 5) If a release/version is rejected and I upload a new .aab file to the same release/version? Will it be reviewed again or should create a new release/version if I'm rejected? [link] [comments] | ||
Speed Up Mandelbrot Drawing on Android Jetpack Compose, from 900 seconds to 4 seconds Posted: 28 Jan 2022 04:26 PM PST
| ||
GoogleMap.InfoWindowAdapter not updating Text Views Posted: 29 Jan 2022 12:46 AM PST | ||
What's going on with Googleplay? Posted: 28 Jan 2022 10:14 AM PST
| ||
Learn how Baseline Profiles helped Google Maps & Google Play Posted: 28 Jan 2022 12:58 PM PST Highlights
https://android-developers.googleblog.com/2022/01/improving-app-performance-with-baseline.html Related documentation:https://developer.android.com/studio/profile/baselineprofiles [link] [comments] | ||
What is the best way to create an expandable list? Posted: 28 Jan 2022 12:46 PM PST I want to create a custom expandable list for FAQs page. It should stay collapsed until someone clicks on it. On clicking it should expand. What should I use for this type of functionality? I researched a little bit about it and found that I can use expandable list view. Can anyone please recommend any other way to deal with this type of usecase? OR If expandable list view is the only way then please suggest some good write up where i can learn about it's implementation. [link] [comments] | ||
Posted: 28 Jan 2022 08:31 PM PST One thing I miss in Retrofit is that I am unable to write main API call in a single place because the interface class doesn't allow generic parameter <T>. FastAndroidNetworking seems good considering it's ease of implementation especially for multi part but sometimes multi part requests give Illegal State Exception & seems not working for minify enabled. [link] [comments] | ||
Been practicing to get used to compose. Gmail like edit text chips in compose. Posted: 27 Jan 2022 08:38 PM PST
| ||
Boot with android without root Posted: 28 Jan 2022 11:32 PM PST Anyone here know how to boot windows with just an Android phone without need root? the phone is xiaomi mi8 [link] [comments] | ||
[Q] Paging 3: How to display header before items are loaded from server? Posted: 28 Jan 2022 10:15 AM PST I'm using Paging 3 to display items in a recyclerview. Created a Paging source for it, which overrides onLoad() to load pages of data and display. Added few headers using: pagingSource.flow.map{it.insertHeaderItem()} as per the official documentations. The problem is, the headers are loaded only after the first page is loaded from server. How to load the headers before the items are loaded from server? Few workarounds I've found: 1. For the first page (key is null), return a page with a blank item which won't be displayed in the recyclerview. 2. For the first page (key is null), return a page with the headers. But both these solutions feel hacky. Any elegant or better way? I think this should he an inbuilt feature of the library. If it is allowing us to show headers, it should have an option to make them permanent, by which they'll be shown even before data is loaded from server. [link] [comments] | ||
Hiring process project assignments Posted: 28 Jan 2022 01:08 PM PST Hello guys, I'm an Android developer for around 3 years, worked in two different companies and have been applying for some jobs lately. Some of the companies asks for a little project for you to deliver as an assignment. I wasn't able to get past this assignment phase yet. So I was going to ask how I should handle these assignments? How are the companies assessing these projects? What should I focus on when delivering these projects? Here is my general approach when developing the mentioned apps. I use MVVM pattern, repository if needed. However a shortcoming here, I don't use a Domain Layer, so the business logic is mostly handled on the repository or the viewmodel. I use a single activity, multi fragment approach. I try to use most of the widespread tools and libraries unless stated otherwise. (Retrofit for networking, Room for local storage, databinding, navigation etc.) When creating layouts, I'm going with constraintlayout, avoiding nested layouts, trying to keep it as simple as possible while satisfying the needed functionality. I don't have an eye for aesthetics, so the UI is probably a little bit ugly generally. I completely skip unit tests, this is one of the biggest problem I belive. I have nearly no experience with testing, and mostly since the project is due a deadline and I also work a full time job and can only work on the project after hours, I can't find the time to work on the tests. Any suggestions about how I can get better at testing would be greatly appreciated. So that is mostly it. Any help and suggestions would be appreciated. I have a current assignment as a basic ToDo app which works on local storage. Basic functionality of listing, adding, editing, deleting notes. Maybe you guys can make your suggestions regarding this too. Thanks everyone in advance!! [link] [comments] | ||
Posted: 28 Jan 2022 12:49 PM PST
| ||
Posted: 27 Jan 2022 07:37 PM PST Wanted to post an update to this thread here - Android12 does seem to be wreaking havoc over Termux, Antivirus Apps, any Linux on Android Solutions, Tasker, and many other peoples' apps and use-cases. There was some good discussion back in November but I hadn't heard much since. The TLDR of the issue tracker discussion are that a few users managed to convince Google to act and in response a Developer Option under "Feature Flags" will be enabled to remove the ridiculously low process limit of 32. This will be a part of Android 12L and Android 13 it seems. Really upset at Google for doing this silently (and at all, but that's another story). I'm not sure how much battery life this could possibly save, but it feels like a statement that Android is meant to be used how they want you to use it and that's all without warning. Curious what all of your thoughts are on this. (also if you're bored and looking for a read, some guy in the issuetracker is losing his mind because apparently this tanked his whole company and is threatening to cut off the Google Devs' hands....) [link] [comments] | ||
Is there a free database containing all countries in the world with their cities and neighborhoods? Posted: 28 Jan 2022 10:02 AM PST Is there a free database containing all countries in the world with their cities and neighborhoods? Inside every country must have cities and inside every city must have neighborhoods Can I find something like this? [link] [comments] | ||
Posted: 28 Jan 2022 05:41 AM PST Hey guys i'm in high school and i'm trying to diversify my skills and thought that this Certification is a good way to go. Is the Android Basics in Kotlin Course enough for this? Also sidenote, I know and have worked with Java earlier but have not worked with Kotlin so would the Android Basics in Java be a better fit for me? It would be great if someone could help me out. Thank you! [link] [comments] | ||
how to make leanback vertical list? Posted: 28 Jan 2022 09:24 AM 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