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.
我正在使用 Parse.com 作为后端。我正在制作一个需要在后台重复检查表值的应用程序。我已经创建了 Android 服务。除了无限循环之外,还有其他或直接的方法吗相同?
That would be the only way with Parse is with a loop. You will have to structure it strange though where Parse methods are async tasks.
async