Showing Entered webpage (site) after auto Login (Via http-post)

1 vote · 1 comment

I used this link(sarangasl.blogspot.com) to make a login app to a website (via http-post). Now I need to open the logged in website in my app.

All is right until I use this code for displaying the logged in webpage:

   WebView wv = new WebView(getApplicationContext());
   wv.loadUrl("http://www.site.com/");
   this.setContentView(wv);

When I use the above code, this show login webpage to me, not the logged in version, even though my app logged into the website.

How can I display the logged site inside my app after my app logs in?

raw ·
copy
· download
?
Add a comment

1 Comment

My friend, HERE IS NOT THE RIGHT PLACE TO MAKE QUESTIONS !! Here you need to post solutions ! If you have a question you should to go http://stackoverflow.com/

Reply · May 20, 2014, 1:41 p.m.