BubblePopupWindow Android 实现各个方向的气泡弹窗,可控制气泡尖角偏移量。 截图 依赖 dependencies { compile 'com.yuyh.bubble:library:1.0.0' } 使用 默认弹窗BubblePopupWindow leftTopWindow = new BubblePopupWindow(MainActivity.this); View bubbleView = inflater.inflate(R.layout.layout_popup_view, null); TextView tvContent = (TextView) bubbleView.findViewById(R.id.tvContent); tvContent.setText("HelloWorld"); leftTopWindow.setBubbleView(bubbleView); // 设置气泡内容 leftTopWindow.show(view, Gravity.BOTTOM, 0); // 显示弹窗 /** 显示弹窗 @pa
2022-03-23 00:08:33 139KB Android代码
1
Inno Setup Extractor for Android This is a port of the excellent Innoextract tool to Android. License This application is available under the MIT license
2022-03-19 21:49:18 113.51MB Android代码
1
rtmp-rtsp-stream-client-java Library for stream in RTMP and RTSP. All code in Java. If you need a player see this project: https://github.com/pedroSG94/vlc-example-streamplayer Wiki https://github.com/pedroSG94/rtmp-rtsp-stream-client-java/wiki Permissions: <!--some devices need it--> Compile To use this library in your project with gradle add this to your build.gradle: allprojects { repositories { maven { url 'https://jitpack.io' } } } dependencies { compile 'com.github.pedro
2022-03-17 16:37:37 2.59MB Android代码
1
精确计算农历二十四节气.zip
2022-03-17 10:59:17 21KB android
1
AnAwesomeAPP_SoftwareDesign 软件设计课程项目,一款具有图像滤镜、基本处理、加密等功能的安卓APP
2022-03-14 16:08:56 56.73MB Android代码
1
DateTimeRangePicker A date time range picker for android Usage Firstly, grab latest release of the library via JitPack. And note that, it utilizes Joda-Time to process some date time logic under the hood. So you might need to set up Joda-Time properly. With start and end date times specified: val intent = DateTimeRangePickerActivity.newIntent( context, TimeZone.getDefault(), DateTime.now().millis, DateTime.now().plusDays(2).millis ) activity.startActivityForResult(intent, RQ
2022-03-11 14:51:21 267KB Android代码
1
程序的主要功能是在一个FragmentActivity中添加四个Fragment,再每个Fragment中去显示相应的手机信息。如:手机当前电量、手机内存占用率、获取手机上的已安装的应用程序名称等。
2022-03-10 12:36:24 231KB Android 代码 Fragment 手机状态
1
apk-build apk-build node 一款安卓打包apk的工具 how to install 打开你的终端Terminal 输入npm -v查看是否安装npm 如果没有安装,请到nodejs官网进行安装 npm安装完成以后,终端运行npm install -g apk-build 终端运行apk-build -h确认安装成功 如果还有其他疑问,可以参照npm相关资料,希望可以帮助你更好得了解它 Command apk-build -v -o 参数(必填项): 参数 参数说明 project_path 代表项目路径 keystore_path 代表打包证书的路径 keystore_name 代表打包证书的名称 keystore_password 代表打包证书的密码 可选项: 可选项 参数用途 参数例子 默认参数 -v 打印日志 无需参数 无输出 -o ipa输出路径 ~/.apk 终端当前路径下的build文件夹 Usages 打开终端Terminal 输入cd指令进入你的项目文件夹 输入
2022-03-05 22:38:43 15.6MB Android代码
1
Material Favorite Button Material spinning favorite/star/like button. Download compile 'com.github.ivbaranov:materialfavoritebutton:0.1.5' Usage Declare in XML (see xml attributes below for customization): Or static initializer (see xml attributes below for customization): MaterialFavoriteButton favorite = new MaterialFavoriteButton.Builder(this) .create(); Configure using xml attributes or setters in code: app:mfb_state="false" // default button state app:
2022-03-05 17:01:52 148KB Android代码
1
AndroidClient 五子棋游戏安卓客户端。
2022-03-03 23:49:14 138KB Android代码
1