When my application starts, login Activity appears. It contains checkbox “sign me next time”. I want to start another Activity next time of application starting and send username and password of user to it if checkbox was checked.
How can I implement this?
You probably want to save the username and checkbox value in the SharedPreferences.
After that you can retrieve them when the application starts.
Example: