Skip to content

Source code for Simple login app - Here We can login through Facebook and Google by proving our suitable password.And there is also logout option is there using architecture component.

Notifications You must be signed in to change notification settings

souravpany/loginApp

Repository files navigation

loginApp

Source code for Simple login app - Here We can login through Facebook and Google by proving our suitable password.And there is also logout option is there using architecture component.

Built With 🛠

Package Structure

com.android.microblogapp    # Root Package
.
├── data                # For data handling.
│   ├── local           # Local Data Handlers     
|   │   ├── db          # databse related activity.
        ├── prefs       # local file system for saving data. 
    └── model           # POJO classes  
│   └── repository      # Single source of data.
|
├── model               # Model classes
|
├── di                  # Dependency Injection             
│   ├── builder         # Activity Builder
│   ├── component       # DI Components       
│   └── module          # DI Modules
|
├── ui                  # Activity/View layer
│   ├── base            # Base View
|
│   ├── home            # User login Activity & ViewModel
|   │ 
│   └── main            # User main Activity & ViewModel
|
└── utils               # Utility Classes / Common classes / Rx / display

Architecture

This app uses MVVM (Model View View-Model) architecture.

About

Source code for Simple login app - Here We can login through Facebook and Google by proving our suitable password.And there is also logout option is there using architecture component.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages