Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intent RGB

intent rgb

A practical Android application built to demonstrate Activity Navigation, Intent Flags, and Task Stack Management in Native Android development.


Key Learnings & Concepts Covered

  • Task & Back Stack Optimization: Utilized FLAG_ACTIVITY_CLEAR_TOP combined with FLAG_ACTIVITY_SINGLE_TOP to pop intermediate activities off the back stack and reuse existing Activity instances without triggering unnecessary onCreate() rebuilds.

  • Bitwise Operations in Android: Applied Kotlin's bitwise or operator to combine multiple Intent flags into a single integer payload efficiently.

  • Explicit Activity Navigation: Structured fluid screen transitions across color-themed Activities (RedGreenBlue) using chain-style startActivity() calls.


Tech Stack

  • Language: Kotlin
  • UI Framework: Native Android XML Layouts
  • Architecture Concept: Explicit Intents & Activity Lifecycle Management

About

A practical Android application built to demonstrate Activity Navigation, Intent Flags, and Task Stack Management in Native Android development.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages