B. Implementation Issues
The main technology used in our framework is the
HTML5 which consists of new JavaScript API’s, CSS3
attributes and new HTML elements. Below the individual
technologies and services provided are further analyzed.
Most of the functions provide a “success” callback with
which the developer can handle the output of the function.
The features make use of HTML5 File API including directories
and system, Geolocation API, HTML Media Capture,
CSS3 new features, Facebook and Parse JavaScript SDKs
and more. These features has to be supported by the browser.
Latest version of modern web browser are recommended and
preferably Chrome. Additionally cross-platform implementation
is supported by Cordova, preferably version 2.9.0.
• Core Module: The core module provides File System,
Geolocation and Media Capture functions.
Indicative functions that are included in this component
are the following:
– mfwk saveFileToFS(filename, file, success): this
can be used in order to save a file in the initiated
file system providing the file name, the data of the
file and a success callback to handle the successful
run of the function.
– mfwk getFileFromFS(filepath, success): providing
the file path we can get the data of the file, from
the file system, which is included in the success
callback function as data URL.
• UI Module: The UI module provides functions for
features such as Toast Notifications, Button Toggle,
Orientation Change Event, Swipe Events and Dialogue
Box. All those features are relative to the user interface
of the application and are meant to provide a better user
experience.
Indicative functions that are included in this component
are the following:
B. Implementation IssuesThe main technology used in our framework is theHTML5 which consists of new JavaScript API’s, CSS3attributes and new HTML elements. Below the individualtechnologies and services provided are further analyzed.Most of the functions provide a “success” callback withwhich the developer can handle the output of the function.The features make use of HTML5 File API including directoriesand system, Geolocation API, HTML Media Capture,CSS3 new features, Facebook and Parse JavaScript SDKsand more. These features has to be supported by the browser.Latest version of modern web browser are recommended andpreferably Chrome. Additionally cross-platform implementationis supported by Cordova, preferably version 2.9.0.• Core Module: The core module provides File System,Geolocation and Media Capture functions.Indicative functions that are included in this componentare the following:– mfwk saveFileToFS(filename, file, success): thiscan be used in order to save a file in the initiatedfile system providing the file name, the data of thefile and a success callback to handle the successfulrun of the function.– mfwk getFileFromFS(filepath, success): providingthe file path we can get the data of the file, fromthe file system, which is included in the successcallback function as data URL.• UI Module: The UI module provides functions forfeatures such as Toast Notifications, Button Toggle,Orientation Change Event, Swipe Events and DialogueBox. All those features are relative to the user interfaceof the application and are meant to provide a better userexperience.Indicative functions that are included in this componentare the following:
การแปล กรุณารอสักครู่..
B . ปัญหาการดำเนินงานหลักที่ใช้เทคโนโลยี
กรอบของเราซึ่งประกอบด้วย JavaScript API ใหม่ HTML5 , CSS3
คุณลักษณะและองค์ประกอบ HTML ใหม่ ด้านล่างของแต่ละเทคโนโลยีและบริการให้ข้อมูลเพิ่มเติม
.
ส่วนใหญ่ของการทำงานให้ " ความสำเร็จ " โทรกลับด้วย
ซึ่งนักพัฒนาสามารถจัดการผลผลิตของฟังก์ชั่น
คุณสมบัติใช้ HTML5 ไฟล์ API รวมทั้งไดเรกทอรี
และระบบ Geolocation API , จับสื่อ HTML
CSS3 คุณลักษณะใหม่ , Facebook และแยก JavaScript SDK
และอื่น ๆ คุณสมบัติเหล่านี้ได้รับการสนับสนุนโดยเบราว์เซอร์ .
รุ่นล่าสุดของเว็บเบราเซอร์ที่ทันสมัยมีการแนะนำและ
โครเมี่ยมกุญแจ . นอกจากนี้การใช้ข้ามแพลตฟอร์มสนับสนุนด้วย
2.9.0 คอร์โดวา กุญแจรุ่น .บริการหลักของโมดูล : โมดูลหลักให้ระบบแฟ้ม
Geolocation และสื่อจับภาพการทำงาน .
หน้าที่บ่งบอกว่าจะรวมอยู่ในส่วนนี้
) มีดังนี้ : mfwk savefiletofs ( ชื่อไฟล์ , ไฟล์ , ความสำเร็จ )
: นี้สามารถใช้ในการบันทึกแฟ้มในระบบแฟ้มเริ่มต้น
เสนอชื่อ ไฟล์ , ไฟล์และข้อมูลจาก
สำเร็จเรียกตัวจัดการประสบความสำเร็จ
การเรียกใช้ฟังก์ชัน .
) mfwk getfilefromfs ( filepath สำเร็จ )
: ให้เส้นทางของไฟล์เราสามารถได้รับข้อมูลจากไฟล์จาก
ระบบแฟ้ม ซึ่งรวมอยู่ในความสำเร็จ
โทรกลับฟังก์ชันเป็น URL ข้อมูล .
- UI โมดูล : โมดูลมีฟังก์ชัน UI สำหรับ
คุณสมบัติเช่นขนมปังปิ้ง แจ้งสลับปุ่ม
เหตุการณ์เปลี่ยนการวางแนว , เหตุการณ์และบทสนทนารูดกล่อง
ทั้งหมดคุณลักษณะเหล่านี้มีความสัมพันธ์กับส่วนติดต่อผู้ใช้
ของโปรแกรมประยุกต์ และตั้งใจที่จะให้ประสบการณ์ผู้ใช้ที่ดีกว่า
.
หน้าที่บ่งบอกว่าจะรวมอยู่ในส่วนนี้
มีดังต่อไปนี้ :
การแปล กรุณารอสักครู่..