Fudley 4 Posted February 5 What devices would you include when testing an android app meant for tracking collections (stamps and such) ? I know there are services and emulators, but would testing with the actual devices be better? Share this post Link to post
ToddFrankson 4 Posted February 5 6 hours ago, Fudley said: What devices would you include when testing an android app meant for tracking collections (stamps and such) ? I know there are services and emulators, but would testing with the actual devices be better? Considering when an app is submitted to the Play Store, Google will give you a list of 18,000+ androids your app will work with. I recommend something that's an average size screen for UI. Share this post Link to post
Die Holländer 67 Posted February 6 8 minutes ago, Fudley said: 18000? Gulp. Maybe more.. Share this post Link to post
ToddFrankson 4 Posted February 6 (edited) 4 hours ago, Die Holländer said: Maybe more.. Yup. android is huge worldwide. Edited February 6 by ToddFrankson Share this post Link to post
alejandro.sawers 14 Posted Monday at 03:13 PM Much like programming itself, it's ideal if you can cover corner cases, like high-end and low-end devices, or devices from different manufacturers and/or Android versions. My Android testing "lab" actually consists of: - Google Pixel 7a (high resolution, latest Android patches including betas) - Samsung J2 Core (small screen, low resources, old Android versions) - Redmi Note 11 (mid point, main test device) This is because our app, on its simplicity, is expected to run on every Delphi-supported Android device possible, but most people (including myself years ago) can submit confidently to Play Store by testing with just a single physical device. On 2/5/2025 at 8:39 AM, Fudley said: would testing with the actual devices be better? Personally I think yes. Not only emulators are harder to run nowadays (I think modern, official Android emulators no longer run on x86 PCs) but also having full control of the devices is an availability bonus. Share this post Link to post
Vandrovnik 217 Posted Monday at 04:05 PM Samsung offers a remote testing lab: https://developer.samsung.com/remote-test-lab 1 Share this post Link to post
Rollo62 550 Posted Monday at 05:33 PM I usually look into market surveys, which phones or brands were selling best https://www.heise.de/news/Smartphone-Markt-hat-sich-2024-erholt-chinesische-Marken-legen-zu-10241291.html#nav_marktanteile__1 Then you have a chance that you are testing on whats your clients are using most. Google Pixel is perhaps the best, most modern and best supported Android phone, which helps to be state-of-the-art, but its market share is quite low still. 1 Share this post Link to post
Fudley 4 Posted 16 hours ago Thanks everyone for the great informative answers! This is such a helpful and knowledgeable group. Share this post Link to post