Jump to content
Fudley

Recommended devices android testing

Recommended Posts

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
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
4 hours ago, Die Holländer said:

Maybe more..

Yup. android is huge worldwide.

 

Edited by ToddFrankson

Share this post


Link to post

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

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.

 

  • Thanks 1

Share this post


Link to post

Thanks everyone for the great informative answers! This is such a helpful and knowledgeable group.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×