Top "Uri" questions

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

Custom notification sound , android Oreo?

I want to set a custom notification sound from a raw mp3 or wav file in my app. Below is …

android uri android-notifications android-8.0-oreo
Changing the scheme of System.Uri

I'm looking for canonical way of changing scheme of a given System.Uri instance with System.UriBuilder without crappy string …

c# .net url uri
Android 2.2 MediaPlayer is working fine with one SHOUTcast URL but not with the other one

Please see the code i am using for streaming shoutcast stream, it works with one URL but NOT with the …

android media-player uri audio-streaming shoutcast
when take photo get - java.lang.Throwable: file:// Uri exposed through ClipData.Item.getUri()

The Exception is: file:// Uri exposed through ClipData.Item.getUri() java.lang.Throwable: file:// Uri exposed through ClipData.Item.getUri() …

android camera uri mediastore image-capture
Uri.EscapeDataString() - Invalid URI: The Uri string is too long

I'm using compact framework/C# on windows mobile. In my application I am uploading data to the server by serializing …

c# exception-handling httpwebrequest compact-framework uri
accessing a resource dictionary in code wpf

The same line of code in the same assembly works for one test fixture but not another. Here is the …

wpf uri resourcedictionary
URL segment using Laravel 4

How can I implement a segment based url in laravel 4? I tried using it in laravel 3 like URI::segment(1) and …

php laravel-4 uri segment
C#, Is there a better way to verify URL formatting than IsWellFormedUriString?

Is there a better/more accurate/stricter method/way to find out if a URL is properly formatted? Using: bool …

c# url uri notsupportedexception
Put a big image in an ImageView not working

I think there is a problem with my ImageView. i created a gallery, where I can touch an image and …

android imageview gallery uri
Best way to extract last segment of URI in Ruby

Given URI strings like: http://www.somesite.com/abc http://www.somesite.com/alpha/beta/abc http://www.somesite.com/…

ruby string uri string-parsing