function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SATYA ADMINSATYA 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 ?
Sagar PareekSagar Pareek

http://wiki.developerforce.com/page/Mobile_SDK

 
Gaurav KheterpalGaurav Kheterpal
It will help if you post your exact doubts/ problems rather than an open ended question like this. If you already have the data model configured on Salesforce side, the next steps are

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.