Can we create an android app with the help of salesforce? If we can then please share some reference materials.
4 answers
Hi @Yashasvi Pandey,
Yes we can create android apps with using Salesforce SDK. The best two approaches to create android apps using Salesforce is by creating a Native android app and the other is by creating a React Native app using Salesforce SDK.
You can create these apps by going threw this trail:
https://trailhead.salesforce.com/content/learn/trails/mobile_sdk_intro
From this trail you would understand application project setup and usage of Salesforce SDK. And then build your own apps over this.
Please feel free to reach out if you face any problems.