Will I have to develop an app using amplify separately for android and ios?

0

I am developing an app using amazon amplify. Frontend using figma, will I have to develop the app separately for ios and android or I will have to just design the frontend part separately for android and ios?

profile picture
已提问 25 天前83 查看次数
1 回答
0
已接受的回答

With Amazon Amplify, you can build cross-platform mobile apps with a shared codebase that runs on both iOS and Android. So you don't need to build completely separate native apps for each platform. However, you will likely need to create platform-specific UI code and assets for iOS and Android. For example, you can use Figma to design UI mockups for each platform that follow their respective design guidelines. You would then implement those platform-specific UIs in code, while sharing other non-UI business logic and data access code across platforms using Amplify.

So in summary - you don't need fully separate codebases for iOS and Android, but you do need to account for platform differences in UI/UX design and implementation. The exact split between shared and platform-specific code will depend on your app architecture and complexity.

AWS
已回答 25 天前
profile picture
专家
已审核 24 天前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则