What language or technology was used to develop the Spotify desktop application?

前端 未结 8 1841
南笙
南笙 2020-12-04 06:05

Does anybody know which language or technology was used to develop the Spotify desktop application? It\'s stable, good-looking and lightweight.

8条回答
  •  攒了一身酷
    2020-12-04 06:40

    The frontend is written in FLEX, checkout the sources on your mac or windows machine. You will see a lot of xml file which are in the flex file format.

    Off course the connection to the server and platform integration is probably written natively in c++. But the UI part is just FLEX...

提交回复
热议问题