Android Native Quick Start
Native Android Requirements
Android Project Files
Android Sample Applications
Configure WebSockets
REST Wrappers for SFAP APIs
Using Key-Value Stores for Secure Data Storage
Dark Mode and Dark Theme Settings
The SalesforceMobileSDK-Android GitHub repository contains sample apps you can build and run.
If you haven’t already done so, clone the SalesforceMobileSDK-Android GitHub repository.
Mac:
1git clone https://github.com/forcedotcom/SalesforceMobileSDK-Android.git
2./install.shWindows:
1git clone https://github.com/forcedotcom/SalesforceMobileSDK-Android.git
2cscript install.vbsOpen the project in Android Studio.
From the Welcome screen, click Import Project (Eclipse ADT, Gradle, etc.).
OR
From the File menu, click File | New | Import Project….
<path_to_SalesforceMobileSDK-Android*>/native/NativeSampleApps/ or <path_to_SalesforceMobileSDK-Android*>/hybrid/HybridSampleApps/SHIFT-F10.We've Moved