ForceDroid Native App
FORCEDROID NATIVE APP
A forcedroid native app is used to perform the basic functionality. Using this app we can fetch accounts and contacts which we have in our org.
Required Softwares :
- JDK 1.8,
- Node.js(latest version),
- Mobile SDK (Android)(latest version),
- Forcedroid Package( npm install -g forcedroid),
- Git(latest version).
↳After installation of mobile SDK , click on android AVD
An Android Virtual Device(AVD) works with the emulator to provide a virtual device-specific environment in which to install and run Android apps.
-->At the command prompt, change to the directory where you want to store your project,then type:
Step 1: forcedroid create
Step 2:Select which type of app you want to create.select Native.
Step 3:Enter
- Application type: native
- Application name: MyTrailNative
- Package name: com.mytrail.android
- Organization name: MyApps, Inc.
- Output directory: TrailAndroidApps
Refer this link :
Creating native android apps with salesforce mobile sdk
Comments
Post a Comment