Thirty party libraries based Android interview questions and answers

Social media library:

How many data can we get from Facebook API?

Ans: Using graph library and Profile class, we can get all the information of a user.

ex Name, first name, last name, profile image, middle name


Image library:

Difference between Picasso and glide Library in Android?

Ans: Picasso library can only load an image, where glide can also load gif format.

Which 3rd party library you have used in Android?

Ans: Retrofit, Picasso, Glide, volly.

Comments

Popular posts from this blog

Jetpack Compose based Android interview and questions

Null safety based Kotlin interview questions and answers

CustomView based Android interview questions and answers