Hi Dianne,
thanx for your reply. For our target application, we will have to
change some
parts of Android to be able to fullfill our requirements anyway, so we
do not mind to
add stuff to the basic API of Android, which is not a common standard
and we
do not intend to offer endusers to use those extensions. Currently,
we are investigating, what is possible with Android, so we might
bring up more of those ideas of extending/changing standard API. At
the moment, we need a native application due to speed reasons, but we
want to have a GUI system to control our application. Actually, we
would
not mind to write that GUI in our native application but I do not
think
that we will be able to add this to our native application without
changing huge
parts of Android.
Therefore, we need a small communication API between the GUI and the
native application, which is able to send some commands and some
strings,
maybe some numbers. That Java interface stuff just seems to me like a
bit overblowing
for this purpose, so we would prefer something smaller...
With sockets, I would just send packages with an command ID and maybe
some parameters. We are looking for something similiar just by using
binder. getSystemService() seemed to be the right way to write
a rather small connection... Is there nothing small like sockets in
the Binder
Java stuff avaiable? This would make our live pretty much easier and
is flexible
enough for our purpose.
bye
Markus
>
hack...@android.com