MNNIT CC 2021-22 Classes

Android Frontend

For this follow the 3 classes we took under Computer Club during the month of May: here

Flutter Frontend

Best way to start is to head on to https://flutter.dev/ and press the ‘Get Started’ button. The official docs of Flutter are very great for learning.

Flutter Courses:

Brief overview on how to make Backend (BE) with Android Frontend (FE)

REST APIs can be made using different languages and frameworks. Popular frameworks are as follows

BE with ExpressJS

Basics

ORMs (Object–relational mapping)

For making database operations in backend, ORMs are generally used which makes DB operations easier to handle.

Widely used ORMs are as follows

Using REST APIs in Android FE

REST APIs calls can be convinietly handled using Retrofit library. Quick overview of Retrofit

Note: It is highly recommended to refer the official documentation of each library/framework which has to be used both in FE and BE, video/third party resources can be referred in case of roadblocks and bugs