08 2016 档案

摘要:package com.example.administrator.myapplicationphotochange; /** * Created by Administrator on 2016/8/22. */ import android.content.Context; import and 阅读全文
posted @ 2016-08-23 09:36 咖喱不见不散啊 阅读(564) 评论(0) 推荐(0)
摘要:1.XML布局 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.an 阅读全文
posted @ 2016-08-20 23:19 咖喱不见不散啊 阅读(279) 评论(0) 推荐(0)
摘要:<?xml version="1.0" encoding="utf-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android" > <!-- 角度 --> <corners android:radius="10dp"/> 阅读全文
posted @ 2016-08-08 22:58 咖喱不见不散啊 阅读(1176) 评论(0) 推荐(0)
摘要:public class MyAdapteforOwner extends BaseAdapter{ Listdatas; private Context context; Activity activity; //这里传入一个datas和context即可 public MyAdapteforOwner(List datas, Context context, Ac... 阅读全文
posted @ 2016-08-08 22:35 咖喱不见不散啊 阅读(1028) 评论(0) 推荐(0)
摘要:String tel=ownerDevice.getAl_accountIdRepair_mobile(); //tel为电话字符串 18864230070 call="tel:"+tel; textView16.setOnClickListener(new View.OnClickListener() { @Override ... 阅读全文
posted @ 2016-08-08 22:28 咖喱不见不散啊 阅读(672) 评论(0) 推荐(0)
摘要:x.Ext.init(getApplication()); editText1= (EditText) findViewById(R.id.username); editText2= (EditText) findViewById(R.id.password); button= (Button) findViewById(R.id.login_b... 阅读全文
posted @ 2016-08-08 22:25 咖喱不见不散啊 阅读(1041) 评论(0) 推荐(0)
摘要:注意点: <2> 只需要在Activity 配置中添加如下即可 阅读全文
posted @ 2016-08-08 22:19 咖喱不见不散啊 阅读(1023) 评论(0) 推荐(0)
摘要:1.导入的jar包 2.权限: <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAG 阅读全文
posted @ 2016-08-07 21:47 咖喱不见不散啊 阅读(1325) 评论(0) 推荐(0)
摘要:1.RoundImageView 类 package myapplication.com.myapplication; /** * Created by Administrator on 2016/9/29. */ import android.content.Context; import and 阅读全文
posted @ 2016-08-03 21:57 咖喱不见不散啊 阅读(167) 评论(0) 推荐(0)