TrafficLight is an Android app that demonstrates the use of multiple fragments and communicating between them with listener interfaces.
Wanted to explore Fragments on Android.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
Android Studio
To get TrafficLight, follow these steps:
git clone https://github.com/2kabhishek/TrafficLight
cd TrafficLight
- Learned more about Fragments
- Learned about Listener interfaces
Hit the ⭐ button if you found this useful.