Android Dev - PSA: Big Sur 11.3 breaks Android emulator |
- PSA: Big Sur 11.3 breaks Android emulator
- AutoBindings - Set of annotations that aims to remove some boilerplate code
- Phone warranty lost due to "adb root" command on unrooted phone
- Problems with background execution on Android 11 devices
- Jetpack Compose: An easy way to RecyclerView
- Never run Google ads if you have an Android app | by Dan Fabulich | Apr, 2021 | Medium
- Question about playstore user rating (ex: E for everyone)
- Google has declared Droidscript is malware
- Facing $11B tax bill, Samsung heirs donate massive art trove
- Looking for a chat SDK for a marketplace app
- Google Play App Upload
- Discord Community Broadly Encompassing App Development
- Latest MacOS update (11.3) : not possible to launch android emulator ?
- Android alternative
- RecyclerView doesn't stay scrolled to the bottom.
- Has anyone actually benefited from migrating to using androidx.datastore?
- Using Room in Jetpack Compose | Room in Jetpack Compose
- Question regarding internal testing
- android master tools intelliJ review needed.
- Data binding is a support library provided by Android to bind your UI components directly to the data source like ViewModel. In this sample project you can learn RecyclerView Binding with MVVM + Clean Architecture pattern.
- How do we show this native Play Store bottom sheet?
- Best way to get to know the android API
- How to deal with unknown device in google play devices list
- A few tips for TestParameterInjector Library
PSA: Big Sur 11.3 breaks Android emulator Posted: 28 Apr 2021 08:41 AM PDT I was a dummy and upgraded today to 11.3, and then went back to my project and couldn't run the emulator. Luckily, after a couple minutes, I found this article hot off the presses that worked. (literally published about the exact same time I was updating OSX) Major props to the author: https://twitter.com/andrea_culot [link] [comments] | ||
AutoBindings - Set of annotations that aims to remove some boilerplate code Posted: 28 Apr 2021 07:00 AM PDT This library will help you cut some boilerplate code in certain aspects (listed below). Generate RecyclerView Adapters: [guide] So you don't have to write Adapters over & over again (supports multiple view types as well). Generate TypeConverters for Room: [guide | article] To handle complex data types (for example this where Generate ColumnAdapters for SQLDelight: [guide | article] The same goes for The library also comes with some The library is open source & just reached [link] [comments] | ||
Phone warranty lost due to "adb root" command on unrooted phone Posted: 28 Apr 2021 06:55 AM PDT
| ||
Problems with background execution on Android 11 devices Posted: 28 Apr 2021 02:00 AM PDT Hey guys recently I have discovered that about 2 months ago there was released Android 11 update for Samsung devices. Samsung has in this version of OS decided to really strictly suspend the apps/services running in the background (more info https://dontkillmyapp.com/samsung) So e.g. when app I am working on goes to background and phone is locked, all BT communication is almost immediately suspended. When I unlock the screen, in that exact moment all threads are not suspended anymore and execution continues. OS therefore completely ignores the foreground service mechanism + also when I try to add my app to the list of "Never sleeping apps" (some alternative to battery optimization whitelist on Android 11) - app is still getting suspended + this whitelisting mechanism appears to be unstable and even when I add my app to the whitelist, app disappears from the list after few hours. My questions: Thanks for any input. [link] [comments] | ||
Jetpack Compose: An easy way to RecyclerView Posted: 27 Apr 2021 10:58 AM PDT
| ||
Never run Google ads if you have an Android app | by Dan Fabulich | Apr, 2021 | Medium Posted: 27 Apr 2021 09:59 PM PDT
| ||
Question about playstore user rating (ex: E for everyone) Posted: 28 Apr 2021 09:13 AM PDT So I recently published my first app and I noticed that Google rated my app "E for everyone" even though I said it was for users older than 13 when I was answering all their questions. The only reason I'm worried about this is because when I generated my privacy policy I said that I do not collect information from people 13 years or younger. Since my app is rated E, and you can't use my app without creating an account with an email (meaning I collect that information from the user) will I get in legal trouble or have my app banned if a user under 13 creates an account on my app? Does every app or website that allows users to create an account have to make sure people 13 or under are not creating accounts? I am just confused by this because when answering the questions to publish my app I said it is not for users 13 or under but it got rated E anyway so now I'm worried something bad will happen. [link] [comments] | ||
Google has declared Droidscript is malware Posted: 28 Apr 2021 08:45 AM PDT | ||
Facing $11B tax bill, Samsung heirs donate massive art trove Posted: 28 Apr 2021 08:28 AM PDT
| ||
Looking for a chat SDK for a marketplace app Posted: 28 Apr 2021 04:41 AM PDT Hi. I am looking for a service like sendbird that can help me create an in-app chat for a marketplace app. With 1K users daily I am looking for a cheaper service that would not burn a hole in my pocket. I am looking for features like moderation and easy buy and sell interactions to make offers when chatting. Any open source self-hosted options available? Or any cheap services? [link] [comments] | ||
Posted: 28 Apr 2021 04:51 AM PDT I made an app which is more or less a copy of another app I have installed before. I am a beginner in Android development and I created the app for my own learning purposes. I want to upload it to Google Play, and I don't want to get banned for copyrights or any other thing. I heard you get banned forever and I really do not want that... [link] [comments] | ||
Discord Community Broadly Encompassing App Development Posted: 28 Apr 2021 03:36 AM PDT Here is the link to a Discord server dedicated to app development: https://discord.gg/zPeNA2nbet The main distinction between the few other app development communities and this one is that it fully encompasses the field of app development from design to development to release and beyond. It is also platform neutral. So while it does provide plenty of support for Android, it provides equal support for other app development platforms and frameworks as well. If you're interested in a community like this, be sure to check it out! [link] [comments] | ||
Latest MacOS update (11.3) : not possible to launch android emulator ? Posted: 27 Apr 2021 09:40 AM PDT Hi everyone, Today I've updated to the last MacOS version (from 11.2 to 11.3). Not possible to start the android emulator (from android studio) again. I tried to uninstall everything, no improvement Did anyone face the same issue ? I think every android emulator problems were fixed on Big Sur... Thanks ! [link] [comments] | ||
Posted: 28 Apr 2021 03:21 AM PDT Hi all does anyone know an android project anything close to this [link] [comments] | ||
RecyclerView doesn't stay scrolled to the bottom. Posted: 28 Apr 2021 03:10 AM PDT
| ||
Has anyone actually benefited from migrating to using androidx.datastore? Posted: 27 Apr 2021 02:39 PM PDT I've never had a problem with regular old shared preferences and actually find it a lot easier to use. Using Flows just to save some basic data in preferences seems like overkill. when I search for what are the major benefits of datastore most posts and blogs I see are just copying what the documentation says, and not providing real world use cases. So I'm wondering if anybody that has switch from sharedpreferences to datastore found the transition to be worthwhile.
I don't have time to dig in the code myself but is that ^ a true statement?
so this is not being processed in a background thread? [link] [comments] | ||
Using Room in Jetpack Compose | Room in Jetpack Compose Posted: 28 Apr 2021 01:54 AM PDT
| ||
Question regarding internal testing Posted: 28 Apr 2021 01:28 AM PDT Hello, I recently uploaded my first app about a week ago and it is still under review. However I ideally need to use it tomorrow for a small testing run with about 50 people. So I think the solution is to release it as an internal test to the 50 or so people for now. I have some question about this though, namely:
[link] [comments] | ||
android master tools intelliJ review needed. Posted: 28 Apr 2021 03:56 AM PDT https://plugins.jetbrains.com/plugin/15561-android-master-tools Today as i was surfing the internet I found this tool. wondering if this tool is helpful or not. [link] [comments] | ||
Posted: 27 Apr 2021 09:22 PM PDT
| ||
How do we show this native Play Store bottom sheet? Posted: 27 Apr 2021 08:19 PM PDT
| ||
Best way to get to know the android API Posted: 27 Apr 2021 06:41 PM PDT Im just getting into android dev seriously, and I'm wondering how you guys went through the API on developer.android.com, it's so vast. Do you just google stuff on their as you need it? Or did you spend time going through each section and just reading the overview? Or do you use something else entirely? [link] [comments] | ||
How to deal with unknown device in google play devices list Posted: 27 Apr 2021 04:50 PM PDT How do you deal with unknown devices that appear in the "my devices" list on google play? When do AVD connect to google play? In my particular case, I am shown a device with model specification "Android SDK built for x86_64" which was "last used" today. However, I haven't opened SDK or accessed a AVD today. [link] [comments] | ||
A few tips for TestParameterInjector Library Posted: 27 Apr 2021 10:37 AM PDT TestParameterInjector is a simple to use parameter injector for unit tests. I spent the last week using 1) If you use the 2) The library requires test classes be annotated with 3) When running tests, don't run single tests. Instead run all tests for the class. You'll get an error when running a single test. I'm curious if there's a way to modify the run configuration to fix this but I'm not sure. Let me know if I'm wrong or if you have better tips. [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