• FloatingActionButton(悬浮按钮)

  • 总结一下Android中主题(Theme)的正确玩法

  • 资源文件必须是小写
  • Android搜索控件SearchView

  • MaterialDesign之SearchView全面解锁

  • SearchView实现搜索功能

  • 如何将SearchView的搜索图标移动到右侧?

landcareweb.com编程问题网站

代码实现

SearchView search = (SearchView) item.getActionView();     search.setLayoutParams(new ActionBar.LayoutParams(Gravity.RIGHT)); 

xml实现

 1 <RelativeLayout 2         android:id="@+id/not" 3         android:layout_width="wrap_content" 4         android:layout_height="wrap_content" 5         tools:ignore="MissingConstraints"> 6         <android.support.v7.widget.SearchView 7             android:layout_alignParentRight="true" 8             android:layout_width="wrap_content" 9             android:layout_height="wrap_content" />10 RelativeLayout>

  •  Android动态设置布局宽高
  • 三种实现Android主界面Tab的方式
  • ViewPager + Fragment 卡顿问题

参考:https://www.cnblogs.com/spring87/p/4308247.html

           https://blog.csdn.net/qq_30993595/article/details/80736814

           https://www.cnblogs.com/Sharley/p/9140392.html(和我遇到的问题一样,完美解决)

  • 什么是OOM?如何解决OOM问题!

  • Android背景模糊话模糊、高斯模糊(自己实现FastBlur)

  • 安卓AlertDialog对话框背景模糊的简单实现

  • Android Dialog弹出时背景全透明

  • Android弹出圆角对话框https://blog.csdn.net/anyanyan07/article/details/54294955

  • Android中AlertDialog实现圆角边框效果https://blog.csdn.net/csdnzouqi/article/details/84337004

  • Android界面之常用的圆角提示框Dialog(自定义)https://blog.csdn.net/whitley_gong/article/details/50365164

  • ANDROID布局实现圆角边框

  • 白话Android自定义ListView实现https://blog.csdn.net/cgwang_1580/article/details/80807475

  • Android控件ListView使用方法详解https://www.jb51.net/article/118884.htm

  • Android 操作SQLite基本用法

  • Android SQLite(一.简介和常用语法 好)

  • Android SQLite (四 ) 全面详解(二)

  • fragment与activity。什么时候使用?

  • 如何正确管理Activity的跳转和Activity销毁

  • Android按下home键后重新打开app进入主activity的问题

  • Activity的启动模式以及onNewIntent(Intent intent)

  • activity跳转到新的activity后清除之前的activity
Intent intent = new Intent(A.this, B.class);intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK | Intent.FLAG_ACTIVITY_NEW_TASK);startActivity(intent);
  • 每次离开页面,都销毁当前Activity——onStop()调用finish();

  • Android:res之selector背景选择器

  • Android利用ListView实现多种Item的复杂布局

  • Android 性能优化篇之--复杂listView高效渲染

    https://www.jianshu.com/p/d3d8378f25ee
  • Android使用自定义ListView+ScrollView实现股票界面上下左右滑动

  • 自定义scrollview 回弹效果

  • PullScrollView详解(一)——自定义控件属性

  • Android几种强大的下拉刷新库

  • Android 在 LinearLayout 添加分割线 divider

  • 渐变底色加圆角
<shape xmlns:android="http://schemas.android.com/apk/res/android">    <gradient android:startColor="#BFEEFF"        android:endColor="#40B9FF"        android:angle="270"/>    <corners android:radius="12dp">corners>shape>
  •  android:dividerHeight设置ListView的分割间距
  • Android圆角对话框Dialog

  • Android Dialog宽度match_parent

https://blog.csdn.net/jxj2118/article/details/73166545

  • Android下的指纹识别及登陆

https://www.jianshu.com/p/5602c7d73753

  • Android 沉浸式状态栏的实现

  • Android 沉浸式主题设置

  • android 开发修改switch开关颜色

  • Android 官方 switch 控件更改选中色

  • Android 某些页面禁止截屏

// 添加安全标志getActivity().getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE);// 清除安全标志getActivity().getWindow().clearFlags(WindowManager.LayoutParams.FLAG_SECURE);
  •  activity与fragment之间的传递数据
  • Activity与Activity,Fragment之间的数据传递方法

  •  使用Intent传递对象(两种)
  • 关于ListView中adapter调用notifyDataSetChanged失效的原因总结

  • android开发 -- 复制文本内容到系统剪贴板(自由复制)

  • Android Studio 超级简单的打包生成apk

https://blog.csdn.net/zhw1551706847/article/details/76587543/

  • Android自定义键盘之汉字键盘

  • Android自定义键盘的简单实现

  • https://blog.csdn.net/wolflz/article/details/45744657
  • https://blog.csdn.net/qq_28685109/article/details/65440884
  • https://blog.csdn.net/u014136472/article/details/50257245
  • 输入法在线调试Default Activity Not Found

  • 写一个Android输入法01——最简步骤

  • 写一个Android输入法02——候选窗、转换

  • http://lxqxsyu.gitlab.io/2019/03/26/customekeyboard/
  • https://blog.csdn.net/qq_29983773/article/details/79501658
  • ★Android 总结:自定义键盘实现原理和三种实例详解

  • 自定义Android键盘

  • 贝塞尔曲线的绘制

  • android 8种对话框(Dialog)使用方法汇总

转载于:https://www.cnblogs.com/trnanks/p/10900564.html

更多相关文章

  1. ArcGIS API For Android离线地图的实现
  2. android实现电话状态监控
  3. android弹出对话框
  4. android 使用intent传递参数实现乘法计算
  5. ArcGIS API For Android离线地图的实现
  6. 基于Apache mina 的android 客户端tcp长连接实现
  7. ReactNative调用原生封装的代码和控件
  8. android dialog
  9. 浅谈Java中Collections.sort对List排序的两种方法

随机推荐

  1. Android apk file
  2. Android Studio 无法启动模拟器
  3. 第八篇 TabHost控件
  4. 【Android】简单的接口回调
  5. Android程序员指南(15)
  6. Android Sensor HAL层分析
  7. Android仿真翻页
  8. Android中打开扬声器关闭麦克风的代码实
  9. Android:解决SwipeRefreshLayout与ViewPag
  10. android 实现一个滚动文本