Thread: Go to Location
View Single Post
Old 07-16-2013, 02:33 PM   #1
joenojunk
Junior Member
joenojunk got an A in P-Chem.joenojunk got an A in P-Chem.joenojunk got an A in P-Chem.joenojunk got an A in P-Chem.joenojunk got an A in P-Chem.joenojunk got an A in P-Chem.joenojunk got an A in P-Chem.joenojunk got an A in P-Chem.joenojunk got an A in P-Chem.joenojunk got an A in P-Chem.joenojunk got an A in P-Chem.
 
Posts: 7
Karma: 6166
Join Date: Jul 2013
Device: Kindle
Go to Location

I'm working on a script that will open to a particular location I can open the book with this ..
Intent intent = new Intent();
intent.setAction(android.content.Intent.ACTION_VIE W);
File file = new File("/sdcard/Books/Testbook.prc");
intent.setDataAndType(Uri.fromFile(file), "application/x-mobipocket-ebook");
startActivity(intent);


But when the book opens how do I output a go to location?
Any Ideas??
joenojunk is offline   Reply With Quote