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.
我正在开发一个应用程序,在该应用程序中我通过消息获得余额,并且我想将该消息显示为警报或敬酒。我能为此做些什么?
1) 注册一个 SMSBroadcastReceiver
2)解析出消息
3)启动一个新的Activity,然后从那里启动一个新的AlertDialog
再说一次,和其他人一样,我不知道你在这方面到底走了多远,所以我不能提出更具体的建议。