E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
SuppressLint
Android开发之”再按一次退出程序“的实现
@
SuppressLint
("HandlerLeak") Handler handler = new Handler(){ public void handleMessage
·
2015-11-11 01:47
Android开发
LinearLayout使用简单实例
1.代码 import android.annotation.
SuppressLint
; import android.app.Activity; import android.app.ActionBar.LayoutParams
·
2015-11-10 23:02
LinearLayout
ListView左滑删除
没有区别packagecom.example.slidedelete; importandroid.animation.ObjectAnimator; importandroid.annotation.
SuppressLint
qq909157370
·
2015-11-10 14:00
android
ListView
滑动删除
Android 和 js 相互调用
http://www.igooda.cn/jzjl/20141212737.htmlhttp://blog.sina.com.cn/s/blog_8cfbb992010156ed.htmljava代码:@
SuppressLint
qq_24551315
·
2015-11-09 20:00
android drawBitmapMesh
packagecom.example.and6; importandroid.annotation.
SuppressLint
; importandroid.content.Context; importandroid.graphics.Bitmap
qq909157370
·
2015-11-09 15:00
android
ANDROID笔记: ActionBar(三)之ActionBar List
package com.example.android_actionenu.test; import android.annotation.
SuppressLint
; import android.app.ActionBar
·
2015-11-08 09:46
Actionbar
ANDROID笔记: ActionBar(二)之ActionBar Menu
主类: package com.example.android_actionbar; import android.annotation.
SuppressLint
; import android.app.ActionBar
·
2015-11-08 09:45
Actionbar
ANDROID笔记: ActionBar(一)之ActionBar Tab
主类: package com.example.android_actionbar; import android.annotation.
SuppressLint
; import android.app.ActionBar
·
2015-11-08 09:44
Actionbar
ANDROID笔记:PopupMenu的用法
package com.example.android_menu; import android.annotation.
SuppressLint
; import android.app.Activity
·
2015-11-08 09:36
android
ANDROID笔记:滑动关闭Fragment的简单实现
主要代码:(有注释) package com.example.checkboxtest; import android.annotation.
SuppressLint
; import android.content.Context
·
2015-11-07 10:53
Fragment
Android Http请求失败解决方法
1、MainActivity.java 文件中的onCreate方法改成如下: @
SuppressLint
("NewApi") @Override protected void
·
2015-11-02 18:53
android
做了wps相关 就想探讨一下那里面的手写签名是怎么实现的
package xuganwen.handwrite; import android.annotation.
SuppressLint
; import android.content.Context; import
徐干稳
·
2015-11-02 10:00
自定义控件
手写签名
拼图小游戏“ST--拼图”开发篇之后期功能完善
前面跟大家聊了拼图的滑动图片和过关判定等功能,接下来给大家聊一聊后期功能的完善首先,咱们从Menu菜单开始菜单的XML文件 获取菜单,将菜单布局到界面/** *获取菜单,将菜单布局到 */ @
SuppressLint
Evan_Jhon
·
2015-11-01 20:00
多线程
游戏
开发
menu
拼图
Android - 折线图
使用Android的canvas,画折线图:代码为: package spt.view; import android.annotation.
SuppressLint
; import android.content.Context
·
2015-10-31 18:18
android
android webservice 成功版(帅哥)
package com.ts.xtweatherreport01;import java.io.UnsupportedEncodingException;import android.annotation.
SuppressLint
·
2015-10-31 11:13
webservice
@
SuppressLint
vs @TargetApi
@TargetApi and @
SuppressLint
have the same core effect: they suppress the Lint error.
·
2015-10-31 09:26
@Target
获取Android系统时间
mm:ss 为获取手机 24小时格式的时间 15:03 hh:mm:ss 为12小时模式的时间 03:03 @
SuppressLint
·
2015-10-31 09:53
android
去掉 Android工程中让人很不爽的“黄色警告”
(2)使用@
SuppressLint
标注忽略指定的警告 要使用
·
2015-10-30 11:35
android
android_preference
package com.example.myfirstapp; import android.annotation.
SuppressLint
; import android.app.Activity
·
2015-10-27 14:14
Preference
在低版本的SDK里使用高版本函数@
SuppressLint
("NewApi") or @TargetApi?
@
SuppressLint
和 @TargetApi达到的效果是一样的,相对于
SuppressLint
,TargetApi会根据函数里使用的API,严格匹配SDK版本,给出编译错误,但是
SuppressLint
·
2015-10-27 14:16
@Target
Android简单的利用SoundPool进行播放铃声的实例代码
nbsp; MainActivity.java package com.example.pengdonglin.soundpool_demo; import android.annotation.
SuppressLint
·
2015-10-27 13:28
SoundPool
Android 自定义EditText实现粘贴,复制,剪切的监听
package com.dwtedx.qq.view; import android.annotation.
SuppressLint
; import android.content.Context
·
2015-10-24 09:00
EditText
Android 仿360桌面小人
import android.annotation.
SuppressLint
; import android.content.Context; import android.content.Intent
·
2015-10-21 13:43
android
通讯录笔记
而且我还有同事的通讯录里竟然有用表情来做联系人名字的,这下百度的例子就测底蒙了,所以还是得自己动手,优化了一下,分享的同时也记录下自己的劳动成果,几年后也可以回头看看自己走过的码路1/**通讯录**/ 2@
SuppressLint
零点零的距离
·
2015-10-18 11:00
向上拖动时,可以惯性滑动显示到下一页的控件DragLayout
importandroid.annotation.
SuppressLint
;importandroid.content.Context;importandroid.support.v4.view.Ge
gundumw100
·
2015-10-16 14:00
android
向上拖动时,可以惯性滑动显示到下一页的控件DragLayout
importandroid.annotation.
SuppressLint
; importandroid.content.Context; importandroid.support.v4.view
gundumw100
·
2015-10-16 14:00
android
Android 自定义Prodvider
com.zero.zhidingyiprovider.db.MyOpenHelper; //这个是我自己的数据库,要使用Provider要自己写一个数据库 import android.annotation.
SuppressLint
水煮鱼摆摆丶
·
2015-10-13 15:00
Provider
自定义内容提供者
实时刷新内容
WebView
使用WebView浏览图片packagecom.example.photogallery; importandroid.annotation.
SuppressLint
; importandroid.os.Bundle
tw19911005
·
2015-10-13 00:00
webView
android WebView java与js相互调用
window.androidInterface.call('02585818031');}1.2、java代码packagecom.example.webview;importandroid.annotation.
SuppressLint
向往宇宙
·
2015-10-10 14:55
android
WebView
java
android
Android Studio第二期 - 短信自动填写项目流程讲解
首先是ContentObserverimport android.annotation.
SuppressLint
; import an
吴雨声
·
2015-10-09 11:59
android
public
Studio
短信接口
Android Studio第二期 - 短信自动填写项目流程讲解
首先是ContentObserverimport android.annotation.
SuppressLint
;import android.content.Con
吴雨声
·
2015-10-09 11:59
public
短信接口
Android
Studio
Android
Android Studio第二期 - 短信自动填写项目流程讲解
首先是ContentObserverimport android.annotation.
SuppressLint
; import an
吴雨声
·
2015-10-09 11:59
android
public
Studio
短信接口
图片预览旋转
package com.dunianhao.matrixtext; import android.annotation.
SuppressLint
; import android.content.Context
过客dlc
·
2015-09-29 22:00
Matrix
定义通知栏消息
MainActivity:packageorg.mobiletrain.notification_demo; importandroid.os.Bundle; importandroid.annotation.
SuppressLint
kuangxiaoguo0123
·
2015-09-21 20:00
android
界面
Android贴吧系统学习-----对时间的处理方法
需要做类似贴吧系统,必须要知道当前的帖子是几秒前发出的,还是几分前,几小时前,以及标准时间对时间需要专门处理一个函数:publicclassTimeHandler{ publicTimeHandler(){ } @
SuppressLint
u014737138
·
2015-09-18 17:00
Android开发
安卓Java读取SD卡文本文件
代码如下: @
SuppressLint
("SdCardPath") publicstaticvoidreadTxt2SeqMulti(Stringtxt
wishchin
·
2015-09-17 21:00
android 应用实现屏幕下沉(android 4.4及以上)
packagecom.droi.smartlock.guide;importjava.lang.reflect.Field;importjava.lang.reflect.Method;importandroid.annotation.
SuppressLint
yiranhaiziqi
·
2015-09-17 16:00
Fragment入门以及案例
importandroid.annotation.
SuppressLint
; importandroid.app.Activity; importandr
cjvs9k
·
2015-09-17 12:00
Fragment
Android 实现沉浸式状态栏的方法
首先是两个开启沉浸模式和关闭沉浸模式的函数@
SuppressLint
("NewApi")publicstaticvoidhideSystemU
安卓弟
·
2015-09-12 11:10
Android 网络管理类的使用(一)
packagecom.example.connectivitymanager; importandroid.support.v7.app.ActionBarActivity; importandroid.annotation.
SuppressLint
wnl_csdn
·
2015-09-12 10:00
安卓判断是否首次进入app,通过判断跳转欢迎引导界面和主界面
importjava.util.Timer;importjava.util.TimerTask;importcom.peso.model.WelcomeActivity;importandroid.annotation.
SuppressLint
shaoduo
·
2015-09-10 22:54
java
安卓
欢迎界面
引导页跳转
第一次进入app进入引导页
android java 判断是否同一天
转自:http://blog.sina.com.cn/s/blog_9ac333de0102vvcy.html@
SuppressLint
("SimpleDateFormat")publicstaticbooleanisSameDay
cvsdn
·
2015-09-10 18:19
android
android webView与js交互
主类:publicclassMainActivityextendsActivity{ WebViewwebview; Buttonbtn; @
SuppressLint
({"SetJavaScriptEnabled
wqkerry
·
2015-09-07 23:00
android
WebView与js交互
android webView与js交互
主类:publicclassMainActivityextendsActivity{WebViewwebview;Buttonbtn;@
SuppressLint
({"SetJavaScriptEnabled
wqkerry
·
2015-09-07 23:00
android
webview与js交互
自定义toast、toast重复显示、切换界面toast自动消失
TextView即可:接着是类:publicclassMyWidget{privatestaticContextmContext=null;privatestaticToastmToast=null;//压制警告@
SuppressLint
marsmmeng
·
2015-09-07 19:09
ParallaxViewPager:ViewPager的视差背景效果
源码: importandroid.annotation.
SuppressLint
; importandroid.content.Context; importandroid.graphics.Bitmap
gundumw100
·
2015-09-02 15:00
android
小球控制器SurfaceView中遇到的问题:跳转至其他fragment无法取消显示控制器
packagecom.jyu.company.activity;importcom.jyu.company.R;importcom.jyu.company.tools.MathUtils;importandroid.annotation.
SuppressLint
dodan
·
2015-08-24 16:00
实现RadioButton多行多列排列布局
packagecom.widget.view; importjava.util.ArrayList; importjava.util.List; importandroid.annotation.
SuppressLint
gundumw100
·
2015-08-21 15:00
android
Android 使用SharedPreferences数据存储
如下:packagecom.yqy.yqy_testsputil; importandroid.annotation.
SuppressLint
; importandroid.app.Activity;
u012885461
·
2015-08-21 11:00
android
数据存储
SPUtil
实现Android播放声音资源的一个简单的工具类
importjava.util.HashMap;importandroid.annotation.
SuppressLint
;importandroid.content.Context;importandroid.media.AudioManager
拾梁雨
·
2015-08-20 16:21
Android
上一页
13
14
15
16
17
18
19
20
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他