android圖片編輯源碼
1. android 如何實現圖片選取框
在布局文件中建立一個linearlayout,設置為clickable,然後加入一個ImageView,這是布局文件 <LinearLayout android:orientation="vertical" android:layout_height="wrap_content" android:clickable="true" > <ImageView android:layout_width="wrap_content" android:layout_height="wrap_content android:id="@+id/img" android:layout_gravity="center_horizontal" android:layout_centerVertical="true" android:src="@drawable/360"//這個是你的圖標 /> </LinearLayout> 然後在做一個布局文件,加入也是...
2. android 怎麼實現在編輯框裡面加圖片,如圖所示
android:background="@drawable/ic_launcher" >後面的drawable/ic_launcher設置為你的圖片的資源文件就行了
3. aide怎麼導入圖片
png格式圖片放到/res/drawable下,代碼里有用到的地方一般是R.drawable.image 或者在布局裡引用。
AIDE是一個Android/Java等集成開發環境,可以在Android手機上進行Android軟體和游戲的開發,而無需藉助PC端。
AIDE不僅僅是一個編輯器,而是支持編寫-編譯-調試的IDE,開發人員可以在Android手機或者平板機上創建新的項目,藉助功能豐富的編輯器進行代碼編寫,支持實時錯誤檢查、代碼重構、代碼智能導航、生成APK,然後直接安裝進行測試。
AIDE完全兼容Eclipse項目,只需要將源碼復制到Android設備中,然後打開項目,就可以繼續編寫代碼。
簡介
AIDE分裂成幾個面向不同語言的軟體版本:
AIDE:面向本地開發,C++/Java/Android。
AIDE WEB:面向網路開發,JS/CSS/HTML。
AIDE PhoneGap:面向網路+跨平台,PhoneGap。
以上內容來自 網路-aide