[android-beginners] Porting C project in android

2009-06-14 Thread subram
Hi There I am new to android,I had downloaded Android SDK and Eclipse in windows,android source code in ubuntu. I created a C project in ubuntu and generated shared library of my project using the Android.mk,arm compiler that comes with the android source files and make .Now i have to integrate

[android-beginners] Invoking shared libraries

2009-06-15 Thread subram
Hi there I am having an shared library named librecord.so, i have to invoke this library inside the android project and make it to call by the sdk,if any one came across with this invoking kindly suggest me Thanks in advance Subram --~--~-~--~~~---~--~~ You

[android-beginners] Re: Invoking shared libraries

2009-06-15 Thread subram
Hi thanks for you reply i don't know java/JNI is there any simple code in that i can modify Or any explanations for the steps above mentioned,how to do each step Thanks & Regards Subram On Jun 15, 3:42 pm, arunjith g wrote: > you will have to use JNI methods to invoke a call in sh

[android-beginners] Re: Invoking shared libraries

2009-06-15 Thread subram
Hi There How to write a simple JNI that will print a message in the android screen/do the operation specified in the shared library Thanks in advance Subram On Jun 15, 3:42 pm, arunjith g wrote: > you will have to use JNI methods to invoke a call in shared library > what u do is

[android-beginners] Re: Invoking shared libraries

2009-06-21 Thread subram
library,kindly suggest what to do next. On Jun 16, 9:20 pm, Roman wrote: > Hi Subram, > > I would try to spend some time in understand JNI. JNI calls are very > costly also if your native code might be pretty fast. If you use JNI > in the wrong way you program might run very

[android-beginners] Re: Invoking shared libraries

2009-06-21 Thread subram
library,kindly suggest what to do next. On Jun 16, 9:20 pm, Roman wrote: > Hi Subram, > > I would try to spend some time in understand JNI. JNI calls are very > costly also if your native code might be pretty fast. If you use JNI > in the wrong way you program might run very

[android-beginners] porting on android

2009-06-29 Thread subram
Hi I came with some issues regarding porting of android 1. I created a simple c application and build it using arm compiler that comes with android source files in ubuntu, copied the shared library generated(librecord.so) to the res/raw folder of my android project in windows. 2.Now

[android-beginners] how to create AndroidManifest.xml

2009-07-01 Thread subram
developer site there it is given each elemnet of the xml file only Thanks in advance subram --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email

[android-beginners] Re: how to create AndroidManifest.xml

2009-07-01 Thread subram
gives error like this selected wizard cannot be started regards subram On Jul 1, 4:59 pm, Desu Vinod Kumar wrote: > I creates default when we create a new project > > for more details > > http://developer.android.com/guide/topics/manifest/manifest-intro.html > > On Wed, Jul

[android-beginners] Re: how to create AndroidManifest.xml

2009-07-01 Thread subram
since i need to create new android project from existing source On Jul 1, 5:17 pm, Desu Vinod Kumar wrote: > Hi > > i didn't get u > what is actual requirement . > > why u need to create the android manifest.xml > > > > On Wed, Jul 1, 2009 at 5:43 PM,

[android-beginners] File operations

2009-07-06 Thread subram
file in write mode(create output file),read from file. Thanks & Regards Subram --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to and