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.
我有一些最终用户网络项目并使用 github 作为错误跟踪器。
我的最终用户不是程序员,他们不喜欢 github。
从此类最终用户向 github 导入错误的服务器或其他可能的东西是什么?
还需要为他们从 github 导出错误。
他们可以将他们的错误输入到您将为您的网络用户设置的bugzilla 服务器中。
存在一些脚本,例如“ github问题导出”,它们从 GitHub 问题导出回所述 bugzilla 服务器。
Im trying to pass an arrayList from activity A to another activity B. The object class I am using implements Parcelable. In A activity the arrayList seems to be well formed, but when