12 2015 档案

摘要:1,接口回调2,抽象类回调3,adapter构造函数传递OnClickListener事件 阅读全文
posted @ 2015-12-09 17:05 银河之力 阅读(196) 评论(0) 推荐(0)
摘要:package com.fusl.jdemo;import java.util.LinkedList;import java.util.Queue;import android.content.Context;import android.database.DataSetObserver;impor... 阅读全文
posted @ 2015-12-03 11:41 银河之力 阅读(273) 评论(0) 推荐(0)
摘要:package com.jsontest.utils;import java.util.ArrayList;import java.util.List;import android.content.Context;import android.view.LayoutInflater;import a... 阅读全文
posted @ 2015-12-01 20:15 银河之力 阅读(372) 评论(0) 推荐(0)
摘要:Hybrid App 阅读全文
posted @ 2015-12-01 10:35 银河之力 阅读(111) 评论(0) 推荐(0)
摘要:Intent intent = new Intent(); intent.setAction("android.intent.action.VIEW"); Uri content_url = Uri.parse(http://192.168.0.17:81/AppMyProduct.aspx);... 阅读全文
posted @ 2015-12-01 10:14 银河之力 阅读(2306) 评论(0) 推荐(0)