1

I am developing an android application which is very much sensitive on the data packet size.

I noticed that when I login SalesForce using the following code:

ConnectorConfig parameters = new ConnectorConfig("username@server.com",
                "password", null);
        try {
          Salesforce.login(parameters, new SForceLoginResponseListener());
        } catch (Exception e) {
          e.printStackTrace();      
        }

the size of the data packet used is near 40KB. I would like to know why the usage of data packet is so high during simple login ?

4

0 回答 0