I am making an application (actually a Background Service), now i want a little User Interface for that application to set username and password.
Can anybody guide me that how can i make an interface for that and what could be the strategy to open that in interface again if i want to change username and password.
I don not want that my application has any launcher.
Please Guide!
What I perceived from your question is that you need to start
ActivityfromServiceif that the case below is the code, and dont make this activity as launcher of your application.