I was asked to develop an android map application which uses wms-wfs source from geoserver.
in order to be more clear I want to accomplish
get xml response(either kml or an xml file I'm not sure about difference) then parse this xml file to get geometry's info which is at touch point. This xml may include this info
create appropriate geometry depending on this xml file.
I know I need too much help. Thanks for any reply(I explain may way for anyone new in this area maybe the question can help)
By the way I have found some resources during this time. They're said to support wms, wfs services. Let me share them:
Not exactly sure what you are looking for above, but it would help if you could show some of what you have tried / used, and exactly where you are having problems. To be helpful, here are the results of my googling:
Look here for a simple KML Parser example for Android: http://www.java2s.com/Open-Source/Android/android-core/platform-sdk/com/android/ddmuilib/location/KmlParser.java.htm
Here is an example of XML parsing on Android: http://www.warriorpoint.com/blog/2009/07/19/android-simplified-source-code-for-parsing-and-working-with-xml-data-and-web-services-in-android/
Here is a tutorial on mapview on Android: https://developers.google.com/maps/documentation/android/v1/hello-mapview
Please update you question with more details and I expect you will get a better response.