Some common HTTP methods Method Description Safe Idempotent GET Requests a specific representation of a resource Yes Yes PUT ...
What is the difference between match_parent and fill_parent?
Matt Ball answered in stackoverflow. which is got more upvoted. They're the same thing (in API Level 8+). Use match_parent. FILL_PARENT (renamed MATCH_PARENT in API Level 8 and higher), which means that the view wants to be as big as its parent (minus padding) or fill_parent (renamed match_parent in API Level 8) tells your view to become as big as its parent view group will...
How to communicate WCF webservices in android applications
- First you have to create wcf webserices, then you have defines some necessary thing to communicate with wcf.You have to recognize the following in your wsdl file:Method Name and Soap Action:Namespace:URL:Download ksoap 2 and import in libs folder in android: ...
Subscribe to:
Posts (Atom)