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

2011-07-12 Thread Jayanthi
have you checked whether the given url is supported form On Jul 12, 5:04 pm, krishna chaitanya 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 the emulator.Following is t

[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 wrote: > Hi all  ! > I'm having problem with add spinner in listview. Eeach row has two > spinners and two edittexts > I try more and more ways. But ca

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

[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 http://schemas.android.com/apk/res/android";> please help me to recover from this problem as ASAP Thanks in Advance -- You

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

[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; i

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

[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 wrote: > Ya sure... just wait i will provide you the complete source code > > On Thu, Mar 10, 2011 at 5:30 PM, Jayanthi wrote: > > Fine, Do google provide any Library for video conf

[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 wrote: > Yes i am sure it must be by some way or other > > On Thu, Mar 10, 2011 at 2:40 PM, Jayanthi wrote: > > Hi, > >    can anyine tell me  Whether voice chat and video conferen

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

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

[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 wrote: > On 28 February 2011 12:19, Jayanthi wrote: > > > Hi Dude, > > I am not native, but it may be that "dude", "bro" or so, does not work > well for many. > > >        

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

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

[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@googlegro

[android-developers] Re: Camera preview Api

2011-02-15 Thread Jayanthi
Hi, My application is working just small mistake leads to error , In manifest file I gave permission inside another permission like below I closed permission for SMS after WRITE_EXTERNAL_STORAGE Thanks for your reply On Feb 16, 12:09 am, Mike C wrote: > Jayanthi, > > I'

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

[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 FileOutputStream(String.format("/sdcard/%d.j

[android-developers] Re: Camera preview demo

2011-02-13 Thread Jayanthi
Hi, I gave all the above permission On Feb 14, 12:38 pm, guru sagar wrote: > hi, > >   check permissons in android manifest file > > On Mon, Feb 14, 2011 at 12:59 PM, Jayanthi wrote: > > Hi Dude, > >             I worked on camera preview for taking

[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] 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 Goo

[android-developers] Re: Camerapreview

2011-02-10 Thread Jayanthi
; > As for your first issue, in your camera takepicture handler, you save the > image to whever you want. That is the path you use in the Uri.parse() call > above. > > On Tue, Feb 8, 2011 at 11:34 PM, Jayanthi wrote: > > Yes , I have seen loads of example but now I a

[android-developers] Re: Camerapreview

2011-02-08 Thread Jayanthi
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 wrote: > Seriously, did you google it?  There are loads of examples. > > On Feb 8, 3:1

[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 "Andro