+ 3

Whats the difference between a framework and a library!

I dont really know how to differentiate them both

2nd May 2018, 4:07 PM
Android Boi
Android Boi - avatar
2 odpowiedzi
+ 1
Libraries are packages which contain functions that can be called from your code. eg. assume your task is to find average of numbers, you can use the (say) addition library to find the sum without writing your own logic. Frameworks on the other hand, will set up a working codebase in which you can develop your application. Hope this helps.
2nd May 2018, 6:43 PM
shylajhaa sathyaram
shylajhaa sathyaram - avatar
+ 1
Hi Davey A library is called by your code, your code is called by a Framework. ie most Frameworks are very opinionated, they are in charge.
2nd May 2018, 9:04 PM
Mike Choy
Mike Choy - avatar