1
I’m developing an app Android and would like to use a theme that makes it similar to iPhone (iOS). Is there any place where I can get this theme or simple way to implement it?
1
I’m developing an app Android and would like to use a theme that makes it similar to iPhone (iOS). Is there any place where I can get this theme or simple way to implement it?
6
Although it is possible to do this with themes and customizing components, this is not recommended for the simple fact that the app has an iOS app behavior can compromise the usability of the app as a whole, because users are not used to the platform.
This text explains better why this is not recommended: https://developer.android.com/design/patterns/pure-android.html
Although it is the truest truth, it does not answer the question (if this question deserves an answer).
I know it’s not ideal, but as commented above, it’s just to add some interesting visual aspects.
0
Although not exactly a theme and not allowing iOS interface on Android, but a complete framework for mobile development, Framework7 seems an interesting solution to simulate native interfaces of devices.
To learn more: https://framework7.io/
0
Friend I would not do it! My suggestion is to respect the UX rules and use "the face of your application" according to the platform that it belongs to.
See you soon!
Browser other questions tagged android ios themes
You are not signed in. Login or sign up in order to post.
Depends, which iOS ? the new flat version?
– Paulo Roberto Rosa
Maybe you won’t find a whole theme that looks like iOS, if you search for components(Buttons, List, etc) with iOS theme and design your
theme
with these components will have a good result.– iTSangar
iOS 6, preferably.
– digofreitas