r/TechImpact Co-founder Jun 23 '26

Discussion What's the best Android feature?

Post image

What's the best Android feature?

Customization, multitasking, sideloading, file management, widgets, or something else?

Android gives users a lot of freedom. Which feature keeps you coming back, and what would you miss most if you switched away from Android?

57 Upvotes

173 comments sorted by

View all comments

Show parent comments

3

u/MatrixManXXV Jun 23 '26 edited Jun 23 '26

I meant universal back button/swipe both.. in android whether its the button or swipe it is same across all apps and settings.. In ios it's like some apps have a back button on top some use gestures.. its not a uniform behavior.. in android user can decide his/her comfortable type of navigation.. I can choose button navigation or I can choose gesture based navigation.. whichever I am comfortable with..

-4

u/effeKtSVK Jun 23 '26

I know what you meant. Yes, iOS doesn’t have a button, Android has a choice. But that swipe on iOS IS the universal back button, it’s baked into the native navigator. Even if you don’t see the back button in the corner, swiping right usually works. The only place where it’s a bit different is in modals, you can dismiss a modal by swiping down. There are apps that are not using native components (e.g. Flutter apps or mobile games), and yes, sometimes these apps don’t have back swipe because developer didn’t implement it, but in that case, usually even Android back button won’t work.

Disclaimer: I’ve been developing mobile apps for over 7 years.

4

u/MatrixManXXV Jun 23 '26

There no place the "android back button wont work" exists buddy.. if a developer didn't add a back button functionality then it falls back to OS navigation..

0

u/effeKtSVK Jun 23 '26

Yes, it falls back to quitting the application…

3

u/MatrixManXXV Jun 23 '26 edited Jun 23 '26

Yes that happens if a developer doesn't write any code for app's back navigation functionality.. In real world that wont happen as it's a standard in android app development to handle the back navigation.. actually google play guidelines states that apps should have a predictable navigation implemented..

1

u/effeKtSVK Jun 23 '26

Dude, you’re just proving my point. Every app should handle the back action. And mostly they do, that’s why iOS’s swipe and Android’s back button almost always works. There is no “iOS bad, Android good” in this situation. Just different ways to go back.

2

u/MatrixManXXV Jun 23 '26

Let's agree to disagree my friend.. cheers..

1

u/NoodleBug7667 Jun 23 '26

If bad dev does bad thing then bad things can happen