Why is the Facebook SDK for Android so big?

I am currently developing an Android application using the Facebook SDK. And now the actual size is more than 35 mb, where 22 of them are the SDK library for Facebook.

Is there a way to reduce its size? or can i use facebook api without actual sdk?

+4
source share
1 answer

You do not need SKD to use the Graph API. They simply simplify the work with Facebook, having a lot of everything that has already been done for you.

+1
source

All Articles