Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

讨论话题收集 #1

Open
Trinea opened this issue Mar 13, 2015 · 6 comments
Open

讨论话题收集 #1

Trinea opened this issue Mar 13, 2015 · 6 comments

Comments

@Trinea
Copy link
Member

Trinea commented Mar 13, 2015

这个下面不建议随便新增 Issue,大家觉得合适的话题需要讨论的,请在下面评论留言,我们来建 Issue。

@alexluocj
Copy link

通过设置Notification.sound的方式设置声音,有些手机没有效果,是否有人碰到过这种情况,怎么解决的?

@chenUT
Copy link

chenUT commented May 8, 2015

github上有一个android best practices 的项目,不知道是不是可以在这里link一下?

@Silocean
Copy link

网上有哪些好用的公共API接口?

@chenUT
Copy link

chenUT commented Jun 19, 2015

@Silocean 简易的restful的话 用https://parse.com/还是很不错的

@HanderWei
Copy link

最近在学习MVP模式,目前有两个个问题:

  • Activity/Fragment 应该作为View还是Presenter? (看了几篇博客,感觉各有优劣)
  • MVP模式下如何处理多线程

@chenUT
Copy link

chenUT commented Jul 15, 2015

@HanderWei 个人觉得Activity/Fragment 更像是mvc 中的controller 如果非要到mvp中 我觉得会是 presenter, view应该已经有xml 或者各种customized view实现了。

多线程个人习惯于asynctask 处理简单任务,intentservice处理稍复杂任务,真正的需要多线程的后台任务责由service + threadpoolexecutor完成。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants