this post was submitted on 10 Jul 2024
10 points (100.0% liked)

Android Development

477 readers
1 users here now

Welcome to the programming.dev Android development community!

The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License

founded 1 year ago
MODERATORS
 

I’m interested in learning app development for Android devices, and I’d like to test the apps in a physical device, but my phone is an iPhone.

Which phone model or brand do you recommend for it? Are there some general ideas for choosing a device?

top 4 comments
sorted by: hot top controversial new old
[–] GalacticTaterTot 6 points 1 month ago

Any Pixel really. I’d probably lean toward like a Pixel 8a if you’ve got the budget for it since you’ll get 7 years of updates so you can target the latest Android platform. Plus, Google commonly has sales on the Google Store (definitely avoid paying full price for one). But all the Pixels have good 3rd party ROM support so even the older ones can run the newest versions of Android using Lineage or something similar.

TBH, if you’re just learning, I’d say just use the Android Studio emulator.

[–] Yeahboy92 2 points 1 month ago

A used Google Pixel or Samsung Galaxy should be pretty cheap. Just make sure they support whichever version of Android you want to develop on. Pixel 6's are under $200 USD on eBay currently and should all be upgradable Android 14.

[–] [email protected] 1 points 1 month ago

Any cheap tablet really. If you can get devices with different OS versions then all the better as things can change a lot in between versions.

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

Have you considered trying Flutter first? The components are Material 3 just like Jetpack Compose, but you can run it pretty much anywhere.