I have made some changes in my code before adding async task my app working proper its authenticate username and password from remote server but unable to launch other activity
Context is wrong, just change:
startActivity(new Intent(this, QuestionnActivity.class));
to:
startActivity(new Intent(LoActivity.this, QuestionnActivity.class));