导航

随笔分类 -  android基础

上一页 1 2

Muti-Button Application --calculator.
摘要:Brief introduction:use Button , TextView and EditView together.a method to add a OnClickListener to all Button.some problems and solution.================================Download project link :Download included files are:Calc.apk Calc.zip (Souce Code)result1.png result2.png result3.png r... 阅读全文

posted @ 2012-08-11 12:44 淅沥枫 阅读(377) 评论(0) 推荐(0)

Problem and Solution : Unable to resolve target 'android-9'
摘要:When import an project to my workspace, Iencountered a problem:Unable to resolve target 'android-9'Analysis:I didnot installed the api level-9.Solution:1.Delete the project you have imprted.2.shut down your eclipse .3.delete the project files (which you have imported) on your disk.4.find the 阅读全文

posted @ 2012-08-10 22:31 淅沥枫 阅读(1046) 评论(0) 推荐(0)

LearnGallery2Activity.java
摘要:package xilifeng.com.weibo;import android.app.Activity;import android.content.Context;import android.graphics.Color;import android.os.Bundle;import android.view.View;import android.view.ViewGroup;import android.widget.BaseAdapter;import android.widget.Gallery;import android.widget.ImageView;import a 阅读全文

posted @ 2012-08-09 19:56 淅沥枫 阅读(216) 评论(0) 推荐(0)

Use DIffent Font and Size.
摘要:================================Download project link : http://ishare.iask.sina.com.cn/f/33394396.html included files are: result_1.png result_2.png result_3.png result_4.png test.Typefac.apk test.Typefac.zip( source code ) Use DIffent Font and Size.docx =====================... 阅读全文

posted @ 2012-08-05 20:18 淅沥枫 阅读(604) 评论(0) 推荐(0)

Click Button to change the color of TextView
摘要:=============================================Download project link: http://ishare.iask.sina.com.cn/f/33388237.htmlIncluded Files are :ButtonANDTextView.apk ButtonANDTextView.zip(Source Code ) Click Button to change the color of TextView.docx result_1.png result_2.png=====================... 阅读全文

posted @ 2012-08-05 13:51 淅沥枫 阅读(363) 评论(0) 推荐(0)

Usage of AlertDialog [ AlertDialog.Builder(Activity) ]
摘要:=============================================Download project link: http://ishare.iask.sina.com.cn/f/33385525.htmlIncluded Files are : AlertDialog.apk AlertDialog.zip(source code) result.png result_button.png result_message.png result_title.png=========================================... 阅读全文

posted @ 2012-08-05 09:13 淅沥枫 阅读(244) 评论(0) 推荐(0)

StartActivityForResutl,Bundle(Return data to ex-Activity)
摘要:=============================================Download sourcefile Link:http://ishare.iask.sina.com.cn/f/33376951.htmlInclued files are: ForResult.apk ForResult.zip(source code) ForResut.docx result1.png result2.png================================================Method: Use two layout: mai... 阅读全文

posted @ 2012-08-04 16:47 淅沥枫 阅读(891) 评论(1) 推荐(0)

Bundle使用(不同的Activity之间传递数据)
摘要:=============================================Download sourcefile Link:http://ishare.iask.sina.com.cn/f/33375715.htmlInclued files are:Bundle使用.docxUseBundle.apkUseBundle.zip(source code)运行结果_1.png运行结果_2.png================================================Bundle使用(不同的Activity之间传递数据)思路:封装 与 解封装将Activit 阅读全文

posted @ 2012-08-04 16:22 淅沥枫 阅读(320) 评论(0) 推荐(0)

上一页 1 2