I have created a textview within my MainActivity and i need to pass this into my IntentService as I need to use the textview from MainActivity somewhere else. Is it possible to use the findViewById within an IntentService or is there a method in order to be able to do something similar that will allow that TextView to be used within the IntentService?
Thanks