Search code examples
bada

How can I run created app in all Bada devices


I have just created a new project with Bada SDK 2.0.2. When creating the new project I was asked to select a model i.e either HVGA, QVGA, or WQVGA.

Now my problem is that if I select a QVGA model than I am not able to run my app in HVGA and WQVGA. Similarly, if I select HVGA then also the same problem arises. So why does this happen? Do I have to create different projects for every resolution? If not how can I resolve this problem?


Solution

  • You can run your app in any resolution, irrespective of the resolution selected. Only thing is you need to take care of some UI changes which might occur due to resolution changes. Moreover when you push you app to samsung app store, you need to select the device resolution for which you wish to publish. Its entirely up to you.