Advice on mobile app

Hello,

I am building a web app that will later be put into the Play Store using a wrapper. What are the things that I should keep in mind while building this so that the other guy does not curse me?

Also, I would like to know about the best practices for building mobile apps in general

Happy Learning!

2 Likes
  • Keep an eye for responsiveness. Not all mobile phones have the same width so structure it in a way that it goes from 320px to 640px seamlessly.

  • If you’re using BDK native use check which elements work properly because the last time I used BDK I had to download BDK’s elements to have the app work properly.

  • Do not build on a single screen. Initial loading time increases on mobile so the less you have on your home screen the better. I would recommend creating new pages for each tab in the footer.

  • Use reusable elements as much as you can.

Thank you for your advice. I will keep these in mind!

1 Like