You need to sign in to do that
Don't have an account?
SATYA ADMIN
Can u please Help i have developed a one android application it contains one textfield and in salesforce create a one object and create one custom field as Student Name. I want to store the student name in salses force from my android app how ?
Can u please Help i have developed a one android application it contains one textfield and in salesforce create a one object and create one custom field as Student Name. I want to store the student name in salses force from my android app how ?
http://wiki.developerforce.com/page/Mobile_SDK
1) Download/ clone the Mobile SDK for Android (https://github.com/forcedotcom/SalesforceMobileSDK-Android)
2) Run the install.sh (https://github.com/forcedotcom/SalesforceMobileSDK-Android/blob/master/install.sh) script
3) Look at a sample project such as RestExplorer (https://github.com/forcedotcom/SalesforceMobileSDK-Android/tree/master/native/SampleApps/RestExplorer) and modify the source code to work with your custom object/field
If you run into issues, feel free to post another thread.
If my answer helps resolve your query, please mark it as the 'Best Answer' to benefit others and improve the overall quality of Discussion Forums.