Skip to content

This project is supposed be a tutorial. It shows you some cool ways to pass data in your app's screens and services.

Notifications You must be signed in to change notification settings

SurajKGoyal/communication_between_fragments

Repository files navigation

Communication Between Fragments

This project is about some practices to pass data among fragments. Three Ways are listed here

  • With Interface
  • With ViewModel
  • with EventBus

Usage

This project is supposed be a tutorial. It shows you some cool ways to pass data in your app's screens and services. You can also read about this on Medium.

Built With 🛠

  • Kotlin - First class and official programming language for Android development.
  • LiveData - Data objects that notify views when the underlying database changes.
  • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
  • EventBus - A publish/subscribe event bus for Android and Java.

Author ✍️

  • SurajKGoyal

About

This project is supposed be a tutorial. It shows you some cool ways to pass data in your app's screens and services.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages