Questions tagged [kindle-fire]

The Kindle Fire is a family of Android-based devices, using the Amazon ecosystem and running their AppStore for third party applications instead of the Google Play Store.

Amazon introduced the Kindle Fire on November 15, 2011. Based on the Android operating system, the original 7" color tablet device was tightly coupled with Amazon's Kindle ebook library, App Store, memberships (Prime) and web services (as a caching proxy for the Silk web browser).

In 2012 they released an Android 4.0.2 based update to the original 7" device, as well as a new HD 7" and 8.9" devices and with more emphasis on the android app eco-system.

In 2013 they released Android 4.2 based 7" HD and HDX devices and an 8.9" HDX model.

In April 2014, a smart TV device, building on the Kindle Fire brand and similarly using Android, called Amazon Fire TV was introduced.

In September 2014, they announced FireOS4 (Android 4.4) based 6", 7" HD devices and an updated 8.9" HDX, as well as beginning a roll-out of FireOS4 to the 2013 HDX tablets.

324 questions
0
votes
3 answers

android TextView make invisible span on Kindle Fire

I want to have a portion of my TextView invisible. In detail, I present a math problem to the user: 9 * 9 = 81 and I want 81 to be invisible. As user types correct answer, I make digit "8" and then "1" visible. I tried to use TextAppearanceSpan and…
Nick
  • 3,205
  • 9
  • 57
  • 108
0
votes
1 answer

svg image inside span tag in mobi file not display numbers

when put svg image inside span tag like
Hala Aly
  • 141
  • 2
  • 13
0
votes
1 answer

Android browsers don't initiate a connection for a specific url

I'm trying to access http://feeds.boston.com/boston/bigpicture/index from Kindle Fire from both the standard browser and the Dolphin browser. I'm using Fiddler as a proxy and when I'm requesting http://www.boston.com/bigpicture/index.xml from the…
axk
  • 5,316
  • 12
  • 58
  • 96
0
votes
1 answer

How to stop calling onCreate again when launching application in kindle fire device?

I developed an android application with two screens. The application is working with android devices good. But i installed application in amazon kindle fire tablet launched the application started good. I navigated from 1st screen to 2nd screen and…
Raghu Mudem
  • 6,793
  • 13
  • 48
  • 69
0
votes
1 answer

Problems trying to install APK on Kindle Fire

I'm trying to test my app on a Kindle Fire. I hacked the .ini and .inf files as per the book. My computer sees the kindle but I dismounted (ejected) the kindle and hit the disconnect button on the kindle as per the book's instructions. I'm new to…
Dean Blakely
  • 3,535
  • 11
  • 51
  • 83
0
votes
0 answers

How do I get the Kindle Fire Browser to display a JSON response in place?

I have a ASP.NET Web API endpoint. When testing the endpoint in the browser on my Kindle Fire, the JSON response does not display in the browser. Instead, a .bin file is downloaded. How do I get the browser to display the JSON ? I have full control…
Scott
  • 149
  • 2
  • 9
0
votes
0 answers

How can I have my app save data to Kindle Fire storage?

Currently, I'm working on an app that downloads and saves files to /sdcard. But a function I have that detects current sd card status says that no sd card was detected when I run it on the Kindle Fire emulator. My question is: How can I save these…
aakbari1024
  • 167
  • 1
  • 3
  • 9
0
votes
1 answer

Debugging Adobe AIR apps on Kindle Fire

Possible? I think to do this I need to upgrade the AIR runtime on the Fire to 3, but the version in the app store won't install. I can't create an AIR apk that is both captive runtime and debug that I know of, so the debug version of the app has to…
Scott A
  • 7,745
  • 3
  • 33
  • 46
0
votes
1 answer

How to create books for Kindle Fire that allows for panning and zooming similar to Newsstand?

To be clear, this is a programming question. I want to publish a book for the Kindle Fire that has images that can be pinched, panned and zoomed in the same manner as the content for the Newsstand does. I have researched this a lot, and can't find…
thisjustin
  • 280
  • 1
  • 3
  • 18
0
votes
1 answer

Invoking video player application on Kindle Fire directly from WebView

In my application I've got a WebView which might be used to display www.youtube.com or m.youtube.com content. I've got the following code in the onLoadResource callback: @Override public void onLoadResource (WebView view, String url) { …
Lee
  • 3,996
  • 3
  • 33
  • 37
0
votes
2 answers

Video does not play in Kindle fire. application crashing android

In my app i m loading some video mp4 files and it plays on tablet and other android devices but when i try to play the same video on kindle fire the application crashes. Any suggestions please. Please look into my code public class VideoPlayer…
cavallo
  • 4,414
  • 9
  • 39
  • 61
0
votes
1 answer

weird kindle fire layout issue

I've written an android app with a view within an activity that relies on a callback to the view's wrapper's getHeight() function using an OnGlobalLayoutListener attached to the view's wrapper's viewTreeObserver to determine the amount of space it…
vancan1ty
  • 563
  • 1
  • 4
  • 16
0
votes
1 answer

Playing sound on kindle fire

the problem is that when trying to play music he plays is not always the case. At the same time the log is issued the following lines (sound not playing) 04-20 10:59:44.944: WARN/ASFDummyExtractor(11743): ASF parser is not available 04-20…
dmst
  • 21
  • 3
0
votes
2 answers

What event does the Kindle's"Home" button kick off?

The Kindle Fire has a bar at the bottom that includes a "home" button and a "back" button. When I click the "back" button, my app's "onPause()" event is invoked. When I click the "home" button, my app crashes. An Android dialog box is displayed. It…
Tony Ennis
  • 12,000
  • 7
  • 52
  • 73
0
votes
3 answers

How to run map application with out using "com.google.android.maps" in manifest

I have developed map application. In manifest XML i have added With this it is working fine in mobile devices and emulator. But in kindle fire device it is not working, when i remove…
Vamshi
  • 1,495
  • 1
  • 15
  • 31
1 2 3
21
22