Skip to content

An abstract activity which has boilerplate code for registering and unregistering a BroadcastReceiver

Notifications You must be signed in to change notification settings

rohitksingh/ReceiverActivity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Abstract Basic Activity

An abstract activity which has boilerplate code for registering and unregistering a BroadcastReceiver

Overview

Abstract

About the BasicActivity

  • Register BroadcastReceiver at onStart()
  • Unregister BroadcastReceiver at onStop()
    You can find 'BasicActivity' code HERE

How to use BasicActivity in your Project?

-- Make your Activity subclass of the BasicActivity -- Override the abstract methods the way you want

You can find an implementation HERE


About author

This Repository is developed and maintained by

Rohit Singh

About

An abstract activity which has boilerplate code for registering and unregistering a BroadcastReceiver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages