This is actually a trivial thing about the Android Developers website itself rather than about developing on Android.
Has anyone else tried to insert a link to an API method<http://developer.android.com/reference/android/app/Service.html#startForeground%28int, android.app.Notification%29> on StackOverflow (other websites are available) but found that the fragment part contains a space, which most markup processors treat as the end of the URL? I always have to replace them with %20 manually to make it work. I wonder if anyone else has noticed this and if anyone managing the website had considered tweaking the documentation generator to always use %20 instead of spaces. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

