Adobe Air 应用程序有任何框架吗?
我想在我的应用程序中使用 Adobe Air 和 SQLite(本地数据库)。
我的应用程序有点大,所以我想为此使用一些框架。 Adobe Air应用程序有框架吗?
未使用的服务器站点中的应用程序 仅代码客户端处理和 也在本地使用 SQLite 数据库 机器......
或任何其他最适合 Big Air 应用程序开发的方式
I want to used Adobe Air and SQLite (Local Database) in my application.
My Application is little-bit big, so i want to used some framework for this.
Is any framework for Adobe Air Application ?
Application in not used server site
code only client site processing and
also used SQLite database on local
machine.....
or any other way which best for Big Air application development
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅此链接 http://goldsource.de/index.php/as3-resources/frameworks 。框架有很多,但您需要根据您需要的功能进行选择。
refer to this link http://goldsource.de/index.php/as3-resources/frameworks. There are a lot of frameworks, but you need to make a choice depending upon the functionality you require.
您可以将此库用于您的应用程序
https://marpies.com/works/breeze-db/
BreezeDb 极大地简化了流程在 Adobe AIR 中设置、管理 SQLite 数据库并与之交互。它支持多个数据库连接,并通过异步执行所有操作来保持应用程序的响应能力。
you can use this library for your appliation
https://marpies.com/works/breeze-db/
BreezeDb greatly simplifies the process of setting up, managing and interacting with SQLite database in Adobe AIR. It supports multiple database connections and keeps your app responsive by executing all operations asynchronously.