App Inventor
-
App Inventor 將讀取的資料使用表格呈現
自行撰寫 HTML 檔案,將從 Google Sheets 讀取的資料,以表格的方式呈現,讓使用者更方便閱讀。
-
儲存 App Inventor 畫布
將 App Inventor 畫布儲存圖檔至手機
-
從 Google 試算表 讀取資料至 App Inventor
前天介紹了如何將資料寫入至 Google Sheets(使用 App Inventor 將文字欄位資料寫入 Google 試算表),今天要來介紹如何讀取 Google Sheets 的資料,並顯示在 App Invent...
-
使用 App Inventor 將文字欄位資料寫入 Google 試算表
Google Sheets 是一個非常好用的工具,它能夠當作一個小型的資料庫來使用,也因此 App Inventor 有很多範例,都是搭配 Google Sheets 來儲存資料。今天來介紹,如何把資料存進 Google...
-
從外部雲端空間載入圖片至 App Inventor
使用 App Inventor 撰寫的 App 都有檔案的限制,目前的檔案上限為 30 MB,如果要在專案中使用大量的圖片的話,很容易就會超過限制,所以我們可以將圖片先放在雲端空間,再以取得影像連結的方式,將圖片載入至 ...
-
App Inventor 任意元件教學
只要善用任意元件的功能,就能大幅的降低程式碼的長度,是使用 App Inventor 一定要學會的用法!
-
將 App Inventor 程式碼 整齊排序
調整 Inventor 的內部設定,輕鬆編排程式碼。
-
使用 App Inventor 實作「氣泡排序法」
使用 App Inventor 來實作最簡單的氣泡排序法(Bubble Sort)