Skip to main content

Posts

Featured

download pdf using maneger..... android

webview.setDownloadListener(new DownloadListener() { @Override public void onDownloadStart(String url, String userAgent, String contentDisposition, String mimetype, long contentLength) { DownloadManager.Request request = new DownloadManager.Request( Uri.parse(url)); //Restrict the types of networks over which this download may proceed. request.setAllowedNetworkTypes(DownloadManager.Request.NETWORK_WIFI | DownloadManager.Request.NETWORK_MOBILE); //Set whether this download may proceed over a roaming connection. request.setAllowedOverRoaming(false); Toast.makeText(getApplicationContext(),url +" agent "+userAgent +" "+contentLength,Toast.LENGTH_LONG).show(); Log.d("show ",

Latest posts

justadmissionnotification

JUST Admission Aid Session 2017 18

c program

HSC ICT HTML Tutorial 4 .2 Heading tag || হেডিং এর ব্যবহার

HSC ICT HTML 4.3 HTML Code – প্যারাগ্রাফ তৈরি করা

test

testing for blog