[android-developers] Hybrid App: Need some help with showing Listview.

2012-09-29 Thread Guru, Sowmya
Hi there, I'm developing a hybrid app and I need to show a listview in my native code and the values for the view are fetched from a HTML. How do I achieve that? Regards, Sowmya -- You received this message because you are subscribed to the Google Groups "Android Developers"

Re: [android-developers] Re: Emulator displays a Blue screen and not displaying the google map

2012-05-30 Thread sowmya kukkadapu
gt; android:name=".**Testmap22Activity" >> android:label="@string/app_**name" > >> >> >> >> > android:name="android.intent.**category.LAUNCHER" /> >>

[android-developers] Show output on screen

2012-02-23 Thread sowmya kukkadapu
;This is 1"); It should be helpful. Try it out. -- Thanks & Regards, Sowmya Kukkadapu -- 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 uns

[android-developers] Regarding an android phone acting as server and client

2012-02-22 Thread sowmya kukkadapu
Hi Moktarul, To uniquely identify another android device, can I use Android_ID as a key or is there any other efficient way to send file to the clients from the server? Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

Re: [android-developers] Re: Regarding an android phone acting as server and client

2012-02-22 Thread sowmya kukkadapu
s" 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=e

[android-developers] Link error : when linking with 3rd party static library

2010-11-11 Thread sowmya meda
Observed No rule to make target `NOTICE-TARGET-STATIC_LIBRARIES-lib*', needed by `out/target/product/generic/system/plugins/*.so I observed this err even after using the macro "LOCAL_WHOLE_STATIC_LIBRARIES" Can some one help me reg this error -- You received this message because you are subs

[android-developers] gstreamer-android : error observed while playing the audio pipeline using audioflinger "Failed to create AudioFlinger for format 3"

2010-10-06 Thread sowmya meda
I am observing the error while using the audioflinger. Here is the log: gst-launch-0.10 filesrc location= /sdcard/jurassic.3gp ! qtdemux name=d d.audio_00 ! ffdec_aac ! audioflingersink (gst-launch-0.10:297): GStreamer-WARNING **: Failed to load plugin '/ system/plugins/libgstaudiotestsrc.so': Ca

[android-developers] Image encoders and decoders

2010-10-04 Thread sowmya
Hi All , I want to know the APIs which i can call from my activity to get image information like image width,height,decodedbuffer etc .similarly i want to the image encoder apis(jpeg) to encode rawdata Thanks and Regards, Sowmya -- You received this message because you are subscribed to the

[android-developers] shared library

2010-07-31 Thread sowmya
Hi , I have a static c library which i want to port in android .i have c porting files . i have written jni interface and build shared library combining all above (c porting files,static library ,jni -cpp) Now i have to write ui for this . my doubt is How to build package .can i develop a separate