[android-developers] Re: Bind the pushpin on image

2010-08-15 Thread Beena
Thanks Frank. I just forgot basic thing. How can I forgot this. At last its done Thanks for the help. Its working fine now. Thanks, Beena On Aug 14, 10:52 pm, Frank Weiss fewe...@gmail.com wrote: I think I see the problem in your code. The view hierarchy is: sv (abl (layout(iv), iv1

[android-developers] Re: Bind the pushpin on image

2010-08-14 Thread Beena
); AbsoluteLayout.LayoutParams alp = new AbsoluteLayout.LayoutParams(20,20,x,y); abl.addView(iv1,alp); } sv.addView(abl); setContentView(sv); Thanks, Beena

[android-developers] Re: Bind the pushpin on image

2010-08-13 Thread Beena
suggestion? On Aug 12, 11:23 am, Farjad Habib habib.far...@gmail.com wrote: use map layout... I hope it can help... On Thu, Aug 12, 2010 at 11:20 AM, Beena swdeveloper2...@gmail.com wrote: hi Is there any one who can guide? On Aug 6, 11:04 am, Beena swdeveloper2...@gmail.com wrote

[android-developers] Re: Bind the pushpin on image

2010-08-13 Thread Beena
Yes main image of size 600x600 is scrolling, but pushpin not. Pushpin are plotted at their own point on the main image, so as I scroll the main image the pushpin should stay at their position. Which is not happening. And I am not able to plot the pushpin on outside of the canvas. Eg. on 600x500,

[android-developers] Re: Bind the pushpin on image

2010-08-12 Thread Beena
hi Is there any one who can guide? On Aug 6, 11:04 am, Beena swdeveloper2...@gmail.com wrote: Hi all, I have an image of 600x600. Which is scrollable horizontally and vertically. And then I have to add the pushpin at particular point. I can plot the pushpin on it, but as I scroll

[android-developers] Bind the pushpin on image

2010-08-06 Thread Beena
Hi all, I have an image of 600x600. Which is scrollable horizontally and vertically. And then I have to add the pushpin at particular point. I can plot the pushpin on it, but as I scroll horizontally then the images are not stay at their position. How can i bind pushpin at the particular pixel of

[android-developers] draw hands on canvas

2010-06-28 Thread Beena
Hi, I want to draw hands on the canvas which is smooth and closed arc. How can I draw it? Any code regarding graphics or refrence class to draw it will be helpful. Thanks and Regards, Beena -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: My location not getting in real device

2010-04-07 Thread Beena
. In this sample may be something missing in WeatherPlus.java the line public static final String BROADCAST_ACTION=com.commonsware.android.service.ForecastUpdateEvent; So where is the file ForecastUpdateEvent? May be for that it is not working. Hi Beena, If you have set all the permission

[android-developers] Re: My location not getting in real device

2010-04-02 Thread Beena
Vaikunth I have still the same problem persist. Can you give some hint for that? thanks On Apr 2, 10:05 am, Vaikunth vaikunth.kraffs...@gmail.com wrote: Hi, Its working automatically. Don't know why it was not showing me before. Thanks to all. On Apr 2, 7:40 am, patbenatar

[android-developers] Re: My location not getting in real device

2010-03-31 Thread Beena
Thanks for the reply. Assuming you have the proper permissions in your manifest, it should just work. yes I have set all the permission for that. INTERNET, ACCESS_FINE_LOCATION, ACCESS_LOCATION_EXTRA_COMMANDS, ACCESS_COARSE_LOCATION Here is a sample application demonstrating obtaining your

[android-developers] Re: My location not getting in real device

2010-03-31 Thread Beena
Hi Vaikunth, Have you got the solution I am facing same problem from last 5 days. Please help if you got the solution. Thanks On Mar 31, 6:57 pm, Beena swdeveloper2...@gmail.com wrote: Thanks for the reply. Assuming you have the proper permissions in your manifest, it should just work

[android-developers] Re: HTML parsing with JAVA

2010-03-10 Thread Beena
into application. And please give sample snippet of nekohtml for htmlparsing. Thanks On Mar 8, 11:32 am, Frank Weiss fewe...@gmail.com wrote: You might try nekohtml, which several developers have reported success using on Android. On Thu, Mar 4, 2010 at 2:13 AM, Beena swdeveloper2...@gmail.com wrote

[android-developers] Re: MultiThreading between Activitys

2010-03-06 Thread Beena
in updateStatus(), t);                                 //goBlooey(t);                                 // throw new RuntimeException(t);                         }              } On Mar 4, 8:30 am, Beena swdeveloper2...@gmail.com wrote: Thanks A R. I will try as you have suggested

[android-developers] Re: HTML parsing with JAVA

2010-03-04 Thread Beena
:22 AM, Beena swdeveloper2...@gmail.com wrote: second thing how can I use it? It showing me all the packages. Then how can I parse it? Any sample code will help a lot. Thanks. On Mar 4, 12:06 pm, Beena swdeveloper2...@gmail.com wrote: Thanks Jens, I have to parse HTML in my

[android-developers] Re: MultiThreading between Activitys

2010-03-03 Thread Beena
...@gmail.com wrote: Beena, I am not able to understand your problem? Assuming you are displaying image and content in a list view, you want to keep refreshing the view as and when images come? or you want to make request for images and corresponding data separately and show them as and when they come

[android-developers] Re: MultiThreading between Activitys

2010-03-03 Thread Beena
...@gmail.com wrote: Beena, I am not able to understand your problem? Assuming you are displaying image and content in a list view, you want to keep refreshing the view as and when images come? or you want to make request for images and corresponding data separately and show them as and when they come

[android-developers] Re: MultiThreading between Activitys

2010-03-03 Thread Beena
like image1data1 image2data2 :: image15 data15 Thanks On Mar 3, 2:43 pm, Beena swdeveloper2...@gmail.com wrote: Let me explain. I want to display the Images(which is from server) and its data in right side of image. To load the images from server I am using

[android-developers] Re: MultiThreading between Activitys

2010-03-03 Thread Beena
like image1data1 image2data2 :: image15 data15 Thanks On Mar 3, 2:43 pm, Beena swdeveloper2...@gmail.com wrote: Let me explain. I want to display the Images(which is from server) and its data in right side of image. To load the images from server I am using

[android-developers] Re: MultiThreading between Activitys

2010-03-03 Thread Beena
can update the view. During the time when you don't get response you can show loading/ spinner. Once image comes you can replace spinner with your image. HTH On Mar 3, 2:43 pm, Beena swdeveloper2...@gmail.com wrote: Let me explain. I want to display the Images(which is from server) and its

[android-developers] Re: MultiThreading between Activitys

2010-03-03 Thread Beena
can update the view. During the time when you don't get response you can show loading/ spinner. Once image comes you can replace spinner with your image. HTH On Mar 3, 2:43 pm, Beena swdeveloper2...@gmail.com wrote: Let me explain. I want to display the Images(which is from server) and its

[android-developers] Re: MultiThreading between Activitys

2010-03-03 Thread Beena
various scenarios On Mar 3, 3:16 pm, Beena swdeveloper2...@gmail.com wrote: Thanks A R for your instant reply, That is what I want actually. Can you give some sample code? I am not able to understand how to set the listener method to update the view. Thanks On Mar 3, 2:55 pm, A R

[android-developers] Re: HTML parsing with JAVA

2010-03-03 Thread Beena
Thanks Jens, I have to parse HTML in my project. I have set the tagsoup-1.2.jar file using eclips. Now when I build it gives warning as warning: Ignoring InnerClasses attribute for an anonymous inner class that doesn't come with an associated EnclosingMethod attribute. (This class was probably

[android-developers] Re: HTML parsing with JAVA

2010-03-03 Thread Beena
second thing how can I use it? It showing me all the packages. Then how can I parse it? Any sample code will help a lot. Thanks. On Mar 4, 12:06 pm, Beena swdeveloper2...@gmail.com wrote: Thanks Jens, I have to parse HTML in my project. I have set the tagsoup-1.2.jar file using eclips

[android-developers] MultiThreading between Activitys

2010-03-02 Thread Beena
Hi, I am facing some strange thing. I have a to display 15 images (from the server) and their detail in besides that. In Activity-A on button Click listener i am fetching the data and image urls from the sever. And in Activity-B I am displaying that images and the appropriate data. So how can i

[android-developers] Re: MultiThreading between Activitys

2010-03-02 Thread Beena
Is there any one? Please help. On Mar 2, 6:26 pm, Beena swdeveloper2...@gmail.com wrote: Hi, I am facing some strange thing. I have a to display 15 images (from the server) and their detail in besides that. In Activity-A on button Click listener i am fetching the data and image urls from

[android-developers] Re: Removing the stack of Activity

2010-02-22 Thread Beena
...@gmail.com wrote: i think maybe you're not understanding the question! Beena -- if SINGLE_TOP and CLEAR_TOP don't work for you, as the activities don't have co-operating classes or something, then you could set a flag somewhere global. the intervening activities would then check this flag and finish

[android-developers] Re: Fixed Top and Bottom

2010-02-22 Thread Beena
:24 am, Beena swdeveloper2...@gmail.com wrote: Hi, I have a large view. I have to show constant top and bottom in the screen. Which contain ImageView and TextView. On the screen this two remain at their position. FOY I am not using ListView. How can I do that so the the portion

[android-developers] Re: Fixed Top and Bottom

2010-02-22 Thread Beena
Thanks skink, Its working fine for header not for footer. My main.xml is: LinearLayout !--Header Cntent -- ScrollView !-- Scorable Content -- /ScrollView Footer Content /LinearLayout Any suggestion? On Feb 22, 3:44 pm, skink psk...@gmail.com wrote: On Feb 22, 11:34 am, Beena

[android-developers] Re: Fixed Top and Bottom

2010-02-22 Thread Beena
It is not showing even. On Feb 22, 6:12 pm, skink psk...@gmail.com wrote: On Feb 22, 1:58 pm, Beena swdeveloper2...@gmail.com wrote: Thanks skink, Its working fine for header not for footer. My main.xml is: LinearLayout !--Header Cntent -- ScrollView  !-- Scorable Content

[android-developers] Re: Fixed Top and Bottom

2010-02-22 Thread Beena
=@drawable/close android:layout_width=wrap_content android:layout_height=wrap_content android:layout_gravity=right/ /LinearLayout /LinearLayout On Feb 22, 6:12 pm, skink psk...@gmail.com wrote: On Feb 22, 1:58 pm, Beena

[android-developers] Re: Fixed Top and Bottom

2010-02-22 Thread Beena
, Beena swdeveloper2...@gmail.com wrote: Here is the main.xml = ?xml version=1.0 encoding=UTF-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android     android:layout_width=fill_parent     android:layout_height=fill_parent         android:background

[android-developers] Re: Removing the stack of Activity

2010-02-22 Thread Beena
Jason, can you show me where and how to set the flag FLAG_ACTIVITY_SINGLE_TOP? I am not able to get, where to set. Thanks. On Jan 12, 12:02 am, Jason Proctor jason.android.li...@gmail.com wrote: i think maybe you're not understanding the question! Beena -- if SINGLE_TOP and CLEAR_TOP don't

[android-developers] Fixed Top and Bottom

2010-02-21 Thread Beena
Hi, I have a large view. I have to show constant top and bottom in the screen. Which contain ImageView and TextView. On the screen this two remain at their position. FOY I am not using ListView. How can I do that so the the portion between the top and bottom only movable? Please reply. -- You

[android-developers] Removing the stack of Activity

2010-01-07 Thread Beena
Hi All, I have problem of removing activity. I have 5 Activities in sequence Activity1, Activity2, Activity3, Activity4, Activity5. When I am at Activity5 there is a button through I can go to Activity2. Means jump from 5 to 2 with removing the Activity3 4. How can I do that? Please help