Rebecca AI Lab
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.

      Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Explore these features while you wait
      Complete general settings
      Bookmark and like published notes
      Write a few more notes
      Complete general settings
      Write a few more notes
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Help
Menu
Options
Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.

    Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Explore these features while you wait
    Complete general settings
    Bookmark and like published notes
    Write a few more notes
    Complete general settings
    Write a few more notes
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    --- title: 'TEMI 2022' disqus: hackmd --- # TEMI Project ###### tags:`Project 2022` # 流程圖 ![](https://i.imgur.com/8B3buzM.png) # 架構圖 ![](https://i.imgur.com/U7zDTP5.png) Progress Report --- 3/11 1. 安裝Android Studio ![](https://i.imgur.com/OWC7Evx.png) ![](https://i.imgur.com/LwWSezL.png) 2. 參考網址2: https://www.youtube.com/watch?v=QV6w2f4e0rU 3. 並已程式給的程式碼來熟悉JAVA語法 ![](https://i.imgur.com/GwzXmKN.png) 3/18 1. 確認temi機器人是否能成功啟動 2. 初步熟悉kotlin語法 3/25 1. 討論分工 1. 餐點運輸 - 協助餐點菜單查詢、點餐 - 確認餐點後的運送服務 2. 迎賓客服 - 各產品功能及價格說明、現貨查詢或協助線上代訂等 - 介紹購車享回饋與累積和泰 Points、辦卡流程說明、對應 app下載教學等,上述兩種資訊的推播 4/1 1. 參加說明會提問是否可將購車合約列印成電子檔和將車子內部造型以temi顯示 2. 更新後的temi無法使用adb連線,已寄電子郵件詢問temi官方來解決此問題 3. 嘗試使用figma設計ui 前往figma plugins下載需要的外掛插件 ![](https://i.imgur.com/ooJqxyQ.png) 設置一個跟temi螢幕同寬的frame ![](https://i.imgur.com/Vc0Ejq4.png) 5. 想辦法用機器人量測客戶身高 6. 熟悉github使用方法 4/8 1. 使用figma初步製作ui 2. 參考影片https://www.youtube.com/watch?v=P96TQwsY_VY ![](https://i.imgur.com/CGkLoSB.png) 4/15 1. 更新ui排版以符合temi螢幕 ![](https://i.imgur.com/vHhFQfY.png) 2. 學會如何使用github 1. 安裝git ![](https://i.imgur.com/7Ts6fpF.png) git init 初始化 git status 查看狀態 git add 1.py 加入索引 git log -查看提交紀錄 git commit -m "first commit" 提交更新 git remote add origin (網址) ![](https://i.imgur.com/7R9Jzex.png) ![](https://i.imgur.com/nSJEcN5.png) ![](https://i.imgur.com/G0pKoZR.png) ![](https://i.imgur.com/UWX6Brd.png) ![](https://i.imgur.com/Q2ZIaXE.png) 4/22 期中考 4/29 1. 繼續優化UI介面 疊加圖層動畫 ![](https://i.imgur.com/HNG9cpn.png) 建立和主頁同寬的frame ![](https://i.imgur.com/AIOLtjq.png) 於畫面右側選擇prototype ![](https://i.imgur.com/VjHNJNZ.png) 將兩個frame相連即可 2. 尋找能在temi上量測身高體重的方法 3. 學習如何在android studio上commit程式碼到github 5/6 1. 更新UI介面首頁 ![](https://i.imgur.com/PaNwrO9.png) 2. 成功將UI丟上TEMI 5/13 1. 學習如何將UI丟上android studio 5/20 1. 持續更新UI 2. 將部分UI丟上android studio 10/17 新增菜單頁面 ![](https://i.imgur.com/LdEnqb1.png) # 如何利用android stdudio製作前端介面 首頁: ![](https://i.imgur.com/awfnLcS.png) 使用scrollview布局,讓畫面可以上下捲動 ![](https://i.imgur.com/JHaXL5m.png) 使用button製作純文字按鈕 ![](https://i.imgur.com/w53XZMA.png) 使用image view將圖片放上介面 ![](https://i.imgur.com/YZBVO8s.png) 使用image button製作圖片按鈕 ![](https://i.imgur.com/TasomGl.png) # 如何設定點擊事件? 舉例 : 點擊和泰聯名卡按鈕跳至和泰聯名卡頁面 1. 在MainActivity中定義和泰聯卡按鈕 ![](https://i.imgur.com/jPrViCZ.png) 2. 並加入點擊事件 ![](https://i.imgur.com/38lMtg6.png) # 如何讓畫面水平捲動? 使用HorizontalScrollView, ![](https://i.imgur.com/QwxNCWB.png) 設定要水捲動部分的大小 ![](https://i.imgur.com/yjmy5c5.png) 在LinearLayout中加入要水平捲動的圖片即可 ![](https://i.imgur.com/Lb0OMHb.png) # POPUPWINDOW ![](https://i.imgur.com/NvxyPEu.png) # 導航系統 載入Temi sdk套件 ![](https://i.imgur.com/UpwNJD5.png) 利用sdk套件連接系統本身內建的導航功能,像圖片程式碼為,可藉由Temi插入充電座來記住機器人插電座的現在位置,而goTo的功能可在Temi內建先設定好位置,再利用goTo呼叫此位置,機器人就可以自行前往該點。 ![](https://i.imgur.com/pCscqdp.png) # 資料庫系統 架設API,並利用pymysql連接資料庫,在MySQL建立好Table後,再利用Post功能將資料傳送到資料庫 ![](https://i.imgur.com/COqCWmz.png) ![](https://i.imgur.com/DPMNWsB.png) ![](https://i.imgur.com/F8P3fw3.png) ![](https://i.imgur.com/3CQWhQp.png) ![](https://i.imgur.com/hOeTyOM.png) ![](https://i.imgur.com/xC30IEg.png) # 遇見問題 問題1:無法使用adb連線 解決方法:已用簡訊詢問temi官方來解決此問題

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password
    or
    Sign in via Google Sign in via Facebook Sign in via X(Twitter) Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    By signing in, you agree to our terms of service.

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully