[android-developers] Re: Not able to stream video on emulator

2011-07-13 Thread Jayanthi
have you checked whether the given url is supported form On Jul 12, 5:04 pm, krishna chaitanya krishnachaitanya9...@gmail.com wrote: Hi All, How to do video streaming in android emulator. Please suggest any way to stream a video.I have tried but i couldnt succeeded in playing awed video in

[android-developers] Re: How to make a spinner in listview

2011-07-04 Thread Jayanthi
This will be too hard just go with simple UI ,Listview is separate UI and Its hard to get spinner there in listview On Jul 4, 6:14 am, duc nguyen vanduc571...@gmail.com wrote: Hi all  ! I'm having problem with add spinner in listview. Eeach row has two spinners and two edittexts I try more

[android-developers] Fragments

2011-07-01 Thread Jayanthi
Hi All, I am doing application in Honeycomb but i am not clear with Fragments 1.How Fragments is used 2. When the activity call fragments refered lots of article yet not clear all the article have same listview as example can you please few more example like button with onclickListener

[android-developers] Shared preference

2011-06-22 Thread Jayanthi
Hi, I am working for GPS alert my spot , here whenever I touch the map I get the respective lat and longitude now I use shared preference to save the lat and loc put whenever I save the old value is replace by new value . I have to show all the GeoPoint in a listview how to do that please share

[android-developers] Problem to fix image view to layout

2011-04-27 Thread Jayanthi
Hi, I have to set image which has its size Dimension: 390 width in px , 950 height in px, I couldn't able to fix this to full screen below is my code ?xml version=1.0 encoding=utf-8? LinearLayout android:id=@+id/LinearLayout01 android:layout_width=fill_parent android:layout_height=fill_parent

[android-developers] GSM google maps

2011-04-07 Thread Jayanthi
Hi, I want to get live details about the restaurant near my locality , How to do that any Example is there please help me, Thanks in Advance -- 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] Tablayout example in Android SDK version 11

2011-03-31 Thread Jayanthi
Hi , I need sample example for Adding tabs in new sdk version ,below is my code i get error in that package com.zsl.HoneycombTab; MY CODE: import android.app.TabActivity; import android.content.Intent; import android.content.res.Resources; import android.os.Bundle; import android.util.Log;

[android-developers] Android 3.0-Tabhost

2011-03-30 Thread Jayanthi
Hi, I need sample code for Tab host in android honeycomb can anyone please help me Thanks in Advance -- 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

[android-developers] Re: Android-voice chat

2011-03-15 Thread Jayanthi
Hi, can you provide sample code for video chat using android sdk On Mar 10, 5:03 pm, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Ya sure... just wait i will provide you the complete source code On Thu, Mar 10, 2011 at 5:30 PM, Jayanthi jaia...@gmail.com wrote: Fine, Do google provide

[android-developers] Android-voice chat

2011-03-10 Thread Jayanthi
Hi, can anyine tell me Whether voice chat and video conference is possible in android -- 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

[android-developers] Re: Android-voice chat

2011-03-10 Thread Jayanthi
Fine, Do google provide any Library for video conference On Mar 10, 4:18 pm, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Yes i am sure it must be by some way or other On Thu, Mar 10, 2011 at 2:40 PM, Jayanthi jaia...@gmail.com wrote: Hi,    can anyine tell me  Whether voice chat

[android-developers] Dynamic code for views in layout

2011-03-04 Thread Jayanthi
Hi, I want to set 10 to 15 dynamic labels programmatically in layout without using xml files -- 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

[android-developers] To find particular Data from Database

2011-02-28 Thread Jayanthi
Hi Dude, 1.I need to check whether the name entered is already existing in database or Not can anyone point out the exact code for the same . 2. How to save password in Encrypted form in Database -- You received this message because you are subscribed to the Google

[android-developers] Re: To find particular Data from Database

2011-02-28 Thread Jayanthi
Thanks ,really it was helpful On Feb 28, 5:26 pm, Marcin Orlowski webnet.andr...@gmail.com wrote: On 28 February 2011 12:19, Jayanthi jaia...@gmail.com wrote: Hi Dude, I am not native, but it may be that dude, bro or so, does not work well for many.              1.I need to check

[android-developers] Mail Intent

2011-02-23 Thread Jayanthi
Hi, I need to send mail with image attached with that ,the html content . I can able to attach image but can't able to send html content. here is my code final Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND); emailIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);

[android-developers] Image comparision

2011-02-20 Thread Jayanthi
Hi, I want sample code to compare two images and point out difference among the two ,Is that possible to do please help as early as possible -- 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] Comparing Two images

2011-02-16 Thread Jayanthi
Hi, Is it possible to compare two Images and find difference between the two Image do anyone knows sample on the same -- 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] Camera preview Api

2011-02-15 Thread Jayanthi
Hi, I am trying to save images in sd card which is taken from camera in emulator, the following is the code to save images in sd card path = String.format(/sdcard/%d.jpg, System.currentTimeMillis()); outStream = new

[android-developers] Samsung Galaxy Tab

2011-02-15 Thread Jayanthi
Hi, Can anyone please tell me the graphics resources required for Samsung galaxy applications. 1. Icons and its various size required 2. Screen Size 3. Header Size 4. Footer Size -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Camera preview Api

2011-02-15 Thread Jayanthi
closed permission for SMS after WRITE_EXTERNAL_STORAGE Thanks for your reply On Feb 16, 12:09 am, Mike C mchaber...@biometricgroup.com wrote: Jayanthi, I'm not exactly sure why you would get that error, but check these two things: (1) Declare in AndroidManifest.xml that your app uses

[android-developers] Camera preview demo

2011-02-13 Thread Jayanthi
Hi Dude, I worked on camera preview for taking live image , Here I get following Exception java.io.FileNotFoundException: /sdcard/1297668185153.jpg (Permission denied) image is not saved in sd card can anyone tell me where i did mistake . Thanks in Advance, -- You received this

[android-developers] Camera preview demo

2011-02-13 Thread Jayanthi
Hi Dude, I worked on camera preview for taking live image , Here I get following Exception java.io.FileNotFoundException: /sdcard/1297668185153.jpg (Permission denied) image is not saved in sd card can anyone tell me where i did mistake . Thanks in Advance, -- You received this

[android-developers] Re: Camera preview demo

2011-02-13 Thread Jayanthi
, 12:38 pm, guru sagar gurusagar...@gmail.com wrote: hi,   check permissons in android manifest file On Mon, Feb 14, 2011 at 12:59 PM, Jayanthi jaia...@gmail.com wrote: Hi Dude,             I worked on camera preview for taking live image , Here I get following Exception

[android-developers] Camera preview

2011-02-11 Thread Jayanthi
Hi dude, I am developing an application using camera preview I have done with the help of below URL http://marakana.com/forums/android/examples/39.html; but the image is not storing in sd card can anyone help please -- You received this message because you are subscribed to the

[android-developers] Re: Camerapreview

2011-02-10 Thread Jayanthi
, Feb 8, 2011 at 11:34 PM, Jayanthi jaia...@gmail.com wrote: Yes , I have seen loads of example but now I am trying this for Samsung Galaxy Tab ,here my problem is I couldn't able to set Image path to ImageButton Thanks, On Feb 9, 1:57 am, Joe McCann joseph.is...@gmail.com wrote

[android-developers] Camerapreview

2011-02-08 Thread Jayanthi
Hi, I am new to android I want to send mail with image attached to it I need solution for two question 1.How to get the path of image saved in sd card using camera preview 2.How to send mail by attaching image -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Camerapreview

2011-02-08 Thread Jayanthi
 am, Jayanthi jaia...@gmail.com wrote: Hi,     I am new to android I want to send mail with image attached to it I need solution for two question 1.How to get the path of image saved in sd card using camera preview 2.How to send mail by attaching image -- You received this message