Why do we always convert URL string to URI or any data when we pass the data to intent object?
I know that parameter type of Intent is URI type but what is so special about URI?
What is the concept behind it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
URL is used to identify a specific resource and how to access it – in all completeness
URI:
mysql://localhost@databasename:passwordThe URL shows you where you can find the database on the internet and which protocol you should use.
URL:
mysql://localhost