码迷,mamicode.com
首页 >  
搜索关键字:actionbar up    ( 8653个结果
Remove Duplicates from Sorted Array II
Follow up for "Remove Duplicates": What if duplicates are allowed at most twice? For example, Given sorted array A = [1,1,1,2,2,3], Your function should return length = 5, and A is now [1,1,2,...
分类:其他好文   时间:2014-11-20 17:07:45    阅读次数:194
【Android界面实现】ActionBar使用的若干细节整理
转载请注明出处:http://blog.csdn.net/zhaokaiqiang1992...
分类:移动开发   时间:2014-11-20 15:19:38    阅读次数:234
【转】为什么要内存对齐 Data alignment: Straighten up and fly right
为了速度和正确性,请对齐你的数据. 概述:对于所有直接操作内存的程序员来说,数据对齐都是很重要的问题.数据对齐对你的程序的表现甚至能否正常运行都会产生影响.就像本文章阐述的一样,理解了对齐的本质还能够解释一些处理器的"奇怪的"行为.内存存取粒度程序员通常倾向于认为内存就像一个字节数组.在C及其衍生语...
分类:其他好文   时间:2014-11-20 15:04:45    阅读次数:418
GitHub 优秀的 Android 开源项目
转自:http://blog.csdn.net/shulianghan/article/details/18046021 ? 主要介绍那些不错个性化的View,包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar及其他如Dialog、T...
分类:移动开发   时间:2014-11-20 13:50:46    阅读次数:538
Path Sum
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Ja...
分类:其他好文   时间:2014-11-20 13:30:27    阅读次数:120
Leetcode-Rotate Image
You are given an n x n 2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place? ...
分类:其他好文   时间:2014-11-20 13:20:00    阅读次数:289
Android 开源框架ViewPageIndicator 和 ViewPager 仿网易新闻客户端Tab标签
之前用JakeWharton的开源框架ActionBarSherlock和ViewPager实现了对网易新闻客户端Tab标签的功能,ActionBarSherlock是在3.0以下的机器支持ActionBar的功能,有兴趣的可以看看开源框架ActionBarSherlock 和 ViewPager 仿网易新闻客户端,今天用到的是JakeWharton的另一开源控件ViewPageIndicat...
分类:移动开发   时间:2014-11-20 10:24:43    阅读次数:238
[leetcode]Remove Duplicates from Sorted Array II
问题描述: Follow up for "Remove Duplicates": What if duplicates are allowed at most twice? For example, Given sorted array A = [1,1,1,2,2,3], Your function should return length = 5, and A is now [...
分类:其他好文   时间:2014-11-19 22:19:08    阅读次数:138
Set Matrix Zeroes
Given amxnmatrix, if an element is 0, set its entire row and column to 0. Do it in place.click to show follow up.Follow up:Did you use extra space?A s...
分类:其他好文   时间:2014-11-19 20:25:11    阅读次数:248
Path Sum 深度搜索
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:其他好文   时间:2014-11-19 20:16:31    阅读次数:152
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!