机器人应用程序。 GUI - 移动网站还是原生网站?
最近我被要求帮助组装一个 Android 应用程序,主要是为我自己设计的 UI。 我对它一无所知,对 Java 更是一无所知,我偶然发现了 Appcelerator。
我把它全部安装好了,并努力让厨房水槽应用程序正常工作,但这不是我想要的。所以我希望这里的一些人可能知道或有这方面的经验。
首先,Appcelerator 是否像我乍一看那么好?
其次,我的主要任务是每次有人拨打电话时,我想检查拨打的号码,如果在特定情况下,则弹出一个模式对话框,其中包含供用户选择的选项。
这在 Appcelerator 中可行还是我在错误的池塘里钓鱼?
任何信息/建议表示赞赏。
I have recently been asked to help put together an Android App, mostly UI for myself.
Knowing nothing about it and even less about Java, I stumbled upon Appcelerator.
I got it all installed, and fought my way through getting the Kitchen Sink app to work, but that's not what I am looking for. So I am hoping some here might know or be experienced with this.
First off, is Appcelerator as good as it appears to me at first glance?
Second, my main task here would be that each time someone places a call, I would like to check the number being dialed and, if it falls under specific circumstances, throw up a modal dialog box with options for the user to select.
Is this something doable in Appcelerator or am I fishing in the wrong pond?
Any info/advice is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我的答案,当有人昨天问过。
这在 Appcelerator 中是不可能的,除非编写您自己的基于 Java 的插件。尽管如此,我还是持怀疑态度——大多数此类跨平台工具包(例如,Titanium、PhoneGap)都是为 UI 是控制点的应用程序设计的,而不是为电话呼叫等系统级事件设计的。
Here is my answer when somebody asked that yesterday.
It is not doable in Appcelerator, except perhaps by writing your own Java-based plugin. Even with that I am skeptical -- most of these sort of cross-platform toolkits (e.g., Titanium, PhoneGap) are designed for apps where the UI is point of control, not system-level events like phone calls.