简体   繁体   English

事件跟踪器是基于 Web 还是基于应用程序?

[英]Web-based or App-based for an Events-tracker?

I'm trying to plan out an application on the iPhone/Android that could be used to track dates/locations of events and update them as necessarily but I really have no idea what kind of method I should take.我正在尝试在 iPhone/Android 上计划一个应用程序,该应用程序可用于跟踪事件的日期/位置并根据需要更新它们,但我真的不知道我应该采用哪种方法。

Currently, there's two ideas for methods in my head:目前,我脑子里有两个关于方法的想法:

1) Make a mobile webpage/website that could be updated with the necessarily information, then display this particular webpage/website on the App for users to view. 1) 制作一个可以更新必要信息的移动网页/网站,然后将这个特定的网页/网站显示在应用程序上供用户查看。

2) Make an app in iOS/Android to do the above without displaying the webpage at all. 2)在iOS / Android中制作一个应用程序来完成上述操作,而不显示网页。

The first idea is the easiest for me to grasp, since I roughly know the procedures of setting this method up.第一个想法对我来说是最容易掌握的,因为我大致知道设置此方法的过程。 Displaying the webpages on a iPhone/Android screen should be relatively easy and this also allows me to only update the webpage with the latest information and all without (hopefully) building some kind of update system for the app itself.在 iPhone/Android 屏幕上显示网页应该相对容易,这也允许我只使用最新信息更新网页,而无需(希望)为应用程序本身构建某种更新系统。

The second idea is probably the better of the two, since I can make use of all the nifty features in the iOS/Android to make some pretty cool (what are the cool things, i don't know yet) things.第二个想法可能是两者中更好的一个,因为我可以利用 iOS/Android 中的所有漂亮功能来制作一些非常酷(什么是酷的东西,我还不知道)的东西。 I'm not exactly experienced in the field of creating apps, and I really have no idea how to start some kind of self-update functionality on an app, seeing all the apps I've done thus far are offline-based apps that does not communicate with anything save for local files.我在创建应用程序领域并不完全有经验,我真的不知道如何在应用程序上启动某种自我更新功能,看到我迄今为止所做的所有应用程序都是基于离线的应用程序不与本地文件以外的任何东西通信。 Should I get the App upon startup to download a file (XML or whichever?) to "read" the contents then update as necessarily?我是否应该在启动时让应用程序下载文件(XML 或其他?)以“读取”内容然后根据需要进行更新?

Or should I just go for the first method, since it can be more efficient than the second one?或者我应该只使用第一种方法 go ,因为它比第二种方法更有效?

I'm really lost here, can anyone offer some tips and advice?我真的迷路了,有人可以提供一些提示和建议吗?

I believe that the first approach is a good one but I would suggest the following:我相信第一种方法是一个很好的方法,但我建议如下:

1- Create the website that will do all the business in your mind then 1-创建一个网站,然后在您的脑海中完成所有业务

2- Port out the application in an easy way to be a mobile application how? 2- 以一种简单的方式将应用程序移植为移动应用程序如何? Please have a look into this http://www.appcelerator.com/请查看此http://www.appcelerator.com/

3- Another idea that would save you the pain of going into all the above is to create a facebook application, this way you can make use of the facebook infrastructure and you will have the viral effect as I guess thats what you are looking for. 3- 另一个可以让您免去上述所有痛苦的想法是创建一个 facebook 应用程序,这样您就可以利用 facebook 基础架构,并且您将获得病毒效应,因为我猜这就是您正在寻找的。

I hope I've introduced a good tips for you.我希望我已经为你介绍了一个很好的技巧。

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

相关问题 是否可以将基于网络的移动应用提交到Android Market或App Store? - Is it possible to submit web-based mobile apps into the Android Market or App Store? iPhone SQLite DB和基于Web的数据库同步和交互建议 - iPhone SQLite DB and Web-based DB synchronization and interaction recommendations 如何在 iOS 上制作基于 Web 的 Flutter 应用程序全屏 - How to make a web-based Flutter application fullscreen on iOS 基于Web的iOS应用程序有哪些最佳实践? - What are some best-practices for web-based iOS applications? PhoneGap可以将我的基于Web的应用程序显示为嵌入式浏览器吗? - Can PhoneGap show my web-based application as a embedded browser? 手机设备上的原生应用程序如何与基于 Web 的数据库通信? - How do native apps on phone devices communicate with web-based databases? 基于Web的应用程序是否可能以某种方式访问​​智能手机的位置? 并报告? - Is it possible for a web-based application to somehow access a smartphone's location ? And report back? 基于Web的Iphone / Android应用 - Web based Iphone / Android app 在基于iPhone的Web应用程序中链接目标 - Link Target in iPhone Based web app 需要了解适用于iPhone的基于Web的客户端服务器应用程序 - Need to know about web based client server app for iPhone
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM