you can use intent.ACTION_VIEW and Uri to read a file.if u already have pdf reader installed then u can use Uri path = Uri.fromFile(file);
Intent intent = new Intent(Intent.ACTION_VIEW) ;
intent.setDataAndType(path , "application/pdf");
intent.setFlags(Intent.FLA G_ACTIVITY_CLEAR_TOP);
Intent intent = new Intent(Intent.ACTION_VIEW)
intent.setDataAndType(path
intent.setFlags(Intent.FLA
Codevian Technologies is a professional PHP development company. We provide our services and best results to our customers. We bring great websites and web application of every size to our clients. We transform your dream projects into reality. Codevian Technologies is the right place to hire php developers. Please feel free to call us on +91 9225108952 or contact by email at sales@codevian.com, if you require any additional information. Please visit our website www.codevian.com.com
ReplyDelete