Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,025

HOME > Windows Azure > Windows Azure (Mobile Services) and Android > ตอนที่ 1 : รู้จัก Android Mobile Services บน Windows Azure คืออะไร



Clound SSD Virtual Server

ตอนที่ 1 : รู้จัก Android Mobile Services บน Windows Azure คืออะไร

ตอนที่ 1 : รู้จัก Android Mobile Services บน Windows Azure คืออะไร และมีประโยชน์อย่างไร ในการเขียน Android App เพื่อทำงานร่วมกับ Server เพื่อจะที่รับ-ส่งข้อมูล และนำข้อมูลไปจัดเก็บใน Database ที่อยู่ในฝั่งของ Server เราจะใช้ Class ที่มีชื่อว่า HttpPost และ HttpGet ทำหน้าที่ส่ง Request และรับ Response แบบ REST หรือจะใช้เทคโนโลนี่ Android กับ Web Service ก็ได้เช่นเดียวกัน วิธีการเหล่านี้เป็นช่องทางในการที่จะนำข้อมูลและส่งผลลัพธ์มายัง Android ที่ทำหน้าที่เป็น Client ส่วนรูปแบบของข้อมูลนั้นสามารถรับส่งเป็น Text ธรรมดา หรือจะใช้พวก XML / JSON

Android Mobile Services Windows Azure

Android and Database Server


จากภาพจะเห็นว่าในฝั่งของ Database Sever ซึ่งอาจจะต้องเขียนโปรแกรมเพื่อทำหน้าที่รับ-ส่งข้อมูลจาก Android แล้วค่อยนำข้อมูลที่ได้ไปประมวลผลและจัดเก็บลบใน Database

รู้จักกับ Mobile Services คืออะไร ทำไมจะต้องใช้ Mobile Services และมันทำงานอย่างไร


แล้วการใช้ Android กับ Windows Azure Mobile Services ดีอย่างไร ?
เราสามารถที่จะเขียน App จาก Android เพื่อติดต่อกับ Mobile Services ได้ทันที สามารถที่จะส่งข้อมูลไปจัดเก็บบน Database และอ่านข้อมูลจาก Database ที่อยู่บน Mobile Services ได้เหมือนกับการเขียนคำสั่ง SQL เช่นเดียวกับการ Query table (insert/update/delete)

Android Mobile Services Windows Azure

Windows Azure Mobile Services and Android


ช่วยลดความยุ่งยากในการกำหนดมาตรฐานรูปแบบของข้อมูล ไม่ต้องใช้ JSON / XML และไม่ต้องเขียน Application ในฝั่งของ Database Server ไว้จะทำหน้าที่แปลงข้อมูลแล้วค่อยนำไปใช้ และการใช้ Mobile Services ยังมีความปลอดภับของข้อมูลที่รับส่งด้วยประสิทธิภาพสูงและความเสถียรของ Mobile Services ที่ทำงานภายใต้ระบบ Cloud ของ Windows Azure








นอกจากนี้บน Mobile Services ยังมีบริการอื่น ๆ อีกหลายตัว เช่นพวกสร้าง Push Notification , Schedule สามารถเขียน Script ให้ทำงานบน Mobile Services (คล้าย ๆ กับ Stored Procedure) แล้วค่อยส่งผลลัพธ์ไปให้กับ Android ที่ทำหน้าที่เป็น Client

การเขียน Android จำเป็นจะต้องใช้กับ Android SDK ที่มี Version 4.2+ (API 17) เป็นต้นไป โดยปกติแล้วจะเขียนบนโปรแกรม Eclipse

Android Mobile Services Windows Azure

Eclipse IDE


ในกรณีที่ติดตั้ง Android SDK อยู่แล้ว สามารถที่จะ Update ตัว Version 4.2+ (API 17) ได้ทันที

Android Mobile Services Windows Azure

Eclipse IDE


สำหรับวิธีการติดตั้ง Android สามารถอ่านได้จากหัวข้อถัดไป

บทความถัดไปที่แนะนำให้อ่าน









บทความที่เกี่ยวข้อง


   
Share


ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท


ลองใช้ค้นหาข้อมูล


   


Bookmark.   
       
  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rating :  
  Create/Update Date : 2013-05-08 09:29:06 / 2017-03-24 11:07:32
  Download : No files
 Sponsored Links / Related

 
ตอนที่ 2 : เตรียมความพร้อมของ Android ก่อนที่จะเขียน Android กับ Mobile Services
Rating :

 
ตอนที่ 3 : การสร้าง Android Mobile Services และการเรียกใช้งานแบบง่าย ๆ
Rating :

 
ตอนที่ 4 : การเชื่อมต่อ Android กับ Mobile Services บน Windows Azure
Rating :

 
ตอนที่ 5 : สร้าง Project บน Eclipse การเชื่อมต่อไปยัง Mobile Services ด้วย Android
Rating :

 
ตอนที่ 6 : Android สร้างตาราง Table บน Mobile Services และการ Insert ข้อมูล
Rating :

 
ตอนที่ 7 : Android อ่าน Data จาก Table ของ Mobile Services และแสดงผลบน App
Rating :

 
ตอนที่ 8 : อ่านข้อมูล Mobile Services แบบมีเงื่อนไข Where และแสดงผลบน Android
Rating :

 
ตอนที่ 9 : การทำ Authentication in Azure Mobile Services ด้วย Android
Rating :

 
ตอนที่ 10 : การทำ Push Notifications in Mobile Services ด้วย Android
Rating :

 
ตอนที่ 11 : การทำ Validate และ Modify data in Mobile Services บน Andriod
Rating :

 
ตอนที่ 12 : การทำ Refine Mobile Services queries with paging บน Android
Rating :

 
ตอนที่ 13 : การเขียน Scripts to authorize users in Mobile Services บน Android
Rating :

 
ตอนที่ 14 : Show Case 1 : Register Form (Android and Mobile Services)
Rating :

 
ตอนที่ 15 : Show Case 2 : Login User Password (Android and Mobile Services)
Rating :

 
ตอนที่ 16 : Show Case 3 : Update Data (Android and Mobile Services)
Rating :

 
ตอนที่ 17 : Show Case 4 : Delete Data (Android and Mobile Services)
Rating :

 
ตอนที่ 18 : บทความอื่น ๆ เกี่ยวกับ Android Mobile Services บน Windows Azure
Rating :


ThaiCreate.Com Forum


Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools

สอน PHP ผ่าน Youtube ฟรี
สอน Android การเขียนโปรแกรม Android
สอน Windows Phone การเขียนโปรแกรม Windows Phone 7 และ 8
สอน iOS การเขียนโปรแกรม iPhone, iPad
สอน Java การเขียนโปรแกรม ภาษา Java
สอน Java GUI การเขียนโปรแกรม ภาษา Java GUI
สอน JSP การเขียนโปรแกรม ภาษา Java
สอน jQuery การเขียนโปรแกรม ภาษา jQuery
สอน .Net การเขียนโปรแกรม ภาษา .Net
Free Tutorial
สอน Google Maps Api
สอน Windows Service
สอน Entity Framework
สอน Android
สอน Java เขียน Java
Java GUI Swing
สอน JSP (Web App)
iOS (iPhone,iPad)
Windows Phone
Windows Azure
Windows Store
Laravel Framework
Yii PHP Framework
สอน jQuery
สอน jQuery กับ Ajax
สอน PHP OOP (Vdo)
Ajax Tutorials
SQL Tutorials
สอน SQL (Part 2)
JavaScript Tutorial
Javascript Tips
VBScript Tutorial
VBScript Validation
Microsoft Access
MySQL Tutorials
-- Stored Procedure
MariaDB Database
SQL Server Tutorial
SQL Server 2005
SQL Server 2008
SQL Server 2012
-- Stored Procedure
Oracle Database
-- Stored Procedure
SVN (Subversion)
แนวทางการทำ SEO
ปรับแต่งเว็บให้โหลดเร็ว


Hit Link
   







Load balance : Server 01
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่