You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support for developing iOS and Android mobile Apps using
109
109
[Xamarin.iOS](https://github.com/ServiceStackApps/HelloMobile#xamarinios-client) and
110
110
[Xamarin.Android](https://github.com/ServiceStackApps/HelloMobile#xamarinandroid-client) with
111
111
[Xamarin Studio](https://www.xamarin.com/studio) on OSX. The **ServiceStackXS** plugin also provides a rich web service
112
112
development experience developing Client applications with
113
113
[Mono Develop on Linux](/csharp-add-servicestack-reference.html#xamarin-studio-for-linux)
114
114
115
-
#### [Android Studio integration with ServiceStack Plugin](/java-add-servicestack-reference.html)
115
+
#### [Android Studio integration with ServiceStack Plugin](/java-add-servicestack-reference)
116
116
117
-
Providing [an instant Native Typed API in Java](/java-add-servicestack-reference.html)
118
-
and [Kotlin](/kotlin-add-servicestack-reference.html)
117
+
Providing [an instant Native Typed API in Java](/java-add-servicestack-reference)
118
+
and [Kotlin](/kotlin-add-servicestack-reference)
119
119
including idiomatic Java Generic Service Clients supporting Sync and Async Requests by leveraging Android's AsyncTasks to enable the creation of services-rich and responsive native Java or Kotlin Mobile Apps on the Android platform - directly from within Android Studio!
120
120
121
121
#### [JetBrains IDEs integration with ServiceStack IDEA plugin](/java-add-servicestack-reference.html#install-servicestack-idea-from-the-plugin-repository)
@@ -124,7 +124,7 @@ The ServiceStack IDEA plugin is installable directly from IntelliJ's Plugin repo
124
124
125
125
#### [Eclipse integration with ServiceStackEclipse](https://github.com/ServiceStack/ServiceStack.Java/tree/master/src/ServiceStackEclipse#eclipse-integration-with-servicestack)
126
126
127
-
The unmatched productivity offered by [Java Add ServiceStack Reference](/java-add-servicestack-reference.html) is also available in the
127
+
The unmatched productivity offered by [Java Add ServiceStack Reference](/java-add-servicestack-reference) is also available in the
128
128
[ServiceStackEclipse IDE Plugin](https://github.com/ServiceStack/ServiceStack.Java/tree/master/src/ServiceStackEclipse#eclipse-integration-with-servicestack) that's installable
129
129
from the [Eclipse MarketPlace](https://marketplace.eclipse.org/content/servicestackeclipse) to provide deep integration of Add ServiceStack Reference with Eclipse Java Maven Projects
130
130
enabling Java Developers to effortlessly Add and Update the references of their evolving remote ServiceStack Web Services.
@@ -248,7 +248,7 @@ public class CustomerService : Service
248
248
249
249
```
250
250
251
-
### [Calling the above REST Service from any C#/.NET Client](/csharp-add-servicestack-reference.html)
251
+
### [Calling the above REST Service from any C#/.NET Client](/csharp-add-servicestack-reference)
252
252
253
253
No code-gen required, can re-use above Server DTOs:
0 commit comments