logo
  • 教程列表
  • SO官方文檔
  • RoboGuice
    • 簡單的例子
    • Gradle 專案的安裝
    • ContentView 註釋
    • InjectResource 註釋
    • InjectView 註釋
    • RoboGuice 簡介
  1. StackOverflow 文件
  2. Android 教程
  3. RoboGuice
  4. InjectView 註釋

InjectView 註釋

Created: November-22, 2018

你可以使用 @InjectView 註釋注入任何檢視:

你需要:

  • 繼承自 RoboActivity
  • 設定內容檢視
  • 使用 @InjectView 註釋你的檢視

例

@InjectView(R.id.textView1) TextView textView1;

@InjectView(R.id.textView2) TextView textView2;

@InjectView(R.id.imageView1) ImageView imageView1;
  • RoboGuice 簡介
  • InjectResource 註釋

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明