Skip to main content

CodeBase Overview

Directory Structure

/app  
/src
/main
/java
/org
/ird
/android
/activities
/login
- LoginActivity
- LoginContract
- LoginPresenterImpl
/child
- ChildActivity
- ChildContract (Presenter)
- ChildPresenterImpl
/adverse
/women
- MainActivity.java
- LoginActivity.java
/res
/layout
/drawable
/values

Key Classes and Files

  • LocaleActivity.kt: Entry point of the application
  • Presenters: Serve as the intermediary between the Model (data layer) and the View (UI layer)
  • RetrofitClient.java: Configures API interactions
  • DatabaseHelper.java: Manages local SQLite database