TreKing wrote: > Ibrahim Sada wrote: > >> how to sends and receive xml file from android to server and vise versa > > > how to Google this question >
There are so very many ways to send and receive XML files. Overall, Android works exactly the same as any Java environment. At the most basic level, XML files are just files, so you can use regular file I/O to send them. Now, if you were to give us more information on why you are sending XML files back and forth, and what you expect to happen when you do, we can give you more advice based on that. Whether anyone will do so depends on the degree of effort you put into your question. What have you done so far? Why hasn't Googling for information helped you? What do you know so far about transferring files, especially XML files, with Java? Give us a code example http://sscce.org/ of anything you have tried. And as TreKing suggests, do your research first, then ask targeted questions. -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

