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日前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ