手机开发- Search Bar纵向滚动

简介:

  

iPhone implementation: ( the search bar is hidden by default ,if you scroll it ,it will display on the top)


If  you scroll down the screen , the top search bar will have a positive offset ,then it will enter the device screen so that the user will see it.

 



If you scroll up the screen ,then the top search bar will  have a negative offset ,then it will disappear again in the screen so that the use will not see it anymore.

 

In our project:

because when we search it and render the result page ,every search result includes not only text but also picture ,so every cell is very large .If search result has only 4 but by default one page has 6 cells ,then 6-4=2 cells must be empty .

We do not want the user to see the empty cells with border ,it may not have a good look-and-feel.

So we suggest that the empty cells without border ,so that it will be merged better with the background.

 





本文转自 charles_wang888 51CTO博客,原文链接:http://blog.51cto.com/supercharles888/835912,如需转载请自行联系原作者

目录
相关文章
【实现手机端上滑滚动加载列表】判断页面是否滚动到底部或者指定元素位置
【实现手机端上滑滚动加载列表】判断页面是否滚动到底部或者指定元素位置
|
网络协议 Android开发 数据安全/隐私保护
Android手机上使用Socks5全局代理-教程+软件
Android手机上使用Socks5全局代理-教程+软件
8325 2
|
监控 安全 Android开发
【新手必读】Airtest测试Android手机常见的设置问题
【新手必读】Airtest测试Android手机常见的设置问题
403 0
|
XML Java Android开发
Android Studio开发之使用内容组件Content获取通讯信息讲解及实战(附源码 包括添加手机联系人和发短信)
Android Studio开发之使用内容组件Content获取通讯信息讲解及实战(附源码 包括添加手机联系人和发短信)
685 0
|
Web App开发 前端开发 网络安全
前端分析工具之 Charles 录制 Android/IOS 手机的 https 应用
【2月更文挑战第21天】前端分析工具之 Charles 录制 Android/IOS 手机的 https 应用
224 1
前端分析工具之 Charles 录制 Android/IOS 手机的 https 应用
|
存储 数据库 Android开发
Android实现手机内存存储功能
Android实现手机内存存储功能
143 2
|
网络协议 安全 Linux
如何使用Android手机通过JuiceSSH远程访问本地Linux服务器
如何使用Android手机通过JuiceSSH远程访问本地Linux服务器
|
传感器 物联网 Android开发
【Android App】物联网中查看手机支持的传感器及实现摇一摇功能-加速度传感器(附源码和演示 超详细)
【Android App】物联网中查看手机支持的传感器及实现摇一摇功能-加速度传感器(附源码和演示 超详细)
459 1

热门文章

最新文章