https://github.com/vimalku637/mvp_demo
This is a basic Android application demonstrating the MVP (Model-View-Presenter) architecture pattern. It shows how to use MVP to display a user's name and email entered through input fields.
https://github.com/vimalku637/mvp_demo
android android-application mvp mvp-android mvp-architecture mvp-pattern
Last synced: 12 months ago
JSON representation
This is a basic Android application demonstrating the MVP (Model-View-Presenter) architecture pattern. It shows how to use MVP to display a user's name and email entered through input fields.
- Host: GitHub
- URL: https://github.com/vimalku637/mvp_demo
- Owner: vimalku637
- Created: 2025-06-04T02:56:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-14T05:44:34.000Z (about 1 year ago)
- Last Synced: 2025-06-24T04:12:30.430Z (12 months ago)
- Topics: android, android-application, mvp, mvp-android, mvp-architecture, mvp-pattern
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MVP_DEMO