Best practice developing mobile apps

I was wondering if developing a mobile app would it be a good workflow to first create a website-project and develop a working framework with database connections(s) and queries.
And after this use that web-project as the data source for a mobile-project?

Menno

If you have designed most of the structure, then I personally think that is it a good approach.

  1. Create the Data API project
    1. Setup the database tables.
    2. Setup the APIs and related workflows
  2. Create the Mobile project
    1. Build the UI
    2. Connect UI to Data API project using Server Actions
1 Like

Now you can use SQLite for your mobile and desktop projects: Using Local Databases in Mobile and Desktop apps

This topic was automatically closed after 2 days. New replies are no longer allowed.