I have a complete frontend ready in React Native (using Expo) and now I want to write the backend for it in Java. In my project directory, I see an android folder that resembles a project created using Android Studio (app → src → main → domain → MainActivity.java).
This file looks something like an android project but has many new overridden methods that I have never seen, so how do I go about writing the backend for the frontend of the application? Where could I find documentation regarding the same?
