- 博客(22)
- 收藏
- 关注
转载 as 中一行代码即可改变系统默认的颜色
注意一下这两中代码有什么不同,一行代码解决系统颜色<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --&...
2018-09-14 15:11:00 507
转载 快速改变as系统默认颜色
注意一下这两个有什么不同,android系统默认的颜色可以改变,不用去一个个更改布局,只需要在style里加一行代码即可<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <...
2018-09-14 15:08:00 688
转载 android app一键退出,再次进入还在原始界面
<application android:name=".MyApplication" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:...
2018-09-13 14:54:00 909
转载 点击一个图片更换成另一个图片,并且弹出popupwindow
第一步:在那个id中 case R.id.supmart_img: if (v == supmart_img) { if (isChanged) { supmart_img.setImageDrawable(getResources().ge...
2018-05-15 11:02:00 210
转载 从下网上谈出的popupwindow
第一步:定义一个布局 <TextView android:id="@+id/supmart_shucai" android:paddingTop="10dp" android:textSize="22dp" android:text="蔬菜" a...
2018-05-15 10:57:00 101
转载 android 折叠式标题栏(悬浮框)
第一步: 倒个design的依赖 第二步:在布局里边 <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/andro...
2018-05-15 10:44:00 588
转载 如何防止fragment出现重叠的状况
首先第一步是:在布局 <FrameLayout android:id="@+id/fragelayout" android:layout_width="match_parent" android:layout_height="0dp" ...
2018-05-15 10:34:00 122
转载 Glide
1.什么是Glide? Glide是一款由Bump Technologies开发的图片加载框架,使得我们可以在Android平台上以极度简单的方式加载和展示图片。 2.依赖,网络权限: compile 'com.github.bump...
2018-03-08 21:27:00 85
转载 弹出popupwindow查询城市
首先写布局 <?xml version="1.0" encoding="UTF-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="h...
2018-01-17 10:57:00 90
转载 代码实现打电话
首先给打电话的TextView谈出一个Dialog, String title1 = "请选择";String[] items1 = new String[]{"打电话", "发送短信","取消"};new AlertDialog.Builder(FellowActivity.this)...
2018-01-17 10:51:00 1513
转载 进度条
ProgressDialog dialog = new ProgressDialog(this); dialog.setProgressStyle(ProgressDialog.STYLE_HORIZONTAL); dialog.setMax(100); ...
2017-12-04 17:06:00 72
转载 延迟加载几秒显示数据
第一步在Acvitity中 window = new PopupWindow(inflate1, 200, 100);//放成全局 window.setFocusable(true); window.setBackgroundDrawable(new BitmapDrawable());...
2017-12-04 17:03:00 273
转载 360°旋转动画
activity public class MainActivity extends AppCompatActivity { private ImageView img; Handler handler=new Handler(); @Override pr...
2017-11-29 14:46:00 142
转载 动画的侧滑
activity中 public class MainActivity extends AppCompatActivity { private LinearLayout lin; @Override protected void onCreate(Bundle s...
2017-11-29 13:30:00 69
转载 引导页
在布局文件中 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" x...
2017-11-29 11:42:00 93
转载 用第三方做出上啦刷新,下拉加载
先在布局里边把线性布局改成:SmartRefreshLayout,然后获取id 到依赖:compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.3' compile 'com.scwang.smar...
2017-11-13 10:33:00 78
转载 Retrofit的网络请求
Retrofit依赖: compile 'com.squareup.retrofit2:retrofit:2.0.2'compile 'com.squareup.retrofit2:converter-gson:2.0.2'compile 'com.squareup.retrofit2:...
2017-10-24 16:59:00 70
转载 Okhttp网络请求
public class OkHttpUtil { private static OkHttpUtil okHttpUtil; private static OkHttpClient okHttpClient; private OkHttpUtil(){ ...
2017-10-24 16:56:00 87
转载 用flyBanner写的引导页
import android.content.Intent;import android.os.Bundle;import android.support.v7.app.AppCompatActivity;import android.view.View;import android....
2017-10-24 16:44:00 83
转载 viewpager的轮播图
第一步:XML布局文件 activity_main.xml <?xml version="1.0" encoding="utf-8"?><FrameLayout xmlns:android="http://schemas.android.com/apk/res/andr...
2017-10-24 16:39:00 73
转载 解析数据存到数据库进行友盟分享
import android.content.Intent;import android.os.Bundle;import android.support.v7.app.AppCompatActivity;import android.view.View;import android....
2017-10-12 17:03:00 320
转载 动画的渐变
import android.content.Intent;import android.os.Bundle;import android.support.v7.app.AppCompatActivity;import android.view.animation.AlphaAnimat...
2017-10-12 15:53:00 100
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人