Android 12 Is Killing Phantom Background Processes Of Apps Android Dev |
- Android 12 Is Killing Phantom Background Processes Of Apps
- Android ecosystem is plagued by bugs created by Google
- Looking for a project with tests. Lots of tests.
- Retrofit/OkHttp cache control
- At a BLE / Android "learning" crossroads.
- I made a very simple XKCD app
- Dagger 2 - component dependency - nullify dependencies
- Any way to disable the list view/recycler views ending swipe/expanding animation on android 12?
- Jetpack Compose: Modifiers fundamentals
- Cédric Champeau's blog: Multi-repository development made easy
- Why did Android Application start 1 to 3 times on a single launch?
- App update stuck in review
- Google Play Console - app not getting reviewed
- Introduce Kotlin coroutines and Flows to the callback-based Java client
- How to make Request to get the serial number of Android device in Android 10+ ? (unity)
- How to make Request to get the serial number of Android device in Android 10+ ? (unity)
- Best ways to (indirectly) direct users to a web payment platform?
- Question: Is there any documentation with available api for specific android version
- Hey Android Developers, Do you believe Windows 11 is here for rescue to give you a faster build time? In this video I did a benchmark testing how your Android app build time changes on Windows 11.
- Can anyone explain to me the way of showing data from SQL database in a mobile app securely?
- Help!? Google rejecting my app for uploading user contact list.
Android 12 Is Killing Phantom Background Processes Of Apps Posted: 04 Nov 2021 12:46 PM PDT Phantom ProcessesAndroid 12 via The app or phantom processes may also be killed if they use excessive CPU, which was done previously too, but only for app process.
This Check This change is neither listed in android They were named "Phantom" because they were designed to give android devs nightmares when then saw them (allegedly of course). The Which apps will this affect?This will majorly affect all apps that fork child processes from their app process, like with For Termux app, this killing will affect all commands runs in the For Tasker, this will affect Expect such processes to be killed at any time if using Android This type of killing is seemingly worse than the ones commonly implemented before by OEM killer apps, which are usually tracked by https://dontkillmyapp.com. [link] [comments] | ||
Android ecosystem is plagued by bugs created by Google Posted: 04 Nov 2021 02:31 AM PDT For more than a year or so, Android developers with growing resentment observed an onslaught of multiple bugs in such popular SDKs as Admob and Firebase. Those bugs cause spikes in what is called ANR (application not responding) type of crashes. They're caused by issues in the SDKs themselves, and because of that developers have no means to reduce impact. In a few cases which I personally faced, responsible support teams simply ignore bugs and do nothing about them. Some of them have already existed for 2+ years with no fix on the horizon. On the other hand, Google Play ranking algorithm is very harsh towards apps that exhibit ANRs. Even the smallest spike in ANR rate dramatically reduces an app's visibility, performance, and as a result - revenue. So we have a situation, where Google punishes developers for the bugs that Google has created. This post is an attempt to bring attention to this topic since we already tried everything else. There are some links to related bugs, and support topics discussion. https://github.com/firebase/firebase-android-sdk/issues/2387 https://github.com/googleads/googleads-mobile-unity/issues/1825 https://groups.google.com/g/google-admob-ads-sdk/c/eabu4XtJLzo [link] [comments] | ||
Looking for a project with tests. Lots of tests. Posted: 04 Nov 2021 02:17 PM PDT I have seen tons of projects, samples, libraries, apps with different design patterns like MVVM, MVI, MVP, with clean architecture, with cutting-edge android libraries, with compose, and so on. But I haven't seen any of them with tests. Unit tests on all layers. Datasources (network clients, databases), repositories, viewmodels. And if some of those projects have unit tests, these are mostly very basic tests. Not even say about UI tests. These are like an utopia for Android projects. So let me see what you have to share. [link] [comments] | ||
Posted: 04 Nov 2021 10:54 AM PDT
[link] [comments] | ||
At a BLE / Android "learning" crossroads. Posted: 04 Nov 2021 04:18 PM PDT My BLE device is programmed to send one byte of data when I want it to, and I want it to trigger my Android phone to do something, given byte 00 or byte 01. (For example, to turn on and off my flashlight, or prompt a beep) I need to dig into smartphone development now but I found that there are several options to choose from. I only have patience for one learning path. Simpler is better, but it needs to be one of the industry standard solutions for my purpose. I thought of two so far:
What can I develop so that my BLE device will turn on my Android's flashlight? Which is best out of options 1 and 2, or can you tell me something I've not thought of? crosspost: androiddev, arduino ble [link] [comments] | ||
Posted: 03 Nov 2021 09:58 PM PDT
| ||
Dagger 2 - component dependency - nullify dependencies Posted: 04 Nov 2021 02:13 PM PDT Components have different life span. What happens when you specify a dependency: A depends on B, but you destroy B while A is still alive?
[link] [comments] | ||
Any way to disable the list view/recycler views ending swipe/expanding animation on android 12? Posted: 04 Nov 2021 01:29 PM PDT When you hit the end of a list, you get it where the list will do this expand animation when you swipe up making the entire list look weird and it just doesn't look right. Anyone know a fix/option or something in code to remove it? [link] [comments] | ||
Jetpack Compose: Modifiers fundamentals Posted: 04 Nov 2021 12:10 AM PDT
| ||
Cédric Champeau's blog: Multi-repository development made easy Posted: 04 Nov 2021 11:45 AM PDT | ||
Why did Android Application start 1 to 3 times on a single launch? Posted: 04 Nov 2021 06:13 AM PDT I have a simple code as below I get the below log Why Application can start multiple times on a single launch? I have a little investigation with more detail here https://stackoverflow.com/questions/69839732/why-did-android-application-start-3-times-on-single-launch Thanks. [link] [comments] | ||
Posted: 04 Nov 2021 03:46 AM PDT We uploaded an update for our Android app to the Play Store almost 2 days ago. Since then it is "in review". Usually our updates make it through review in a few hours. Is anyone experiencing the same issue? [link] [comments] | ||
Google Play Console - app not getting reviewed Posted: 04 Nov 2021 06:42 AM PDT Hi, I have uploaded an app with my newly created developer account on october, 14th and it has not been reviewed by google since then, so almost 3 weeks. p.s : I have another developer account where I had uploaded the Alpha version of the same app and it took only a few days, but maybe there is a conflict between the 2 developer accounts (with different emails but paid with the same credit card). [link] [comments] | ||
Introduce Kotlin coroutines and Flows to the callback-based Java client Posted: 04 Nov 2021 02:51 AM PDT
| ||
How to make Request to get the serial number of Android device in Android 10+ ? (unity) Posted: 04 Nov 2021 06:28 AM PDT Hello, [link] [comments] | ||
How to make Request to get the serial number of Android device in Android 10+ ? (unity) Posted: 04 Nov 2021 05:31 AM PDT Hello, [link] [comments] | ||
Best ways to (indirectly) direct users to a web payment platform? Posted: 04 Nov 2021 02:19 AM PDT I would like to ask opinions & resources for best practices on directing mobile app users to a web payment platform, without deteriorating the funnel and the UX. Any insight would be appreciated. Details: Our mobile app has cross-platform access across Android, iOS, Windows and Mac (desktop versions recently launched). Users can only get cross-platform access if they make a purchase from the web payment platform. I'm looking for an optimal workaround: both UX and CR-wise. [link] [comments] | ||
Question: Is there any documentation with available api for specific android version Posted: 04 Nov 2021 01:43 AM PDT In apple world you have page like this: Technologies where you can see all API which you can use in ios, macos and so on. Plus there is page for swift about basic library telling you what can you use. For android i'm looking for something like this. But I found only Reference which for me looks like few class for google play interaction. And for kotlin/java is there something telling me which packages I can use in my app ? Thanks for clarification [link] [comments] | ||
Posted: 04 Nov 2021 12:24 AM PDT
| ||
Can anyone explain to me the way of showing data from SQL database in a mobile app securely? Posted: 03 Nov 2021 04:19 PM PDT Hello. Noob here, I'm starting to learn mobile development. After I complete courses and learn Kotlin I want to do the following, but I simply don't understand the way of doing it from the beginning to the end. I have a SQL Database, running on a Windows Server and I can access it via ODBC within the same network. I want to show customers, articles, invoices, etc. from that database in my mobile app, but it must be secure so others can't access the data in any way. How do I do that? Do I need a backend/server-side app that gets data via odbc on that server from the database and then afterwards I have to connect my mobile app to that backend to access data? If so, which backend do I need for example? How do I make it secure? Afterwards I would want to make some changes within the app (change customers address for example) and change the data in the database too. Sorry, it may sound dumb but since this is completely new for me, I don't understand how could I do that. I've read about REST api but idk how it works with odbc, should it be written in python, php, node.js or something else. Do I need firebase, something else? If firebase, is that normally used by companies or do companies build the connection between phone and database without firebase? Thank you. [link] [comments] | ||
Help!? Google rejecting my app for uploading user contact list. Posted: 03 Nov 2021 09:02 PM 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