Application Class: Application-wide data sharing #android

Read Time 2 minutes There are cases when we need to share same data to all application components and we want anyone to be able to update that data. Example of this use-case can be application settings e.g shared preferences. Application class instance is initiated before any other component and remained there till the application terminate. You can think …

Application Class: Application-wide data sharing #android Read More »