I have stored some data to a Global Class By using the Application Context In One Activity. Later I have to Retrieve those values in A Fragment. I have done something like t
In Kotlin we can get application context in fragment using this
requireActivity().application