by kitercuda » 29 Oct 2012, 16:49
Here is code for downloading PDF:
public boolean onOptionsItemSelected(MenuItem item) {
Intent i;
switch (item.getItemId()){
case R.id.userguide:
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.funair.cz/downloads/manuals/gpsilsvor.pdf"));
startActivity(browserIntent);
break;
...
There is no loop