Top "Uri" questions

A Uniform Resource Identifier (or URI) is a string of characters used to identify a name or resource.

How to get the Full file path from URI

I'd like to get the full file path, from a URI. The URI isn't a Image, but it's a music …

android path get uri
Get real path from URI, Android KitKat new storage access framework

Before the new gallery access in Android 4.4 (KitKat) I got my real path on the SD card with this method: …

android path uri android-4.4-kitkat
java.net.MalformedURLException: no protocol on URL based on a string modified with URLEncoder

So I was attempting to use this String in a URL :- http://site-test.com/Meetings/IC/DownloadDocument?meetingId=c21…

java uri malformedurlexception
How to get URI from an asset File?

I have been trying to get the URI path for an asset file. uri = Uri.fromFile(new File("//assets/mydemo.…

android uri filepath assets
Get host domain from URL?

how to get host domain from a string URL? GetDomain has 1 input "URL", 1 Output "Domain" Example1 INPUT: http://support.domain.…

c# string url httpwebrequest uri
Convert file path to a file URI?

Does the .NET Framework have any methods for converting a path (e.g. "C:\whatever.txt") into a file URI (…

c# .net path uri
How to check whether a string is a valid HTTP URL?

There are the Uri.IsWellFormedUriString and Uri.TryCreate methods, but they seem to return true for file paths etc. How …

c# .net validation url uri
REST URI convention - Singular or plural name of resource while creating it

I'm new to REST and I've observed that in some RESTful services they use different resource URI for update/get/…

rest resources naming-conventions uri
Get file name from URI string in C#

I have this method for grabbing the file name from a string URI. What can I do to make it …

c# string uri filenames
How to use "Share image using" sharing Intent to share images in android?

I have image galley app in that app I placed all the images into the drawable-hdpi folder. and i called …

android image uri share