推荐
专栏
教程
课程
飞鹅
本次共找到4866条
android微信分享
相关的信息
Wesley13
•
4年前
android WebView 使用实例
主布局文件:<?xmlversion"1.0"encoding"utf8"?<LinearLayoutxmlns:android"http://schemas.android.com/apk/res/android"android:layout_width"match_parent"
Wesley13
•
4年前
android Notification 状态栏通知使用示例
ch7\_notification.xml:<?xmlversion"1.0"encoding"utf8"?<LinearLayoutxmlns:android"http://schemas.android.com/apk/res/android"android:layout_width"match_
公众号坚毅猿
•
2年前
Java层逆向分析方法和技巧
本公众号分享的所有技术仅用于学习交流,请勿用于其他非法活动,如有错漏,欢迎留言指正Java层逆向分析方法和技巧一、smali汇编1.Dalvik字节码java字节码、Dalvik字节码、机器码之间的关系?在Android上,Java代码首先经过编译器编译成
Stella981
•
4年前
Android工程模块化平台的设计
!(https://oscimg.oschina.net/oscnet/89443e6555ee3b6efee26b7b07baed1f96f.jpg)大家好,今天跟大家分享的主题是《Android工程模块化平台的设计》!(https://oscimg.oschina.net/oscnet/9328e5a6aa66ad90bc30
可莉
•
4年前
20个非常有用的Java程序片段
开学之后很久没有更博了,每天上课游泳打球去了…… 今天是十一小长假的第4天,闲来无事,在微博上看见转载的java开发的文章,分享给大家。1\.字符串有整型的相互转换StringaString.valueOf(2);//integertonumericstringintiInteger.pa
Stella981
•
4年前
Android 控件抖动效果
利用Android自带的动画效果,实现控件的抖动效果,效果资源文件shark.xml<?xmlversion"1.0"encoding"utf8"?<translatexmlns:android"http://schemas.android.com/apk/res/android"android:fr
Stella981
•
4年前
Gallery实现流畅的新闻滚动 方法复写
package com.ename.views;import android.content.Context;import android.util.AttributeSet;import android.view.KeyEvent;import android.view.MotionEvent;
Stella981
•
4年前
Android GridView 添加 HeadView
package com.example.test;import android.content.Context;import android.util.AttributeSet;import android.util.Log;import android.view.MotionEvent;i
Stella981
•
4年前
Android从相机或相册获取图片裁剪
package com.only.android.app; import java.io.File; import android.app.Activity;import android.app.AlertDialog;import android.content.DialogInterfa
1
•••
70
71
72
•••
487