Can you tell me how can we run the salesforce vf pages and apex classes using Android simulator. I have installed android sdk. But i am unable to run the vf pages. can you suggest me.
Mobile apps that tie into Salesforce are not new, but creating them is about to become much simpler. In software, simplicity makes everything better: fewer bugs due to fewer oversights, faster development due to removed complexities, and better maintainability due to fast ramp-up for new maintainers.
If you are using Visualforce pages and Apex Classes, then you can write unit tests for these.
You can do it using the Android simulator that ships along with the SDK.
Regards,
Gaurav
Hi ,
Can you tell me how can we run the salesforce vf pages and apex classes using Android simulator. I have installed android sdk. But i am unable to run the vf pages. can you suggest me.
Thanks
Mobile apps that tie into Salesforce are not new, but creating them is about to become much simpler. In software, simplicity makes everything better: fewer bugs due to fewer oversights, faster development due to removed complexities, and better maintainability due to fast ramp-up for new maintainers.