A simple Android app built in Kotlin demonstrating multi-activity navigation, with Welcome, Login, and Signup screens.
This project is ideal for beginners learning Android development, ConstraintLayout, and basic UI interactions.
- MainActivity: Welcome screen with a logo and Continue button.
- Screen2 (Login): Login screen with username/email and password inputs.
- Screen3 (Signup): Signup screen with username, email, password, and password verification.
- Navigation:
- Continue button → Login screen
- Login screen → Signup screen or back to Home
- Signup screen → Login screen or back to Home
- Basic validation:
- Checks for empty fields
- Password verification on signup
- Toast messages for user feedback
Fatima Habib


