androidtoolbartabletkindle-fire

android - how to handle the bottom toolbar on amazon kindle fire


it seems that on amazon kindle there is a bottom toolbar that takes space of my full screen app , yet the app itself thinks that it got the entire screen , so a part of it is always hidden by the toolbar.

the situation is different on other tablets , so i guess the problem is with amazon kindle fire.

is there a way to overcome this issue?

maybe there is an sdk for amazon kindle fire which can help with it? maybe a way to put the toolbar on the upper side , or make the app take the real size that it can, excluding the space taken by the toolbar?

please help .


Solution

  • maybe there is an sdk for amazon kindle fire which can help with it?

    Not at this time.

    maybe a way to put the toolbar on the upper side

    No, sorry.

    make the app take the real size that it can, excluding the space taken by the toolbar?

    You are welcome to write the code for that. As the Kindle Fire documentation states:

    *Note: The device will reserve 20px to display a soft key menu, making the effective portrait resolution 1004px high x 600px wide and the effective landscape resolution 580px high x 1024px wide.

    So, for the Fire, make sure you are not using any more space than the above dimensions, and you will not have to worry about the bar.