Ultimate Pop Culture Wiki

We're looking to revitalize this wiki! For more information, click here.

READ MORE

Ultimate Pop Culture Wiki
Advertisement

A software development kit (SDK) is a collection of software development tools in one installable package. They ease creation of applications by having compiler, debugger and perhaps a software framework. They are normally specific to a hardware platform and operating systems combination.[1][2][3] To create applications with advanced functionalities such as advertisements,[4] push notifications,[5] etc; most application software developers use specific software development kits.

Some SDKs are required for developing a platform-specific app. For example, the development of an Android app on Java platform requires a Java Development Kit. For iOS applications (apps) the iOS SDK is required. For Universal Windows Platform the .NET Framework SDK might be used. There are also SDKs that add new features, they are installed in apps to provide analytics and data about application activity. Some prominent creators of these types of SDKs include Google,[6] InMobi,[7] and Facebook.[8]

Details[]

An SDK can take the form of an application programming interfaces (APIs)[3] in the form of on-device libraries of reusable functions usde to interface to a particular programming language, or it may be as complex as hardware-specific tools that can communicate with a particular embedded system.[9] Common tools include debugging facilities and other utilities, often presented in an integrated development environment (IDE).[10] SDKs may include sample software and/or technical notes along wih documentation, and tutorials to help clarify points made by the primary reference material.[11][12]

SDKs often include licenses that make them unsuitable for building software intended to be developed under an incompatible license. For example, a proprietary SDK is generally incompatible with free software development, while a GPL-licensed SDK could be incompatible with proprietary software development, for legal reasons.[13][14] However, SDKs built under the GNU Lesser General Public License (LGPL) are typically usable for proprietary development.[15]

The average Android mobile app implements 15.6 separate SDKs, with gaming apps implementing on average 17.5 different SDKs.[16] The most popular SDK categories for Android mobile apps are analytics and advertising.[16]

SDKs can be unsafe (because they are implemented within apps, but yet run separate code). Malicious SDKs (with honest intentions or not) can violate users' data privacy, damage app performance, or even cause apps to be banned from Google Play or the App Store.[17] New technologies allow app developers to control and monitor client SDKs in real time.

Providers of SDKs for specific systems or subsystems sometimes substitute a more specific term instead of software. For instance, both Microsoft[18] and Citrix[19] provide a driver development kit (DDK) for developing device drivers.

See also[]

  • Application programming interface
  • Game development kit
  • Graphics library
  • Widget toolkit (or GUI toolkit)
  • video sdk (Software development kit)

References[]

  1. Shamsee, N.Expression error: Unrecognized word "etal". (2015). CCNA Data Center DCICT 640-916: Official Cert Guide. Cisco. p. 934. ISBN 9780133860450. https://books.google.com/books?id=-0GkBgAAQBAJ&pg=PA934. 
  2. "SDK (software development kit)". Gartner, Inc. Retrieved 5 July 2018. {{cite web}}:
  3. 3.0 3.1 Sandoval, K. (2 June 2016). "What is the Difference Between an API and an SDK?". Nordic APIs Blog. Nordic APIs AB. Retrieved 5 July 2018. {{cite web}}:
  4. Tarkoma, S.; Siekkinen, M.; Lagerspetz, E.; Xiao, Y. (2014). Smartphone Energy Consumption: Modeling and Optimization. Cambridge University Press. pp. 249–50. ISBN 9781139992732. https://books.google.com/books?id=4tAHBAAAQBAJ&pg=PA249. 
  5. Buecker, A.Expression error: Unrecognized word "etal". (2014). IBM System z in a Mobile World. IBM Redbooks. p. 207. ISBN 9780738440095. https://books.google.com/books?id=VmqcBQAAQBAJ&pg=PA207. 
  6. Dimitriu, A. (11 April 2017). "How to use Analytics for mobile apps: Google Analytics SDK vs Firebase". Littledata Blog. Littledata Consulting Ltd. Retrieved 5 July 2018. {{cite web}}:
  7. Kirk, J. (31 July 2017). "How to Measure Mobile Video Viewability (Without Slowing Performance)". inMobi Blog. inMobi. Retrieved 3 July 2018. {{cite web}}:
  8. Cohen, D. (29 September 2016). "More New Features for Facebook's Analytics for Apps". Adweek. Adweek, LLC. Retrieved 5 July 2018. {{cite web}}:
  9. Benso, A.; Chiusano, S.; Prinetto, P. (2000). "A software development kit for dependable applications in embedded systems". Proceedings International Test Conference 2000: 170–8. doi:10.1109/TEST.2000.894204. 
  10. Burd, B. (2015). Android Application Development All-in-One For Dummies. John Wiley & Sons. p. 31. ISBN 9781118973806. https://books.google.com/books?id=fwElCgAAQBAJ&pg=PA31. 
  11. Asif, S.Z. (2011). Next Generation Mobile Communications Ecosystem: Technology Management for Mobile Communications. John Wiley & Sons. p. PT384. ISBN 9781119995814. https://books.google.com/books?id=zgqQ4MX3uIUC&pg=PT384. 
  12. Withee, K. (2011). SharePoint 2010 Development For Dummies. John Wiley & Sons. p. PT346. ISBN 9781118038628. https://books.google.com/books?id=_OiEGA2EZz8C&pg=PT346. 
  13. Vaughan-Nichols, S.J. (4 January 2013). "No, Google is not making the Android SDK proprietary. What's the fuss about?". ZDNet. CBS Interactive. Retrieved 5 July 2018. {{cite web}}:
  14. Orland, K. (20 July 2017). "Sony's legal quest to remove its leaked developer's kit from the Web". ArsTechnica. Condé Nast. Retrieved 5 July 2018. {{cite web}}:
  15. Davidson, S.J. (2004). "A Primer on Open Source Software for Business People and Lawyers". Leonard, Street and Deinard. Retrieved 5 July 2018. {{cite web}}:
  16. 16.0 16.1 Shoavi, Orly. "The All-Star Winners of Mobile App Tools (SDKs)". SafeDK. {{cite web}}:
  17. Perez, Sarah. "Hundreds Of Apps Banned From App Store For Accessing Users' Personal Information". TechCrunch. {{cite web}}:
  18. "Windows Driver Kit documentation". Hardware Dev Center. Microsoft. Retrieved 5 July 2018. {{cite web}}:
  19. "Driver Development Kit - For XenServer 6.2.0 Service Pack 1 with Hotfix XS62ESP1062". Citrix Systems, Inc. 27 June 2017. Retrieved 5 July 2018. {{cite web}}:
Advertisement