摘要: 在listview里面重写该方法就可以@Override /** * 重写该方法,达到使ListView适应ScrollView的效果 */ protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { int exp... 阅读全文
posted @ 2015-03-23 10:12 丁鹏WDY 阅读(100) 评论(0) 推荐(0) 编辑
摘要: android 应用中加入支付功能(支付宝集成) 2014-03-27 10:15:46|分类: Android深入学习 |举报 |字号订阅 注意事项1.添加android.permission.INTERNET权限和android.permission.ACCESS_NETWORK_STATE权限... 阅读全文
posted @ 2015-03-09 14:36 丁鹏WDY 阅读(260) 评论(0) 推荐(0) 编辑
摘要: Picasso.with(Certificates.this) .load(IMAGE_URL + salesman.getIdPic1()) .placeholder(R.drawable.morentu).into(text_image1); 阅读全文
posted @ 2015-03-08 21:44 丁鹏WDY 阅读(436) 评论(0) 推荐(0) 编辑
摘要: 第一个activityIntent intent = new Intent(); intent.setClass(LoginActivity.this, MainActivity.class); intent.putExtra("str", msg.obj.toString()); ... 阅读全文
posted @ 2015-03-08 16:19 丁鹏WDY 阅读(191) 评论(0) 推荐(0) 编辑
摘要: package com.example.jsontextt;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.util.Log;import androi... 阅读全文
posted @ 2015-03-06 17:39 丁鹏WDY 阅读(331) 评论(0) 推荐(0) 编辑