hostwhiz.blogg.se

Open send to kindle app
Open send to kindle app










open send to kindle app

Presumably because I'm just setting an ACTION_VIEW intent this could have been handles in the other class that does the onClickListener for the imageview that holds the book I want. The page will be downloaded and converted into a kindle.

OPEN SEND TO KINDLE APP HOW TO

Accordingly, some design features may not display exactly as they do on other Kindle devices and apps. How to use it: From the browser, select a web page and click on the key share, 'send to kindle' app will be present among the share apps. The Kindle for iPad/iPhone/iPod app does not yet fully support Kindle Format 8, Amazon’s next-generation ebook file format. I'm overriding the onReceive method in this case so that I can perform some additional steps on each book. The ebook should appear on the device’s Home screen. Another way is by emailing the file to your personal Kindle email, or. Uri file = Uri.parse("kindle://book/?action=open&book_id=AMZNID0/" + bookID + "/0/") Sending a PDF file to Kindle can be done by installing the Send to Kindle app from Amazon. Intent readbook = new Intent(Intent.ACTION_VIEW) The code I'm using is as follows: if(intent.getAction().contains("BOOK_ACTION_"))īookID = intent.getAction().substring(12) In my case I had to set some flags on the intent to launch a new activity. Then we need to define an Uri for the data which is actually a link that looks something like: kindle://book/?action=open&book_id=AMZNID0/B000FC1GHO/0/, where in this case the section B000FC1GHO corresponds to the ID of the book.įinally we can then start the activity. Fan of reading, you maverick you Well if you're rocking an Android device, head on over to the Market Google Play and hit update on that Kindle app, as the online retailer from the Northwest has some fresh bits waiting for you. First we need to set the intent to an ACTION_VIEW intent.












Open send to kindle app