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
Aram BharathiAram Bharathi 

Apex android (Studio + Gradle)

Hi I have gone thro https://trailhead.salesforce.com/en/modules/mobile_sdk_native_android.

This links talks about how to use Mobile SDK with android app. But without using this heavy weight library we are able to use the REST API for our android app. But we are unable to get started with the APEX commands.

For example, how to do the following https://developer.salesforce.com/forums/ForumsMain?id=9060G0000005YKQ

User asked to use the sample APEX command. But we dont know how to do it.

Is it something like, if we use the Mobile SDK we can use the APEX commands directly? It is better if someone explains how to convert APEX function to REST API.