摘要: 1 package myapplication.com.myjizhansj; 2 3 import android.content.Context; 4 import android.graphics.Color; 5 import android.provider.SyncStateContra 阅读全文
posted @ 2016-09-20 14:51 咖喱不见不散啊 阅读(1936) 评论(0) 推荐(0)
摘要: 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 咖喱不见不散啊 阅读(280) 评论(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 咖喱不见不散啊 阅读(1178) 评论(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 咖喱不见不散啊 阅读(1031) 评论(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 咖喱不见不散啊 阅读(675) 评论(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 咖喱不见不散啊 阅读(1042) 评论(0) 推荐(0)
摘要: 注意点: <2> 只需要在Activity 配置中添加如下即可 阅读全文
posted @ 2016-08-08 22:19 咖喱不见不散啊 阅读(1025) 评论(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 咖喱不见不散啊 阅读(1326) 评论(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)