自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (3)
  • 收藏
  • 关注

转载 一种在android中实现MVP模式的新思路

一种在android中实现MVP模式的新思路> * 原文链接 : android-mvp-an-alternate-approach * 译者 : FTExplore * 校对 : sundroid今天我想分享我自己在Android上实现MVP模式的方法。如果你对MVP模式还不熟悉或者你不清楚为什么要在Android应用中使用MVP模式,我建议你先阅读以下这篇维基百科的文章和这篇博客。使用Ac

2015-06-24 15:11:39 1273

原创 android Sqlite 模板 。

DatabaseHelper.javaimport android.content.Context;import android.database.sqlite.SQLiteDatabase;import android.database.sqlite.SQLiteDatabase.CursorFactory;import android.database.sqlite.SQLiteOpen

2015-06-17 16:15:45 554

翻译 android自定义view之(三) Making the View Interactive

Drawing a UI is only one part of creating a custom view. You also need to make your view respond to user input in a way that closely resembles the real-world action you’re mimicking. Objects should alw

2015-06-15 15:42:28 541

原创 Swift学习笔记 Introduction to Swift Programming for beginners

Introduction to Swift Programming for beginnersandroid 进阶的同时,该学学ios开发啦 。When starting any language it’s important to get a firm understanding of the basics. This beginners introduction to programming

2015-06-12 19:41:28 760

翻译 android自定义View之(二) Custom Drawing

The most important part of a custom view is its appearance. Custom drawing can be easy or complex according to your application’s needs. This lesson covers some of the most common operations. 自定义View中

2015-06-12 17:05:19 542

原创 android Intent Flags详解

1. FLAG_GRANT_READ_URI_PERMISSION /** * If set, the recipient of this Intent will be granted permission to * perform read operations on the URI in the Intent's data and any URIs * specif

2015-06-08 17:57:14 6255

翻译 android 自定义view之(一) Creating a View Class

Creating a View ClassA well-designed custom view is much like any other well-designed class. It encapsulates a specific set of functionality with an easy to use interface, it uses CPU and memory effici

2015-06-07 16:06:11 542

原创 android 卡片翻转效果的实现

效果图:实现 :  一:创建Animator如图:第一个卡片要向左翻转消失  ,向右翻转出现第二张卡片向右翻转消失,向左翻转出现 。首先 card_flip_left_in.xml <objectAnimator android:valueFrom="1.0" android:valueTo="0.0"

2015-06-01 11:04:09 3192

android微信朋友圈动态界面(点全部评论进去可以左右滑)

android微信朋友圈动态界面(点全部评论进去可以左右滑)

2015-04-01

Android应用源码安卓高仿爱壁纸UI布局项目

本项目是一套基于安卓的高仿爱壁纸项目源码,只完成了布局仿照部分,没有具体业务功能。使用SlidingFragmentActivity显示侧面菜单,点击菜单项目,可以控制主页面内容(使用Fragment),Fragment使用Viewpager,显示页面左右滑动和点击更换不同的Fragment,Scrilview中嵌套Viewpager(网上别人的代码),本项目比较小,可以学习一下slidingmenu的使用和一些布局知识。 涉及模块&技术 slidingmenu 布局 ...

2014-05-15

c#图书管理系统源代码

用c#编写的图书管理系统,比较简单 能够实现图书管理员以及普通用户的需求 其中标注适合新手阅读。

2012-10-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除