UI Issues in converted android Apps to BlackBerry platform -


i on process of converting android app run in blackberry platform , publish in blackberry world (bb market place).

so continued follow following tutorial , yes runs in blackberry 10 device simulator issues.

in android app, has seperate uis defined main screen catogories follows , works great in screen sizes when running on android.

layout-small layout layout-large 

but converted app bb, in cases part of ui bottom goes beyond screen limit (in bb 10 device simulator) , not fit blackberry screen. ui height bb 10 emulator screen

also when check in converted app while it's running on bb 10 device simulator has refered uis defined under layout-small android app.

so questions are

1). can make uis fit (in converted android app bb) screen sized blackberry devices?

2). how can ensure app work fine in blackberry screen sizes? (cause using bb 10 device simulator , found no way bb z10 or q10 device skins)

3). possible convert android app work fine pre blackberry 10 os versioned devices? (as not getting exact point explaining under "overview" section of following link)

if have experienced above issues , found solutions great hear , aprreciate guidance sortedout. in advance...!!!

1.) that's tricky point. if layout-small used, guess using 720x720 simulator, q10 resolution (the z10 use layout-large, according http://supportforums.blackberry.com/t5/android-runtime-development/android-drawable-folder-layout-folder-for-bb-z10-and-q10/m-p/2169275#m3862). layout not adapted square screen. i'll guess there's no magical answer: you'll have adapt it. maybe try z10 resolution (see point 2) first, check solves issue.

2.) latest simulator, can choose between 1280x768 (z10) or 720x720 (q10) screen. if layout displaying fine on both screen sizes on emulator, display fine on real devices. change between z10 , q10 resolution, have number choose when emulator starting (at begining).

3.) android apps runs on 2 kind of devices: playbook, running bb tablet os, , bb10 devices (q10/q5/z10). guess question related bbos 7 , before. no, there's no way run android apps on them.


Comments