memical
memical

Reputation: 2503

mobile multiplatform development with native UI

i have developed an app, running on iphone and android, using phonegap and jquery mobile. The combination of them is really great.

To support multi platform, I have also evaluated some other platforms too, but the problem that i have is that the UI does not feel native (and although not a problem for most apps performance cannot be compared with native).

The only solution so far giving acces to native UI seems to be monotouch.

Do you have any suggestions on platforms offering native ui at least on iphone and android, regardless of language used?

Thanks.

Upvotes: 0

Views: 300

Answers (3)

memical
memical

Reputation: 2503

for now i will go with a mixed on js based on phonegap and native controls plugin which i will extend as needed.

Upvotes: 0

pinxue
pinxue

Reputation: 1746

The native UI is a puzzle indeed. You need read HIG firstly, cook UI with color and images to get close with system default ones. But if you are using PhoneGap thing, why do you even worry about it? Just rely on framework to get close the look and feel. Get your app really useful is more attractive than looking accustomed for user.

But it is important to adjust interactive design to avoid conflict. For example iOS navigation bar has return button in left most part, don't put it at right. And Android user will get disappoint if there is no response for long pressing or context menu key pressing.

Upvotes: 0

Alex Terente
Alex Terente

Reputation: 12036

The only way to have native UI response is to write native apps.

Upvotes: 1

Related Questions