Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.01 KB

File metadata and controls

38 lines (32 loc) · 1.01 KB

Android Intent Navigation

A native Android application demonstrating multi-screen navigation and data passing between Activities using Intents.

Preview

App Screenshot App Screenshot

Features

  • Multi-screen navigation using Explicit Intents
  • Data passing between Activities using putExtra/getStringExtra
  • Input validation with Toast messages
  • Material Design TextInputLayout
  • Back stack navigation using finish()

️ Built With

  • Java
  • Android SDK
  • ConstraintLayout
  • Material Design Components
  • Android Studio

Concepts Covered

  • Explicit Intents and Activity navigation
  • Passing data between screens with Intent Extras
  • AndroidManifest.xml and Activity registration
  • Back stack and finish()
  • Material TextInputLayout and TextInputEditText
  • Input validation
  • Toast messages

Getting Started

  1. Clone the repository
  2. Open in Android Studio
  3. Run on device or emulator (API 24+)

Author

Abdullah Ashfaq — @Abdullah-2238