[android-developers] Parser XML return table

2009-09-16 Thread sweet
about this. Thanks a lot Sweet --~--~-~--~~~---~--~~ 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

[android-developers] search a function to parse an XML file and return a table

2009-09-14 Thread sweet
Well all is in the title, i search a function to parse an xml file in the net and return a table of child of this xml file anybody help me ??? Thanks Sweet --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: How to display an arraylist

2009-09-11 Thread sweet
with a tutorial of display arraylist without XML and a tutorial which teach to parse XML file from the net and return a table. But it's not work and i don't understand why. So if anyone see anythings wrong in the previous code i would like to know this Thanks a lot Sweet

[android-developers] Re: How to display an arraylist

2009-09-10 Thread sweet
this.android.R.layout.list_item, array_list instead of R.layout.list_item. Thanks again for your attention Sweet On 9 sep, 19:02, Yusuf Saib (T-Mobile USA) yusuf.s...@t-mobile.com wrote: I'm not sure how you want to display a list of lists. For that you might want some kind of tree widget, not a list view

[android-developers] Re: How to display an arraylist

2009-09-10 Thread sweet
this.android.R.layout.list_item, array_list instead of R.layout.list_item. Thanks again for your attention Sweet On 9 sep, 19:02, Yusuf Saib (T-Mobile USA) yusuf.s...@t-mobile.com wrote: I'm not sure how you want to display a list of lists. For that you might want some kind of tree widget, not a list view

[android-developers] Re: How to display an arraylist

2009-09-10 Thread sweet
(which name is liste.xml here) what i've to put for display my array ? A text view or nothing ? Thanks again Sweet On 9 sep, 19:02, Yusuf Saib (T-Mobile USA) yusuf.s...@t-mobile.com wrote: I'm not sure how you want to display a list of lists. For that you might want some kind of tree widget

[android-developers] Re: How to display an arraylist

2009-09-10 Thread sweet
(which name is liste.xml here) what i've to put for display my array ? A text view or nothing ? Thanks again Sweet On 9 sep, 19:02, Yusuf Saib (T-Mobile USA) yusuf.s...@t-mobile.com wrote: I'm not sure how you want to display a list of lists. For that you might want some kind of tree widget

[android-developers] Re: How to display an arraylist

2009-09-10 Thread sweet
(which name is liste.xml here) what i've to put for display my array ? A text view or nothing ? Thanks again Sweet On 9 sep, 19:02, Yusuf Saib (T-Mobile USA) yusuf.s...@t-mobile.com wrote: I'm not sure how you want to display a list of lists. For that you might want some kind of tree widget

[android-developers] Re: How to display an arraylist

2009-09-10 Thread sweet
(which name is liste.xml here) what i've to put for display my array ? A text view or nothing ? Thanks again Sweet On 9 sep, 19:02, Yusuf Saib (T-Mobile USA) yusuf.s...@t-mobile.com wrote: I'm not sure how you want to display a list of lists. For that you might want some kind of tree widget

[android-developers] Re: How to display an arraylist

2009-09-10 Thread sweet
I've done some modifications to my code and eclipse don't find any error but the emulator force my application to quit: java class: import java.net.URL; import java.util.ArrayList; import java.util.Collection; import javax.xml.parsers.DocumentBuilder; import

[android-developers] How to display an arraylist

2009-09-09 Thread sweet
Hello i'm new to android developping and i've done a function which return an arraylist type ArrayListArrayList. I would like to display this array list for see if my function work. Can you help me ? Thanks Sweet --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: How to display an arraylist

2009-09-09 Thread sweet
Nobody can help me ? On 9 sep, 09:30, sweet brou...@gmail.com wrote: Hello i'm new to android developping and i've done a function which return an arraylist type ArrayListArrayList. I would like to display this array list for see if my function work. Can you help me ? Thanks Sweet

[android-developers] Re: How to display an arraylist

2009-09-09 Thread sweet
Thank a lot for your help Casper yes i want to display this ArrayList: public ArrayListArrayList renvoi_liste_recette_xml() throws Exception{ ArrayListArrayList aTableRetour = new ArrayListArrayList(); URL myURL = new URL(http://benji.roullet.free.fr/testXml.xml;);

[android-developers] Re: MapView with itemizedOverlay still don't work

2009-09-08 Thread sweet
    android:layout_centerHorizontal=true/ /LinearLayout Thanks for your help Sweet --~--~-~--~~~---~--~~ 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

[android-developers] Re: MapView with itemizedOverlay still don't work

2009-09-08 Thread sweet
And how make him clickable with a label who's display ??? thanks for your help Sweet On 8 sep, 09:24, sweet brou...@gmail.com wrote: Thanks a lot it's work very well but how can i focused in the area with my itemizedOverlay ? On 8 sep, 01:59, Nicholas Albion nalb...@gmail.com wrote: You

[android-developers] GPS location and geopoint

2009-09-08 Thread sweet
can help me Thanks Sweet --~--~-~--~~~---~--~~ 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

[android-developers] MapView with itemizedOverlay still don't work

2009-09-07 Thread sweet
***fwcg/ LinearLayout android:id=@+id/zoomview android:layout_width=wrap_content android:layout_height=wrap_content android:layout_alignBottom=@id/mapview android:layout_centerHorizontal=true/ /LinearLayout Thanks for your help Sweet

[android-developers] Re: Itemized overlay and Hellomapview

2009-09-04 Thread sweet
android:layout_alignBottom=@id/mapview android:layout_centerHorizontal=true/ /LinearLayout If you see an error ... Thanks a lot for your help guys. Sweet On 3 sep, 22:43, Jed jed.clin...@gmail.com wrote: On Sep 3, 12:36 am,sweetbrou...@gmail.com wrote: 4. All that's left is for us to add

[android-developers] Re: Itemized overlay and Hellomapview

2009-09-04 Thread sweet
Thanks for your code but it not work. it's an android1.1, 1.5 or a Google api ? On 3 sep, 15:20, ragavendran s sraghav.ra...@gmail.com wrote: On Thu, Sep 3, 2009 at 1:06 PM, sweet brou...@gmail.com wrote: hello everybody !!! I make the tutorial Hellomapview (http://developer.android.com

[android-developers] Re: Itemized overlay and Hellomapview

2009-09-04 Thread sweet
How you declarate your class ItemizedOverlay in the Manifest ? On 4 sep, 10:57, sweet brou...@gmail.com wrote: Thanks for your code but it not work. it's an android1.1, 1.5 or a Google api ? On 3 sep, 15:20, ragavendran s sraghav.ra...@gmail.com wrote: On Thu, Sep 3, 2009 at 1:06 PM

[android-developers] Itemized overlay and Hellomapview

2009-09-03 Thread sweet
android:layout_alignBottom=@id/mapview android:layout_centerHorizontal=true/ /LinearLayout Thanks Sweet --~--~-~--~~~---~--~~ 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] Re: horizontal center a linear layout....

2009-09-03 Thread sweet
have you try with relative layouts ? On 3 sep, 09:21, sdphil phil.pellouch...@gmail.com wrote: i am trying to create some text like this: +===+ |                                                | |              Name: Fred                 | |                              

[android-developers] Re: Itemized overlay

2009-09-03 Thread sweet
I don't understand your correction andrehbleitao... In the tuto i don'tunderstand the step 4 in the last part. I think i should understand this and make what it said for my application work well isn't it ? On 2 sep, 10:43, sweet brou...@gmail.com wrote: Hello ragavendran s and 于洋 thank for your

[android-developers] Itemized overlay

2009-09-02 Thread sweet
android:layout_centerHorizontal=true/ /LinearLayout If anyone see any error in this code ??? (I think the mistake is in the itemizedOverlay java class but i can't find it with the debug mode) Thanks Sweet --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: Itemized overlay

2009-09-02 Thread sweet
retrieved from the MapView: itemizedoverlay.addOverlay(overlayitem); mapOverlays.add(itemizedoverlay); i can't add this to the List of Overlay objects retrieved from the MapView. How i can do that ? Thanks Sweet On 2 sep, 10:08, 于洋 yuyang3...@gmail.com wrote: 2009/9/2 sweet junkybr...@gmail.com

[android-developers] Re: listview search

2009-09-02 Thread sweet
check that http://android-france.fr/2009/04/15/developpez-une-application-pour-android-etape-9-recherche-d%E2%80%99une-recette-avec-autocompletion/ On 2 sep, 10:24, manigault manig...@gmail.com wrote: I have a listview with cursor adapter and i want to be able to search in the list view. I

[android-developers] Re: listview search

2009-09-02 Thread sweet
I don't think that contact listview is better because it's juste a search about one letter but i know tuto of autocomplet search. Check that it may interess you (and if you want i can see your code) the tuto:

[android-developers] Re: Constructor problem

2009-09-01 Thread sweet
Thanks for your answer Bart I've done this: public class Xml extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.liste); }

[android-developers] Listview populate with Xml file

2009-08-31 Thread sweet
for that or if anyone can help me to fit the fist code to my xml file it will be great because i'm blocked here ... Thanks Sweet --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Constructor problem

2009-08-31 Thread sweet
I've a problem with this code: public class Xml extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.liste); }

[android-developers] Re: Constructor problem

2009-08-31 Thread sweet
Eclipse say that for the line: ArrayList listeRecette = renvoi_liste_recette_xml(); --~--~-~--~~~---~--~~ 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] Re: Mapview deprecated

2009-08-28 Thread sweet
= (MapView) findViewById(R.id.mapview); mapView.setBuiltInZoomControls(true); super.onCreate(savedInstanceState); setContentView(R.layout.map); linearLayout.addView(mZoom); } do you see anything wrong ? thanks again Sweet On 28 août, 10:15, Zod zsolt.ba...@gmail.com

[android-developers] Mapview deprecated

2009-08-28 Thread sweet
Hi i've tested to do the tuto HelloMapView ti the URL:http:// developer.android.com/intl/fr/guide/tutorials/views/hello-mapview.html and when i wrote the step 9: linearLayout = (LinearLayout) findViewById(R.id.zoomview); mapView = (MapView) findViewById(R.id.mapview); mZoom = (ZoomControls)

[android-developers] Re: Mapview deprecated

2009-08-28 Thread sweet
/ LinearLayout android:id=@+id/zoomview android:layout_width=wrap_content android:layout_height=wrap_content android:layout_alignBottom=@id/mapview android:layout_centerHorizontal=true/ /LinearLayout If you see anything ... Thanks for your time sweet On 28 août, 10:48, Mark

[android-developers] Re: Mapview deprecated

2009-08-28 Thread sweet
I found it thanks again for your help ^^ On 28 août, 13:53, sweet junkybr...@gmail.com wrote: Just an other question How can i make an other itemized to switch the view (satelite view to map view) ??? On 28 août, 13:39, sweet junkybr...@gmail.com wrote: It's work very well ^^ Thanks

[android-developers] Re: Mapview deprecated

2009-08-28 Thread sweet
Just an other question How can i make an other itemized to switch the view (satelite view to map view) ??? On 28 août, 13:39, sweet junkybr...@gmail.com wrote: It's work very well ^^ Thanks a lot guys On 28 août, 12:14, Mark Murphy mmur...@commonsware.com wrote: I've done what you say

[android-developers] Re: Mapview deprecated

2009-08-28 Thread sweet
It's work very well ^^ Thanks a lot guys On 28 août, 12:14, Mark Murphy mmur...@commonsware.com wrote: I've done what you say mark Not completely. but i've already the same error the mistake should not be here i will pass you the full code java: public class Map extends

[android-developers] How to populate a listview with XML file to Internet

2009-08-27 Thread sweet
in the first view) i would like the content of the other marker will display in an other text view. Can someone help me ? Thanks Sweet --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] android Hello mapview

2009-08-24 Thread sweet
Hello i'm new in the android developpement and i've tested the tutorial Hello mapview (at the URL:http://developer.android.com/ guide/tutorials/views/hello-mapview.html) but i'm stopped in the step 8. I don't understand how to retrieve the ZoomControls object from the MapView and add it to my new

[android-developers] Re: Help in the HelloMapView tuto

2009-07-24 Thread sweet
I'm using the plugin ADT for Eclipse and the sdk is the 1.5. I've done what you said but it was already configured do you have thought about an other solution ??? (thx for your previous answer) --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: Help in the HelloMapView tuto

2009-07-24 Thread sweet
It's seems like the Internet permission doesn't work. --~--~-~--~~~---~--~~ 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

[android-developers] Re: Help in the HelloMapView tuto

2009-07-21 Thread sweet
Nobody can help me ??? --~--~-~--~~~---~--~~ 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 to

[android-developers] Help in the HelloMapView tuto

2009-07-16 Thread sweet
-class of Activity called MapActivity, so change the class declaration to extend MapActicity, instead of Activity: public class HelloMapView extends MapActivity { When i've done this Eclipse say: MapActivity cannot be resolved to a type Somebody can help me please ? Sweet

[android-developers] API google map key

2009-07-09 Thread sweet
Hi Everyone I'm begining in android developement and at that time I work in the API google map tutorial. In this tutorial they said : Once you have located the keystore, use this Keytool command to get the MD5 fingerprint of the debug certificate: $ keytool -list -alias androiddebugkey \