Hello,
i am experienced programmer in both java and javascript (web
developing).
Now with android, there is the possibility in using both to render the
page before displayed in the webview. Now my question is, which one is
the more performance one.

E.g. rendering a real large table of 5 col x 5000 rows. Each cell
containing a text of picture.

Now i could do this by using a simple javascript loop generating
<tr><td>....</td></tr>
or i could do it in the native java code by loop and string
concatenation of the same.

Which one is faster, especially on slower devices (G1) or faster
devices (desire & co).

Thanks for the answer.

Regards
J.F.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to