WEB开发网
开发学院手机开发Ophone 开发 OPhone开发之下载 阅读

OPhone开发之下载

 2010-10-19 20:56:09 来源:WEB开发网   
核心提示:125. return;126. }127. String points = "";128. point = (point + 1) % 7;129. for (int i = 0; i < point; i++) {130. points += ".";131. }132

125. return;

126. }

127. String points = "";

128. point = (point + 1) % 7;

129. for (int i = 0; i < point; i++) {

130. points += ".";

131. }

132. txt_process.setText(points);

133. }

134. }

135. }

136.

137. AndroidManifest.xml

138. < ?xml version="1.0" encoding="utf-8"?>

139. < manifest xmlns:android="http://schemas.android.com/apk/res/android"

140. package="com.OPhone.test"

141. android:versionCode="1"

142. android:versionName="1.0">

143.

144. < uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER"/>

145.

146. < application android:icon="@drawable/icon" android:label="@string/app_name">

147. < activity android:name=".TestDownload"

148. android:label="@string/app_name">

149. < intent-filter>

150. < action android:name="android.intent.action.MAIN" />

151. < category android:name="android.intent.category.LAUNCHER" />

152. < /intent-filter>

153. < /activity>

154.

155. < /application>

156.

157. < /manifest>

(图)OPhone开发之下载

上一页  3 4 5 6 7 8 

Tags:OPhone 开发 下载

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接