= new BufferedReader(new InputStreamReader(in)); StringBuilder str = new StringBuilder(); String line = reader.readLine(); str.append(line); //yours download should be here. String out = str.toString(); Android Programming
user click on the “go” button the app will show the web page for the url entered. When the user click the “save” button , the page displayed will be saved on internal storage with her title as name. Android Programming