Service

api_programming @ ウィキ内検索 / 「Service」で検索した結果

検索 :
  • Android/サービス(Service)
    ...ndの実装 bindServiceで実行するServiceConnectionを実装する バインドのオプション サービスに情報を送る サービスから情報を受け取る サービスのバインドを解く フォアグラウンドでの実行にする サービス | Android Developers サービスの種類 アプリケーションから開始されたサービスライフサイクルonCreate onStartComm...
  • Service
    ToDoリスト系 Toodledo Toodledo Toodledo@このwiki内 Remember The Milk Todoist Google ToDo clickup clickup アウトラインエディタ WorkFlowy Dynalist Checkvist カレンダー(カレンダー提供) Google Calendar Yahoo! カレンダー Outlook ...
  • Service 横並び
    いつのまにやらサービスが向上することなんていくらでもあるので、ある時点での認識でしかない。まあ、後戻りはしないだろうが。 RTM Remember The Milk test Toodledo Todoist Trello Remember The Milk リスト表示 td ○ × RTM カード表示 td ○ ○ タグ td ○ Board内で閉じている ...
  • Google/認証(Oauth 2.0)
    ...ices. Service accounts Google APIs such as the Prediction API and Google Cloud Storage can act on behalf of your application without accessing user information. In these situations your app...
  • サービス(Service)
    バックグラウンドで走る UIがなくても、つまりユーザに見えていなくても処理を実行できる。 他のアプリに機能を提供する 関数を公開し、Intentよりも直接的に機能を提供することができる ネタ元
  • Sync Adapter
    ...Class を作る Service をバインドする Sync adapter XML metadata file を準備する AndroidManifest.xml への宣言 Sync Adapter Classを作る AbstractThreadedSyncAdapterの拡張 コンストラクタの作成 /** * Handle the transfer of data betwee...
  • Google/AppEngine/Python/ログイン認証
    情報は溢れているが、イメージが掴めないと作業に手間取るから、忘備録。 使うAPIを決めて Google Cloud Console 上で ON にして、認証をもらうclient_secret.jsonファイルが貰える ここからOATHでの認証手順 client_secret.json なんか、このファイルが無いと動かないような気にさせるが、jsonファイルなので中身は見れて、「...
  • AndroidManifest.xml
    http //www.limy.org/program/android/android_manifest.html AndroidManifest.xml manifest / package, android sharedUserId, android sharedUserLabel, android versionCode, android versionNameintent-fil...
  • Android
    ...フィルタ サービス(Service) ストレージオプション フラグメント(Fragment) プロセスとスレッド(processes and threads) リストビュー(List View) レイアウト(Layout) 入力コントロール(Controls) 設定(Setting) 通知(Notification) Content スピナーコントロールの設定レイアウトの...
  • Automate/Documentation/Basics - Blocks
    ... [[Service]] start Shell command Shell command superuser Battery power Battery level Device doze mode active Device doze mode set state Device ...
  • Automate/IFTTTとの連携
    ...s pageへ行く Services page で "Webhooks" を検索 card が見つかったらクリック Webhook の documentation page で API URL をコピーする。 コピーしたら、"Setup API" flow を実行する API URL を貼り付ける {event} code を "EVENTH...
  • Servlet・JSP
    eclipseでのservletの作成 Servletのファイルを作成ファイル→新規→クラス javax.servlet.http.HttpServletクラス継承したクラスを作成名前は○○Servletとしておく(ほうがわかりやすい、たぶん) http //codezine.jp/article/detail/1481 Get/Postを受ける関数を設定別記 jspファイルを作成○○.jsp 作...
  • メニュー
    ...ect IQ Service Toodledo Checkvist Trello リンク プラグイン一覧 @wiki @wikiご利用ガイド アンカー anchor(アンカー名){リンク用テキスト} アンカーへのリンク link_anchor(anchor_http,pageid=36){page36のanchor_httpへのリンク} W...
  • Connect IQ/APIメモ/Toybox/System/DeviceSetting
    下位ページ Content Class Toybox System DeviceSettingsInstance Attribute Summary Instance Attribute Details(Boolean) activityTrackingOn (Number) alarmCount (Number) distanceUnits (Number)...
  • Connect IQ/APIメモ/Toybox/Application/AppBase
    ...View() getServiceDelegate() onSettingsChanged() onStop() "widgets" と "watch-apps" では、次の順番で実行される。 onStart() getInitialView() onStop() For watch faces and data fields, only...
  • Remember The Milk
    API Services / API - Remember The Milk method Services / API / Methods - Remember The Milk 認証すでにトークンを取得していれば rtm.auth.checkToken で確認し、 有効でなければ、rtm.auth.getFrob でフロブを取得し、 rtm.auth.getTokenでトークンと交...
  • Java/Servlet
    下位ページ Content リダイレクト doGet、doPost、doDelete、...doGet, doPost,...をただデータを返すために使う リクエストパラメータの処理その他の取得方法一つのパラメータに対して複数の値がある場合 JSPとかのページにパラメータを渡すAttributeとParameter Cookieの利用Cookieの保存有効期限の設定...
  • Android/リストビュー(List View)
    ... getSystemService(Context.LAYOUT_INFLATER_SERVICE); v = inflater.inflate(R.layout.row, null); // rox.xml を作っていると仮定 この View(レイアウトXML)の子ビューを、findViewByIdで取得し、ここにsetText(など)で値を設定する。SimpleAdapterでは、...
  • 自動化/一日の予定を詰めて表示してみる
    Google Calendar 上で、一日の予定を組み替えていると、1つのイベントを移動させるだけでは成り立たなくて、連動して色々動かしたいときがでてくる。これをプログラム化させる。 美しい姿はブラウザ上で(Google Lab的なもので)完結するのが美しいとは思うが、手元の知識だと、PCのプログラムのワンクリックでやるしか無いので、まずはこれ。 Python で書き、Google...
  • Google/認証(Oauth 2.0)/組込アプリ
    下位ページ Content ライブラリとサンプル(Libraries and samples) 必要条件(Prerequisites)Enable APIs for your project 認証証明書を作る(Create authorization credentials)Option 1 Custom URI scheme (Android, iOS, UWP...
  • Connect IQ/User Interface
    下位ページ Content Drawables, Views, And Layouts Viewのライフサイクル リソースファイルで Layouts と Drawables を定義するリソース Layout を使うレイアウト定義の一例 レイアウトリソースの使用方法 Drawables User Interface Making a user inte...
  • Android のサンプルの構築
    Android API の Sample ファイル → 新規 → その他 → Android Sample Project があった。(Android用のなんか入れといたから?) Instructions for the Calendar V3 Android Sample の簡易和訳 ※ Android 向け Google Calendar API の事例を参考にしていますが、Android系...
  • Connect IQ/APIメモ/Toybox/Attention/VibeProfile
    Class Toybox Attention VibeProfile Overview Since 1.0.0 Supported Devices All non-Edge devices Instance Attribute Summary (Object) dutyCycle Duty Cycle of the vibration,...
  • Connect IQ/APIメモ/Toybox/Attention
    http //developer.garmin.com/downloads/connect-iq/monkey-c/doc/Toybox/Attention.html Module Toybox AttentionDefined Under Namespace Constant Summary 関数(要約) 関数(詳細)(Object) backlight(onOff) バックライ...
  • Connect IQ/APIメモ
    Content スピード ペース 自分で使った・調べた関数のメモ書き スピード Activity.info から取得するものと、Position.info から取得するものがある。 ペース ペース自体は Activity.info などからは直接取得できないので、Speed[m/s] の逆数をとる。この時、Nullチェックや 0 divide の処理を入れておく。 ...
  • Google/GAS/Calendar
    Google Apps Script Calendar Service 下位ページ Content Calendarのイベントを操作するまで流れCalendarのイベントを取得する Calendarにイベントを追加する CalendarCalendarを取得するdefaultカレンダー 任意のカレンダー Eventイベント内の情報を取得する イベントを登...
  • Google/AppScript
    ...eturn HtmlService.createHtmlOutputFromFile('index'); CORS https //developer.mozilla.org/ja/docs/HTTP_access_control あるドメインから取得したページ内で、別のドメインのページを呼び出せない。 imgタグ内、scriptタグ内など、例外はある(ので...
  • Google/GAS
    ...eturn HtmlService.createHtmlOutputFromFile('index'); CORS https //developer.mozilla.org/ja/docs/HTTP_access_control あるドメインから取得したページ内で、別のドメインのページを呼び出せない。 imgタグ内、scriptタグ内など、例外はある(ので...
  • Connect IQ/Position & Sensors
    Positioning and Sensors LocationLocation Events Sensors Fit ファイルへの記録 Communicating With ANT Sensors Positioning and Sensors Monkey C provides access to the wearable’s available sensors, which may...
  • Connect IQ/APIメモ/Toybox/Communications
    下位ページ ConnectionListener Content Module Toybox CommunicationsDefined Under Namespace Constant Summary Instance Method Summary(Object) makeJsonRequest(url, parameters, options, respons...
  • Connect IQ
    下位ページ APIメモ iOS SDK manifestファイル Monkey C Position & Sensors Resource Compiler User Interface アプリの公開 サンプルコード データフィールド (Dynamic Data Field) プログラムの基本(App.mc) メモ作成中 開発環境とプロジェクト作成 Content G...
  • Connect IQ/APIメモ/Toybox/ActivityRecording
    下位ページ Session Content #conten Module Toybox ActivityRecording Overview The Activity Recording module will allow Apps to access the FIT file recording capabilities of the device. A...
  • Google/認証(Oauth 2.0)/クライアントサイドアプリケーション
    下位ページ Content PrerequisitesCreate authorization credentials Identify access scopes Obtaining OAuth 2.0 access tokensStep 1 Configure the client object Step 2 Redirect to Google'...
  • Connect IQ/APIメモ/Toybox/Ant
    http //developer.garmin.com/downloads/connect-iq/monkey-c/doc/Toybox/Ant.html ChannelAssignment Index (A) » Toybox » Ant Class List Method List File List Module Toybox Ant Overvi...
  • Connect IQ/iOS SDK
    http //developer.garmin.com/connect-iq/programmers-guide/ios-sdk-guide/ Garmin Developers Connect IQ SDK 大まかな流れ(想像) URLスキームで、元のアプリケーションにメッセージを送る ミュージックアプリを動かす場合 iOS SDK Guide iOS用のモバイルSDKを...
  • Chrome拡張機能/Permissions
    ...eTerms of ServicePrivacy PolicyReport a content bug
  • Python/Google Calendar
    Google Calendar の API を動かすところ準備はこちら Python/Google の API を動かす イベントを取得する from googleapiclient.discovery import build service = build( calendar , v3 , credentials=creds)   # Call the ...
  • Connect IQ/Programmer's Guide/Communication
    http //developer.garmin.com/connect-iq/programmers-guide/communication/ Widget と Apps は Bluetooth Low Energy (BLE) を用いてスマホ(携帯電話)と通信可能。 スマホはデバイスとデータを共有したり、他のアプリケーションやネットとの橋渡しとして振る舞う。 これにより、スマホがウェ...
  • Automate/Documentation/Basics - Blocks/Interface/Dialog choice
    https //llamalab.com/automate/doc/block/dialog_choice.html Dialog choice A decision block that lets the user select from a list of choices. The fiber will pause until the user has made a choice, c...
  • Connect IQ/Resource Compiler
    http //developer.garmin.com/connect-iq/programmers-guide/resource-compiler/ 下位ページ Content Resource Compiler The Resource Module (a.k.a. Rez)フォルダ階層構造 Referencing Resources Within R...
  • Toodledo/API/User Defined List/Context
    Contextとは contextリストの同期 Contextsの取得レスポンス Contextsの追加 Contextsの編集 Contextsの削除レスポンス エラーコード Contextとは GTDでよく出てくる概念で、そのタスクを完了すべき状況を指す(ことが多い)。例えば、「仕事」「家庭」「買い物」等々がcontextの例。 contextリストの同期 Syncing c...
  • Google/Sheets API/Java
    下位ページ Content 値を取り出す Class Sheetsbuilderのコンストラクタパラメータ spreadsheets() Class SpreadSheetsValue Collection を操作するための accessor を取得する スプレッドシート Class Sheet.SpreadSheet.Value値を取得する 値を追加する ...
  • Google/AppEngine
    下位ページ Java API で認証処理をする Python Content 準備Google App Engineの登録 Eclipseの準備Eclipse 上のツールの準備 新規プロジェクトの作成フォルダの構成warフォルダ AppEngineと連携 デプロイデプロイの準備、設定 ページをつくる呼び出しの流れ Servletをつくるwelcome-file-lis...
  • Google/GAE/Javaで始めたときのメモ
    下位ページ Content 準備Google App Engineの登録 Eclipseの準備Eclipse 上のツールの準備 新規プロジェクトの作成フォルダの構成warフォルダ AppEngineと連携 デプロイデプロイの準備、設定 ページをつくる呼び出しの流れ Servletをつくるwelcome-file-list ローカルでテストする 外部ライブラリの利用 ...
  • Google/認証
    下位ページ Content 認証リクエスト OAuth2.0 の概要 WebサーバアプリケーションのOauth 2.0認証 Using OAuth 2.0 for Web Server Applications 概要 認証プロトコルについて OAuth 2.0 による認証 いろんな言語のライブラリ web application credentialsを作る web...
  • Toodledo/API
    下位ページ Context Folders Task Content 認証かたデータの取得・編集まで 流れ 1.遷移scopeの種類 2.Toodledoのサイトでアプリを承認 3.リダイレクトとパラメータパラメータ トークンの取得パラメータ レスポンス リフレッシュトークンパラメータ エラーコードサンプル Developer's API Docum...
  • Connect IQ/開発環境とプロジェクト作成
    下位ページ Content Garmin Connect IQ 開発にむけての準備環境 Plug-inの導入(Eclipse) SDKの入手 Plug-inの導入(Eclipseの設定) 新しいプロジェクトを創る サンプルプロジェクト プロジェクトの実行 シミュレータシミュレーション時に、実際のデータを使う 実機で実行する Garmin Developer ...
  • Google/Calendar
    下位ページ Content scope Javaでクラス リスエストEventのリストを取得する レスポンスCalendar Events Event Google Calendar API scope どっちか https //www.googleapis.com/auth/calendar https //www.googleapis.com/...
  • Connect IQ/APIメモ/Toybox/Application
    AppBase Index (A) » Toybox » Application Module Toybox Application Overview The Application module contains the base class for every Connect IQ app. The Application Module includes th...
  • Connect IQ/APIメモ/Toybox/System
    下位ページ ClockTime DeviceSetting Content Module Toybox SystemDefined Under Namespace Constant Summary 関数(要約) System 関数(詳細) System(Object) error(msg) (Object) exit (System.ClockTime) getC...

更新順にページ一覧表示 | 作成順にページ一覧表示 | ページ名順にページ一覧表示 | wiki内検索