iOS UI elements porting on Android

前端 未结 4 1522
闹比i
闹比i 2021-02-13 09:35

ladies and gentlemen!

Very often on my job I meet the following requirement from the client, when developing android applications: \"make it look like and iPhone app\".

4条回答
  •  太阳男子
    2021-02-13 09:56

    There is no library to port iphone views to Android but if you are starting both applications from the scratch you have two possible approach to share views between both platforms.

    First one is using WebViews and coding HTML, JS and CSS. This kind of app is called hybrid.

    Second one is using openGL. You can do it directly or using a framework like cocos2d-x.

    Depending on what you are willing to you should choose what to use.

提交回复
热议问题