全部 文章 问答 分享 共找到1302个相关内容
[文章] 轮子分享。有偿分享[sob币]
众所周知,我们都是站在巨人的肩膀上敲代码的,”轮子“是我们开发的一个捷径,使用简单,功能强大。
2022-05-10 09:33 · Android开发轮子 / Android / 工具
[文章] 【项目轮子Android波浪背景效果
前言:前几个月完成了自己第一个稍微完整的App,后来由于web期末大作业和实训,一直没来得及总结一下自己使用一些轮子的体验和踩坑记录,这些感觉还是有必要记录一下,下次用的时候,就不用再踩这些坑了嘛。
2020-07-28 01:03 · Android / 自定义View / 轮子
[文章] 轮子分享(感谢分享)
1374905359306674176自定义头像装饰View:https://www.sunofbeach.net/a/1510085424304943106Paging分页库:https://developer.android.google.cn
2022-05-10 10:42 · Android轮子
[文章] 如何在 Android 上的 TextView 或 ImageView 上设置涟漪效果
使用第三方库,如轮子哥的ShapeView,可以在xml布局中就能直接设置普通状态和press状态的颜色,省去了创建drawable文件的步骤。使用系统默认的drawable资源。
2022-10-31 23:50 · 安卓 / Android / Ripple / ShapeView
[问答] 视频

兄弟们有没有好用的拍视频和播放视频的轮子

2022-04-15 09:55 · camera
[文章] Android阿里云视频播放
另外我试过在manifest中加上android:configChanges="orientation|screenSize|keyboardHidden",但是发现hideSystemUI
2022-07-28 13:43 · Android / 视频播放 / 阿里云 / jetpack
[文章] Android APP 在线更新功能实现分享
1.最近公司有项目需要用上在线更新功能然后我在网上借鉴了很多相关在线更新的案例发现轮子哥的安卓中台APP的在线更新可借鉴性和实现方式都很简单指的学习一下后面话不多说先看样子先给一个弹窗的工具类classUpdateDialog
2022-09-21 22:13 · APP更新
[文章] 喜马拉雅视频教程05-完成主界面的指示器和内容部分
如果是为了快速开发,已经有前辈做好轮子了,直接使用即可。
[文章] 【学习笔记】【领券联盟】前端(Nuxt.js)——2.导入ElementUI
2.为什么要引入ElementUI在这个快速发展,快速迭代的开发环境,轮子就没必要重复造了,既然有开源免费用的,为啥不用呢?况且自己不一定有开源的写得好。
2021-03-14 21:14 · vue / nuxt / element
[文章] 两个实体类之间数据对比
DataUtil.dataCompare(user1,user2,User.class);System.out.println(v);}结果是这样:0.8这个方法是将数据对比功能抽出来放到工具包中方便调用,菜鸟写轮子欢迎优化
1970-01-01 00:00 · java / 后台 / MVC / SSM
[文章] 自定义下拉刷新(手写)
首先先说一下,一般正常人都用不着手写下拉刷新,而且前辈说不要重复造轮子,所以我还是推荐大家用下拉刷新库,简单又便捷0.0先上效果图:具体如下:1.自定义ListViewList_View_Refresh.java
2021-01-11 16:06 · 自定义控件 / 下拉刷新
[文章] Android开发学习路线
Android开发环境搭建Android开发系列环境的搭建Android基础Android开发系列UI布局讲解Android开发系列UI布局讲解Android开发系列数据持久化存储Android开发系列数据持久化存储
[问答] android studio 闪退
;at android.view.ViewGroup.layout(ViewGroup.java:6335)

    at android.widget.FrameLayout.layoutChildren

2021-05-26 17:32 · 异常
[问答] Android内存泄漏问题
$ActivityClientRecord#nextIdle     Description: Android AOSP sometimes keeps a reference to
2021-06-27 14:11 · 内存泄漏 / Android
[文章] Android Jetpack 之 Navigation
/apk/res/android"xmlns:app="http://schemas.android.com/apk/res-auto"android:id="@
2020-09-19 15:07 · navigation / 导航 / jetpack / 组件 / android
[问答] Android开启启动
公司要求做一个自启动app,然后一开始使用android.intent.action.LOCKED_BOOT_COMPLETED,但是恢复出厂设置去收不到广播,然后使用和 android.intent.action.BOOT_COMPLETED
2020-03-19 16:24 · android
[文章] Android如何自定义Preference呢?
Android如何自定义Preference呢?
2020-03-08 00:06 · SharePreference / 存储 / 设置 / 安卓开发 / app
[文章] Android TV开发03学习HorizontalGridView
><RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:layout_width
2021-09-07 20:51 · AndroidTV / Android / HorizontalGridView
[文章] Android 智能刷新框架SmartRefreshLayout
/apk/res-auto"android:id="@+id/refreshLayout"android:layout_width="match_parent"
2020-08-03 23:25 · UI
[问答] android绑定远程服务时报错
App: com.android.vending, Service: oauth2:******************************************

  

2022-05-05 09:57 · android / service
[问答] android 问题 Error inflating class fragment
; import android.view.View; import android.view.ViewGroup; public class HomeFragment extends Fragment
2022-07-03 15:51 · Android
[文章] Android Data Binding 开发普通列表
><layoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:app="http
2021-02-01 14:05 · Android / debug / 断点 / jetpack / mvvm
[文章] Android EditText限制输入IP地址
("255");}off+=value.length();off++;}}<EditTextandroid:id="@+id/et_ip_address"android
2020-08-14 11:50 · 控件扩展
[文章] 5、Android开发基础-其他布局
><AbsoluteLayoutxmlns:android="https://schemas.android.com/apk/res/android"android:layout_width
[问答] Android 日志

公司有个需求,客户要求关闭Android 版本的log输出,这个有办法解吗?

2022-12-05 10:47 · AndroidLog
[文章] Android逆向吾爱新年题目Android01
吾爱新年题目Android01来玩玩新年题目Android的第一题:抓小猫咪。体验打开app之后是这样的:尝试捕捉猫猫。运气真好,居然抓到了。
2024-03-01 14:17 · Android / Android逆向 / hook / 反编译
[文章] Activity管理
privatefungetObjectTag(@NonNullany:Any):String=any::class.java.name+Integer.toHexString(any.hashCode())}Java版本/***author:Android
1970-01-01 00:00 · 安卓 / Android / Activity管理
[问答] Android属性设置
你好我想问一下,我设置Androidsystemproperty,在manifest中也设置了android:sharedUserId="android.uid.system"但是通过set设置属性的时候还是
2021-03-24 11:08 · Android / 属性 / Android属性设置
[文章] Android——RecyclerView使用汇总
/res/android"android:layout_width="match_parent"android:layout_height="match_parent
2020-09-13 21:01 · Android / RecyclerView / 安卓 / 基础
[问答] Android 打开Uri图片 问题
false">public void openFile(String filePath, String filename) { // filePath = /storage/emulated/0/Android
2021-11-15 17:52 · android / uri
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 44