I'm developing an Android app and would like to use a theme that makes it look like iPhone (iOS) apps . Is there anywhere I can get this theme or simple way to implement it?
I'm developing an Android app and would like to use a theme that makes it look like iPhone (iOS) apps . Is there anywhere I can get this theme or simple way to implement it?
Although not just a theme and not allow iOS interface on Android, but a complete framework for mobile development, Framework7 seems an interesting solution to simulate native device interfaces.
To learn more: link
Although it is possible to do this with themes and customizing components, this is not recommended for the simple fact that the application has an iOS app behavior that may compromise the usability of the app as a whole, as users are not accustomed to the platform .
This text best explains why this is not recommended: link
Friend I would not do that! My suggestion is to respect UX rules and use "the face of your application" depending on the platform it belongs to.
See you soon!