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
Abhimanyu singh 20Abhimanyu singh 20 

Write Triggers in android studio

hi, i am new in salesforce. I want to know that how we can write triggers in android studio. As i am already done with soql with android studio. Please help me out in this. 
bob_buzzardbob_buzzard
You can't write Salesforce triggers in android - triggers reside in the Salesforce database and are executed when an action occurs in the database (e.g. insert/update of a record). You are able to execute SOQL via the API, but not triggers directly.