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
asked 11 days ago66 views
1 Answer
0
Accepted Answer

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
answered 11 days ago
profile picture
EXPERT
reviewed 10 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions