Android Dev - Weekly Questions Thread - August 10, 2021 |
- Weekly Questions Thread - August 10, 2021
- After updating to AGP 7.0.0, my app crashes with KotlinReflectionInternalError
- Removing and simplifying tests is part of development too - The evolution of apps Quality Assurance at Azimo (4 out of 5 articles)
- What is difference between data binding’s android:text=“@{sometext}” and view binding’s binding.textView.text = “sometext”?
- Make an android game! (You will ask me your questions)
- Can I globally filter the display content to only show certain colors?
- What to do when you get 1 star ratings with no explanation
- [Tolls] Does anyone know of a library or any way for my app to know when there is a toll?
- On every new update, a Google bot posts private messages to random people in our app
- Emails from Google "Complete your enrollment in the 15% service fee" - I already did
- is Singleton pattern voilating the Single Responsibility Principle? Why?
- What Happened to my Subclass Android Application?
- Android Studio Bumblebee Canary 7 available
- How Inject hilt dependency into compose function
- Billing library warning email from Google
- Proper vertical scrolling of ViewPager2 Fragments nested within a scroll view
- Best way to get remote Android development work?
- Activity Recognition on AOSP
- How to create checkbox multi selection in recyclerview item
- Can we still follow this playlist with jetpack compose 1.0.0?
Weekly Questions Thread - August 10, 2021 Posted: 10 Aug 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] | ||
After updating to AGP 7.0.0, my app crashes with KotlinReflectionInternalError Posted: 10 Aug 2021 04:26 AM PDT For some reason, Jackson and R8 stopped playing nicely after updating from AGP 4.2.1 to 7.0.0. What could cause this? Is it a bug somewhere or did I overlook something? More info and stack trace in SO: https://stackoverflow.com/questions/68725781/kotlinreflectioninternalerror-after-updating-android-gradle-plugin-to-7-0-0 [link] [comments] | ||
Posted: 09 Aug 2021 11:45 PM PDT
| ||
Posted: 10 Aug 2021 03:07 AM PDT Hello everyone I've read many times that view binding is faster than data binding. In daily projects, I use both of them. But I was wondering what's the performance wise or any other difference between these two. Setting data using data binding is calling the view's setter methods and with view binding we also do exactly that ourself. Then why it is called that view binding is faster than data binding? Thanks [link] [comments] | ||
Make an android game! (You will ask me your questions) Posted: 10 Aug 2021 08:49 AM PDT Hello, I've finally finished the game I've been working on for a long time. You can ask your questions! Trailer: https://www.youtube.com/watch?v=yE4xZ71KZWE
For the model stage:
Most of the models, all the weapon animations + voiceovers in the game belong to me. There are no ready-made kits, neither in software nor in design. I would appreciate if you download and support. You can ask your questions. To test the game: https://play.google.com/store/apps/details?id=com.woziva.killzombie [link] [comments] | ||
Can I globally filter the display content to only show certain colors? Posted: 10 Aug 2021 08:01 AM PDT
| ||
What to do when you get 1 star ratings with no explanation Posted: 10 Aug 2021 07:52 AM PDT I've all if a sudden been getting 1 star ratings with no explanations and since I don't know the emails of the users doing this and I don't know what to do. I had a solid 5 star rating for almost a year but in this month I've started to get these 1 star ratings and unlike reviews I can't see the users email or their reasoning. I'm at a loss for what to do here. Do I just take it? [link] [comments] | ||
[Tolls] Does anyone know of a library or any way for my app to know when there is a toll? Posted: 10 Aug 2021 05:16 AM PDT Hi, I am making an application that uses google maps and I want to notify the user when there is a toll. Has anyone worked with something similar? Is there a way to achieve this? [link] [comments] | ||
On every new update, a Google bot posts private messages to random people in our app Posted: 09 Aug 2021 01:44 PM PDT I've got a quite weird question regarding the play store. So I have a customer with an app that has a messaging functionality. This app only works, if you have a valid login. (You cannot register within the app itself. You have to request an account) So we made a special login for the play store and added it to "app content" so the reviewers can test the app. The problem is now, that everytime we publish an update to the production track, some Google bot posts messages to random users with our email address as message. Has anyone of you ever experienced something like this? How can we avoid this? If we remove the login data from the play console, can the app be suspended? [link] [comments] | ||
Emails from Google "Complete your enrollment in the 15% service fee" - I already did Posted: 09 Aug 2021 10:22 PM PDT I registered for 15% service fee the same week I received emails sometimes back in June. But since they they do not stop emailing me every month, already received 2 emails with action required. This is the last email from today:
Am I missing something important, should I double check all my income reports or is this one of those examples when Google sends emails by mistake, as in the past with SMS permission warnings (to developers who never used this permission) etc? [link] [comments] | ||
is Singleton pattern voilating the Single Responsibility Principle? Why? Posted: 10 Aug 2021 12:50 AM PDT https://refactoring.guru/design-patterns/singleton This tutorial points this issue in the problem section👆 [link] [comments] | ||
What Happened to my Subclass Android Application? Posted: 09 Aug 2021 01:17 PM PDT | ||
Android Studio Bumblebee Canary 7 available Posted: 09 Aug 2021 09:58 AM PDT | ||
How Inject hilt dependency into compose function Posted: 09 Aug 2021 09:08 PM PDT I have comopse function for login and now i want to change change in my datastore when user login into app, isLogin = false to true [link] [comments] | ||
Billing library warning email from Google Posted: 09 Aug 2021 10:44 AM PDT My app has been using the billing library 3 pretty much since it came out. Last week I got an email from Google telling that I need to update to using billing library 3 or higher by Nov 1. It didn't mention my app specifically but the email seemed targeted at my company. It said:
Anyway, could this be because I have an old UNPUBLISHED app that uses AIDL? Or is it because I have an old APK on my main published app for Android 4.0 users that uses AIDL? Android 4.1 and higher users use billing library 3 and the Android 4.0 APK has not been updated in years. [link] [comments] | ||
Proper vertical scrolling of ViewPager2 Fragments nested within a scroll view Posted: 09 Aug 2021 03:19 PM PDT I have the following layout :
--Constraint Layout ----ImageVirw & TexyViews stacked vertically ----ViewPager2 below those images and texts And within my view pager I add two fragments that also scroll vertically. I used a NestedScrollView as the parent of those 2 fragments. Right now the scrolling of the imageviews& textviews are separate from the scrolling of the elements within my viewpager2 fragments. I would like for them to scroll together. I've tried to change xml values and set things programmatically as per recommended by SO and Google but couldn't solve it. I believe I've hit a dead wall, please help. [link] [comments] | ||
Best way to get remote Android development work? Posted: 09 Aug 2021 12:28 PM PDT What's the best way to get remote Android development work? [link] [comments] | ||
Posted: 09 Aug 2021 05:48 PM PDT
[link] [comments] | ||
How to create checkbox multi selection in recyclerview item Posted: 09 Aug 2021 09:46 AM PDT Hi, I am trying to create a recycler view list like telegram messages. If you have telegram open a chat and long press on a message and you could see a checkbox on the left of all message items and could multi select items to do operations. I am trying to develop a similar item. But the issue is that after I added animation, there has been some issues because I am using notifydatasetchanged(). Can someone suggest how I can fix this issue? Refer this question for more info. https://stackoverflow.com/questions/68709982/recyclerview-animation-issue-android-kotlin [link] [comments] | ||
Can we still follow this playlist with jetpack compose 1.0.0? Posted: 09 Aug 2021 09:39 AM PDT
|
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