Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Sdk integration in Android Studio

Tags:

android

sdk

what does sdk integration mean in android. I searched much about sdk integration but didn't find a easy answer to understand it well.

like image 297
Mehtab Ahmed Avatar asked Nov 10 '22 04:11

Mehtab Ahmed


1 Answers

At first we need to know What is SDK? SDK is a software development kit. There are lots of SDK like Google Map SDK, Facebook SDK, Twitter SDK etc. Now if you want to make a android application which would be able to share something in facebook or twitter, then you must need facebook or twitter SDK for your app . This kind of uses of some other sdk in your app is called Facebook SDK or Twitter SDK Integration with android . For other hand if you want to make a ios app which would be able to use google map then you need to integrate Google Map SDK with your ios app. This is called SDK integration....That's it. Thank You

like image 180
Tanim reja Avatar answered Nov 14 '22 22:11

Tanim reja