[android-developers] Re: JNI working

2011-01-12 Thread Richard Sámela
hmm I don't know but am I right if I think that the code written in C+
+ will be the same for both of processores. And OS will be the same
too. And as I know the android app is compilated by virtual machine
which is running under the android. So I don'tunderstand why deppends
on type of processor. But it could be true, I'm only asking.
thanks for answers

On 12. Jan, 01:28 h., John Gaby jg...@gabysoft.com wrote:
 I believe that there are devices (e.g. some tablets) out there that
 use MIPS processors rather than ARM.  Correct me if I am wrong, but I
 do not believe that code compiled for an ARM device will work on a
 MIPS device.

 On Jan 11, 11:35 am, Kumar Bibek coomar@gmail.com wrote:







  Yes, It will work on all devices...

  Kumar Bibekhttp://techdroid.kbeanie.comhttp://www.kbeanie.com

  On Wed, Jan 12, 2011 at 1:03 AM, Richard Sámela feromak...@gmail.comwrote:

   Hi,
   I would like to know something about JNI. How it works in android?
   does it work on all devices? does it work on tablest with android?
   I want to use toolkit in C++ programing language.

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

-- 
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


Re: [android-developers] Re: JNI working

2011-01-12 Thread Kostya Vasilyev

Native code is... well native.

An .so packaged within an application contains machine code and runs 
directly on the processor (unlike .dex code).


-- Kostya

12.01.2011 13:36, Richard Sámela пишет:

hmm I don't know but am I right if I think that the code written in C+
+ will be the same for both of processores. And OS will be the same
too. And as I know the android app is compilated by virtual machine
which is running under the android. So I don'tunderstand why deppends
on type of processor. But it could be true, I'm only asking.
thanks for answers

On 12. Jan, 01:28 h., John Gabyjg...@gabysoft.com  wrote:

I believe that there are devices (e.g. some tablets) out there that
use MIPS processors rather than ARM.  Correct me if I am wrong, but I
do not believe that code compiled for an ARM device will work on a
MIPS device.

On Jan 11, 11:35 am, Kumar Bibekcoomar@gmail.com  wrote:








Yes, It will work on all devices...
Kumar Bibekhttp://techdroid.kbeanie.comhttp://www.kbeanie.com
On Wed, Jan 12, 2011 at 1:03 AM, Richard Sámelaferomak...@gmail.comwrote:

Hi,
I would like to know something about JNI. How it works in android?
does it work on all devices? does it work on tablest with android?
I want to use toolkit in C++ programing language.
--
You received this message because you are subscribed to the Google
Groups Android Developers group.To post to this group, send email 
toandroid-develop...@googlegroups.com
To unsubscribe from this group, send email to  
android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en



--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
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


[android-developers] Re: JNI working

2011-01-11 Thread John Gaby
I believe that there are devices (e.g. some tablets) out there that
use MIPS processors rather than ARM.  Correct me if I am wrong, but I
do not believe that code compiled for an ARM device will work on a
MIPS device.

On Jan 11, 11:35 am, Kumar Bibek coomar@gmail.com wrote:
 Yes, It will work on all devices...

 Kumar Bibekhttp://techdroid.kbeanie.comhttp://www.kbeanie.com

 On Wed, Jan 12, 2011 at 1:03 AM, Richard Sámela feromak...@gmail.comwrote:

  Hi,
  I would like to know something about JNI. How it works in android?
  does it work on all devices? does it work on tablest with android?
  I want to use toolkit in C++ programing language.

  --
  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.comandroid-developers%2bunsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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