nativeDroid is basically a theme for jQuery Mobile so you can use any functionality provided by jQM but for a better looking design there are a few tweaks to respect:
data-theme='b'
(css/jquerymobile.css)
.data-inset='true|false'
parameter is not working in nativeDroid.<div class='inset'>
-Tag instead.data-role='header'
only in combination with data-position='fixed'
and data-tap-toggle='false'
and specificly apply the data-theme='b'
to link elements inside the header.data-role='footer'
is not yet designed. Use them with cause.