Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我即将发布我的第一个 Android 应用程序。我不知道除了 google play store 之外我需要在哪里发布它。开发人员通常会做什么?有什么输入吗?提前致谢。
您可以在 Amazon Market Place 中发布,也可以通过 Get Jar 托管应用程序
以下是Google Play 商店和其他一些替代品
The following code (Foundation 4, jQuery)
<script> $(document).ready(function(){ $("#important img").hover(function() { alert(""); }); });