spring-android Questions
6
Solved
I'am developping an android app that receive an data from server (localhost - mssql and nodejs), save data and then display it
after receiving the server response I get this error
I follow the in...
Germinative asked 23/1, 2015 at 16:29
6
Solved
I'm going to add RESTful Web Service support with Spring to my Android application as described here https://spring.io/guides/gs/consuming-rest-android/.
This is top-level build.gradle config:
//...
Heckman asked 2/6, 2016 at 8:42
2
Solved
In my gradle android application when I run the application I got below error.
Error:Gradle: duplicate files during packaging of APK /home/WorkSpace/MyProject/app/build/outputs/apk/app-debug-una...
Auvergne asked 5/3, 2016 at 7:19
2
Solved
Official Spring for Android page mentions to add following dependency code.
dependencies {
compile 'org.springframework.android:spring-android:1.0.1.RELEASE'
}
which is latest version of build ...
Privy asked 12/8, 2014 at 22:52
2
Solved
I'm getting an exception when attempting to deserialize an JSON string which contains date strings to a POJO using Joda.
I'm using Jackson2 with Spring and Robospice.
I'm getting the following ex...
Footpound asked 10/8, 2014 at 19:48
0
I've been doing some digging lately into the REST Clients for Android. Majority of the discussions have been around Volley and Retrofit, seldom I came across comparisons between Ion, Robospice with...
Edomite asked 8/2, 2015 at 19:51
2
Solved
Possible duplicate Need help on RestTemplate Post Request with Body Parameters? and Spring RESTtemplate POST but these answers don't work for me
I tried to get access token from Instagram API by Sp...
Diet asked 3/4, 2014 at 2:45
2
Solved
I have my project with Gradle and declare my dependencies on build.gradle:
dependencies {
compile 'com.android.support:support-v4:18.0.0'
compile 'org.springframework.android:spring-android-rest-t...
Alcahest asked 7/3, 2014 at 0:9
0
I'm using RoboSpice with Spring Android to perform REST api calls.
Data need to be sent with the Content-Type set to application/x-www-form-urlencoded.
Let's say I have a Pojo class like this:
p...
Carr asked 25/7, 2014 at 2:12
2
Solved
On Android Studio 0.8.2, I am trying to create an app that integrates with Twitter using Spring. Had innumerable build problems until I created a blank activity that I'm just using the test my Grad...
Chorography asked 16/7, 2014 at 1:55
1
Solved
i have some problem about send image file (multipart) using android via Spring restTemplate.
here is my controller on server :
@RequestMapping(value = "/uploadPhoto/{id}", method = RequestMethod....
Assail asked 7/4, 2014 at 7:55
0
Install latest STS (currently 3.4.0)
Setup your Android development environment in STS as per the normal Android development setup steps for an existing IDE: http://developer.android.com/sdk/insta...
Hinz asked 10/3, 2014 at 6:56
1
© 2022 - 2024 — McMap. All rights reserved.