简体   繁体   English

在Android中弹出消息显示

[英]Pop up Message display in android

I have an app running on google play. 我有一个在Google Play上运行的应用。 I want to notify my app users with an alter/notification message over a period of 2 weeks of time. 我想在2周的时间内通过更改/通知消息通知我的应用程序用户。 It should notify every time when they open the app. 每当他们打开应用程序时,它都会发出通知。 So to do this, i guess the answer is using "Dialogue box". 因此,我想答案是使用“对话框”。

In practicality, when i code dialogue box with different messages, then i need update my apk file everytime i change the alter messages. 实际上,当我用不同的消息编码对话框时,每次更改更改消息时我都需要更新apk文件。 So, do i need to update my apk file over the google play every time when i update with different alter messages? 因此,每次我使用不同的Alter消息进行更新时,是否需要通过Google Play更新我的apk文件?

as @meh said its not possible to send a pop up message without uploading a new apk or some server does this for us. 正如@meh所说,如果不上传新的APK或某些服务器为我们执行此操作,则无法发送弹出消息。

I have seen a beautiful website that can act as a webserve and push the notification as a dialogue and also as a notification. 我见过一个漂亮的网站,可以充当Webserve,并将通知作为对话和通知进行推送。

Look this link here 在这里查看此链接

Which might here for some one who have same question like me. 对于像我这样的同样问题的人来说,这可能是什么。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM