上一页 1 2 3 4 5 6 ··· 17 下一页

如何将ToolBar 样式设置Title文字水平居中

摘要: 以下是我的activity.xml的代码,线性布局。 就是将“我的App”居中。效果:|---------我的App---------|app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"app:popupTheme="@style/The... 阅读全文
posted @ 2015-12-15 10:16 jiezzy 阅读(5947) 评论(0) 推荐(0) 编辑

CountDownTimer

摘要: package com.daoge.widget;import java.text.DecimalFormat;import android.os.CountDownTimer;import android.widget.TextView;public class DanceWageTimer ex... 阅读全文
posted @ 2015-02-09 17:38 jiezzy 阅读(183) 评论(0) 推荐(0) 编辑

maven nexus 搭建

摘要: http://www.cnblogs.com/adolfmc/archive/2012/08/21/2648415.htmlhttp://www.cnblogs.com/dingyingsi/p/3687077.htmlhttp://www.l99.com/EditText_view.action?... 阅读全文
posted @ 2015-01-20 20:51 jiezzy 阅读(158) 评论(0) 推荐(0) 编辑

介绍几个工作开发中封装的好用的android自定义控件

摘要: http://www.cnblogs.com/Jaylong/p/3641027.html 阅读全文
posted @ 2014-09-28 22:47 jiezzy 阅读(151) 评论(0) 推荐(0) 编辑

scrollview gridview

摘要: package com.fangdamai.salewinner.ui.customer;import android.content.Context;import android.content.Intent;import android.os.Bundle;import android.view... 阅读全文
posted @ 2014-09-25 11:49 jiezzy 阅读(295) 评论(0) 推荐(0) 编辑

ndk javah配置

摘要: Location:C:\Program Files\Java\jdk1.6.0_25\bin\javah.exeWorking Directory:${project_loc}Arguments:-v -classpath "${project_loc}/bin/classes" -d "${pro... 阅读全文
posted @ 2014-09-11 10:41 jiezzy 阅读(198) 评论(0) 推荐(0) 编辑

Android锁屏状态下弹出activity,如新版qq的锁屏消息提示

摘要: 在接收消息广播的onReceive里,跳转到你要显示的界面。如:Intent intent = new Intent(arg0,MainActivity.class);intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); arg0.startActivi... 阅读全文
posted @ 2014-09-10 14:01 jiezzy 阅读(521) 评论(0) 推荐(0) 编辑

android的Environment类 Android存储访问及目录

摘要: http://www.cnblogs.com/mengdd/p/3742623.htmlhttp://blog.csdn.net/barnett_zhubo/article/details/6832832http://blog.csdn.net/hudashi/article/details/803... 阅读全文
posted @ 2014-09-09 14:49 jiezzy 阅读(158) 评论(0) 推荐(0) 编辑

ant 可自动替换友盟渠道、版本号、包名

摘要: 可自动替换友盟渠道、版本号、包名如何集成到我的项目里前提:了解android官方文档,在项目目录中执行ant debug能打包,比如常见的打包步骤:android update project -p . -s -t "android-19"ant debug如果ant debug打包能通过,则可以使... 阅读全文
posted @ 2014-09-05 16:35 jiezzy 阅读(358) 评论(0) 推荐(0) 编辑

继承ViewGroup类

摘要: Android中,布局都是直接或间接的继承自ViewGroup类,其中,ViewGroup的直接子类目前有:AbsoluteLayout, AdapterView, DrawerLayout, FragmentBreadCrumbs, FrameLayout, GridLayout, LinearL... 阅读全文
posted @ 2014-07-20 09:18 jiezzy 阅读(266) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 17 下一页