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
demandé il y a 25 jours83 vues
1 réponse
0
Réponse acceptée

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
répondu il y a 24 jours
profile picture
EXPERT
vérifié il y a 24 jours

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions