[android-developers] Force update

2012-03-13 Thread hazem omies
how to make force update for application when its start ? -- 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] Xml parsing issue

2012-03-11 Thread hazem omies
i implement xml parsing from http Request ,,i have a problem with parsing this structure xml as follow: Services item sample1/sample sample2/sample . . . . . .

Re: [android-developers] Re: intent Value

2012-02-27 Thread hazem omies
you... On Feb 26, 1:15 pm, hazem omies hazem.om...@gmail.com wrote: hi, how to passing intent value from listview activity that using HashMap to another listview as follow : the main activity contain listview getting value from xml using HashMap ,,i need to passing this value

Re: [android-developers] Re: intent Value

2012-02-27 Thread hazem omies
hi ,,, Note,,the value has been passed successfully ,,,but without listview !!! On Mon, Feb 27, 2012 at 10:39 AM, hazem omies hazem.om...@gmail.com wrote: thanks ,, but i put this map like *intent.putExtras(mapidentifier,map); ,,, how i can put this mapping as listview in second activity

[android-developers] intent Value

2012-02-26 Thread hazem omies
hi, how to passing intent value from listview activity that using HashMap to another listview as follow : the main activity contain listview getting value from xml using HashMap ,,i need to passing this value to another arraylist to be view in listview how i can do this , -- You received

[android-developers] nested listview

2012-02-26 Thread hazem omies
hi,,, how i can make nested listview as follow : main activity contain a listview binding from web servers XML parser ,,my issue is when click on item ,,the seconed listview open related to this item as nested ,,?? -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] nested listview

2012-02-26 Thread hazem omies
/**ExpandableListView.htmlhttp://developer.android.com/reference/android/widget/ExpandableListView.html On 2/26/2012 9:25 AM, hazem omies wrote: hi,,, how i can make nested listview as follow : main activity contain a listview binding from web servers XML parser ,,my issue is when click on item

Re: [android-developers] Re: Two listview

2012-02-26 Thread hazem omies
(mapvalue, map ); map is the object name of your HashMap. or else you want to create another listview in the same activity means let me know the xml values. better explain your need clearly... regards kalandar On Feb 25, 6:09 am, hazem omies hazem.om...@gmail.com wrote: hi kalandar , i

[android-developers] Re: Two listview

2012-02-24 Thread hazem omies
hi kalandar , i make the first listview using HashMap but i cant make the seconed list because i need to pass value from one list to another related to one ,,,plz see my code below package test.packag; import java.io.InputStream; import java.util.ArrayList; import java.util.HashMap; import

[android-developers] Sql Server 2008 with android

2012-02-24 Thread hazem omies
hi , how to implement android application that read database from Sql server 2008 -- 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,

[android-developers] Two listview

2012-02-23 Thread hazem omies
hi. i have xml file that read remotely from server and put the data in listview i need a way that this lisview on click item pass this value to another related listview -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] image Parsing

2012-02-15 Thread hazem omies
how i can parsing image from xml file into android listview item namehazem/name image test.png image /item Thanks -- 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