Re: [android-developers] yahoo local search xml reply in android

2011-01-02 Thread zeeshan mirza
thing.but i am not able to do this .. > > I knows how to parse  any xml file. > > can U help me. > > Thanks in advance . > > Regards , > Nandlal Virani > On Wed, Dec 29, 2010 at 10:37 AM, zeeshan mirza > wrote: >> >> I am using yahoo local search in my and

Re: [android-developers] yahoo local search xml reply in android

2010-12-28 Thread zeeshan mirza
Thank you for your reply Frank. I know about parsing and I am using SAX parser. I want to know how can i read a specific tag or element from xml response. For example in yahoo local search response there is title, address, city, state, phone and many more for each cactegory. Category means coffee s

[android-developers] yahoo local search xml reply in android

2010-12-28 Thread zeeshan mirza
I am using yahoo local search in my android application to find nearest coffee shop or resturant. I am receiving a reply from yahoo local search service in XML form. I dont know how to process such xml reply. Do i need to parse this xml reply? and how can i read the contents of the reply? -- You

Re: [android-developers] Re: Local Search on google maps

2010-12-21 Thread zeeshan mirza
Thanks for your reply spiral. Is it possible to use ajax in android application? and is there any query limitation? -- 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

Re: [android-developers] Local Search on google maps

2010-12-21 Thread zeeshan mirza
thanks treking for your reply. Do you know if there is any code example available about this place API ? What is the difference between google SEARCH API and Place API ? I think search api can also be used for finding places? -- You received this message because you are subscribed to the Google G

[android-developers] Local Search on google maps

2010-12-21 Thread zeeshan mirza
I am looking for a code example like "Place" application available in android which helps you to find resturans of coffee shops aroudn you. I want to code my own application like that place application but not on a very heigh level but just on a learning level. Let me know if somebody knows a userf

Re: [android-developers] Upload picture to php server

2010-12-03 Thread zeeshan mirza
Thanks amulya, yes ur right im accessing my own system but it is connected with internet. I think it is not necessary to give loopback address, if im connected with internet then we can provide local address which in my case is 192.168.1.6. If i am wrong then how im getting error text message from

[android-developers] picture uploading from android application to php server

2010-12-03 Thread zeeshan mirza
Hello Friends, I want to upload images from android application to php server. Both are developed by me. Server is not accepting files from android client. Please have a loot at my code and let me know if someone knows the problem. I am using xampp for apache and php. Here is my code for php serve

[android-developers] Re: Upload picture to php server

2010-12-02 Thread zeeshan mirza
sorry for my long poste, but is there anyone who can help me ?? //Zeeshan -- 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 group, send email t

[android-developers] Upload picture to php server

2010-12-02 Thread zeeshan mirza
I am trying to upload a picture to my php server from android application. Both are developed by me. I am getting error when i try to upload picture from my android app to php server. The error is "11-28 05:37:55.310: DEBUG/SntpClient(59): request time failed: java.net.SocketException: Address fami

Re: [android-developers] unable to get current location on map

2010-10-28 Thread zeeshan mirza
Hello TreKing, I will try it outside but let me know is it okey with code? Please point out if there is any mistake?? -- 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 T

Re: [android-developers] Re: Context and Intent

2010-10-28 Thread zeeshan mirza
I mixed content with context. Sorry my mistake. Here is content provider documentation. http://developer.android.com/guide/topics/providers/content-providers.html -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send e

[android-developers] unable to get current location on map

2010-10-28 Thread zeeshan mirza
I am trying to get my current location on my xperia X10i phone. There is no error in application code but i am not getting the location. I have tried to use built in navigation. It works fine but i have to turn on GPS satellite receiver as well wifi network. Here is my application code. import and

Re: [android-developers] Re: Context and Intent

2010-10-28 Thread zeeshan mirza
Thanks alot Mark for your reply :) I have gone through some papers on context and intent. Please let me know if i am wrong. What i understand is that context is just like a database which is used to pass data between applications and intent is used to activate services and activities. This is the m

Re: [android-developers] Re: inner classes in android

2010-10-26 Thread zeeshan mirza
Frank thank you for your answer. I know some points when do we need to create inner classes like we cant extend more than one class so if we create inner classes we can extend more classes. Am i right? is there any other advantage of inner classes ? -- You received this message because you are su

Re: [android-developers] Re: inner classes in android

2010-10-26 Thread zeeshan mirza
I am a student not a professional developer. So plz answer my question if you can. //shan -- 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] inner classes in android

2010-10-26 Thread zeeshan mirza
Hello Friends, My Question is, why do we create inner classes or subclasses in android. Like the following example public class mainClass extends SomeClass implements SomeInterfaces{ Some variables declaration ... public class subClass extends SomeOtherClass { public SomeInterface

[android-developers] Context and Intent

2010-10-22 Thread zeeshan mirza
Hello, I have a question about android. I just want to know what is Context and what is Intent in android world. Kindly give an example where we can pass a Context and Intent to a method. //Shan -- You received this message because you are subscribed to the Google Groups "Android Developers" gro

Re: [android-developers] Re: ScrollView

2010-10-19 Thread zeeshan mirza
yes I have checked it. But the layout is out of scrollView. So it should be at the bottom. Widgets inside the scrollview can be scrolled down or up. Try to run my Layout xml file. //Zeeshan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. T

[android-developers] landscape View problem

2010-10-18 Thread zeeshan mirza
Hello Friends, I have a question about landscape view. In my application i have set layout gravity property to bottom (android:gravity="bottom") and another property marginTop="-37dip". I have a scrollView and few more layouts. When i run application in normal view it works fine but when i change

Re: [android-developers] Re: ScrollView Problem

2010-10-18 Thread zeeshan mirza
the last 2 editText fields are overlapping. I am using RelativeLayout for organization. Have a deeper look to my XML. Try to run it just copy and paste. //Zeeshan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] ScrollView

2010-10-18 Thread zeeshan mirza
I am having problem with the loswet 2 editText fields. They are not clearly visible. They are broken. Here is my layout file. Please let me know if anybody finds out the problem. http://schemas.android.com/apk/res/android"; android:orientation="vertical" android:layout_height="wrap_conten

[android-developers] ScrollView Problem

2010-10-18 Thread zeeshan mirza
Hello Friends, I am having a scrollview problem. There are 2 EditText fields which are broken. here is my layout file. Please let me know how can i solve it. http://schemas.android.com/apk/res/android"; android:orientation="vertical" android:layout_height="wrap_content" android:layout_wid

[android-developers] layout scrollview Problem

2010-10-17 Thread zeeshan mirza
Hello Friends, I am a new android developer. I am developing a simple application that will take user input from user and on button click the data will load in database. I am having problem with scrollView. There are 2 text fields which are broken. I want to know why they are broken and if possible

Re: [android-developers] Re: browse picture gallery

2010-10-06 Thread zeeshan mirza
thank u very much both of u opy01 and nam :) I am able to open picture gallery i have written some of my own code. i want that when i select or click any picture in library that pic should appear on a layout as a full image. Regards, Zeeshan -- You received this message because you are subscrib

[android-developers] browse picture gallery

2010-09-28 Thread zeeshan mirza
Hi Friends, I am developing an android application in which i have to browse picture gallery or picture folder by clicking on a browse button and then have to select a picture. I dont know how to do that. I have done that in .Net but have no idea how to do in android. Is there anyone who can help m

Re: [android-developers] Re: double tap zoom on Google maps

2010-08-12 Thread zeeshan mirza
; >>     @Override >>     public boolean onTouchEvent(MotionEvent evt) { >>         return detector.onTouchEvent(evt); >>     } >> >> On 07/06/10 21:07, zeeshan mirza wrote: >> >> >> >> > Here is my own code which i have written up till n

[android-developers] Google maps Zoom problem

2010-07-12 Thread zeeshan mirza
Im using google maps in my application. im implementing onDoubleTap() method for zoom in google map. i have written some code but nothing happened when i double tap on google map. I have 2 questions. 1. Is it possible to check DoubleTap in emulator? 2. I am sharing my code here. Please if somebody

Re: [android-developers] Re: double tap zoom on Google maps

2010-07-11 Thread zeeshan mirza
I am forwading onTouchEvent() now but still i need lilbit more help. Have a look at my previous 2 or 3 posts. BR, Shan On Sat, Jul 10, 2010 at 11:40 AM, zeeshan mirza < zeeshan.nabeel.mi...@gmail.com> wrote: > Can you see what i have replied rather than criticizing whether i can >

Re: [android-developers] Re: double tap zoom on Google maps

2010-07-10 Thread zeeshan mirza
derstand that, maybe > building this app is kinda out of your league. > > On Jul 10, 3:23 am, zeeshan mirza > wrote: > > Anyone who can help me > > > > BR, > > shan > > > > On Fri, Jul 9, 2010 at 12:28 AM, zeeshan mirza < > > > >

Re: [android-developers] double tap zoom on Google maps

2010-07-09 Thread zeeshan mirza
Anyone who can help me BR, shan On Fri, Jul 9, 2010 at 12:28 AM, zeeshan mirza < zeeshan.nabeel.mi...@gmail.com> wrote: > I am now forwading touch event to gestureDetector but let me know what to > add more ? > > > @Override > > *public* *boolean* onTouchEvent(Mo

Re: [android-developers] double tap zoom on Google maps

2010-07-08 Thread zeeshan mirza
you are not forwarding touch events to the > GestureDetector > > I would expect to see something like > > > @Override > public boolean onTouchEvent(MotionEvent evt) { > return detector.onTouchEvent(evt); > > } > > > On 07/06/10 21:07, ze

Re: [android-developers] double tap zoom on Google maps

2010-07-07 Thread zeeshan mirza
I am unable to handle onDoubleTap() zoom in event. I got some help from a webpage and i am working on it since 1 week but unable to write the correct code. Regards, Zeeshan On Wed, Jul 7, 2010 at 5:04 PM, zeeshan mirza < zeeshan.nabeel.mi...@gmail.com> wrote: > > On Wed, Jul 7,

Re: [android-developers] double tap zoom on Google maps

2010-07-07 Thread zeeshan mirza
I am not unable to handle onDoubleTap() zoom in event. I got some help from a webpage and i am working on it since 1 week but unable to write the correct code. Regards, Zeeshan On Wed, Jul 7, 2010 at 5:00 PM, TreKing wrote: > On Wed, Jul 7, 2010 at 9:56 AM, zeeshan mirza < > zeeshan.

Re: [android-developers] double tap zoom on Google maps

2010-07-07 Thread zeeshan mirza
On Tue, Jul 6, 2010 at 8:07 PM, zeeshan mirza < > zeeshan.nabeel.mi...@gmail.com> wrote: > >> LEt me know where is the problem ? > > > Why don't YOU let US know what the problem your having is? > > >> and if possible please add the correct co

Re: [android-developers] double tap zoom on Google maps

2010-07-06 Thread zeeshan mirza
Here is my own code which i have written up till now. I am trying to implement onDoubleTap() zoom in function in my application. My code is as follows. LEt me know where is the problem ? and if possible please add the correct code for double tap zoom in function. public class Maps extends MapActiv