Hello everyone, do you want to know what is the progress of our project?😏 Obviously, I am here to share that with you. So let’s have a look at the work done in the fourth week of this amazing journey🧐- This week I had set up Gitlab CI for our trainer app, Completed the offline support for the trainer app using SQLite database, added syncing UI in the app to differentiate the downloaded content, testing 2–3 issues that were mentioned in the last blog that they are resolved or not. Wait guys let’s discuss all this in detail😀- Set up CI/CD Pipeline to automatically build apk/artefact Without CI/CD it difficult to check whether the particular code will build properly or not and we have to think about a local clone of the project or any other option to get its latest apk. To solve this I had set up the CI/CD Pipeline as well with the MR sent last week and in the one sent this week also. Resolved Issues: #112 committed here - ce83405a Last run Pipeline: #327895681 CI is also added t...