惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - powerlx

CSS3手风琴菜单 下拉展开带弹性动画 Java中用Apache POI生成excel和word文档 java 对EXCEL表格的操作。包括EXCEL 2007 include 问题 数字显示科学计数法的问题 Java 如何将String转化为Int java如何提取url里的域名 AS快捷键 Java三大主流框架概述 java.lang.ArrayIndexOutOfBoundsException: 1 java 对EXCEL表格的处理 JAVA下载文件中文乱码问题 Java 判断文件夹、文件是否存在、否则创建文件夹 jspSmartUpload上传下载全攻略 intellJ实用技巧 main 方法, Android 日常开发总结的技术经验 60 条 新的android studio创建的fragment工程跟老师讲的结构有区别 默认情况下优先级应该是谁先注册谁的优先级就高吧?
老师,有没有类似微信布局的好的开源库?
powerlx · 2016-04-12 · via 博客园 - powerlx

就是屏幕底侧为按钮,主要内容就像tab页一样可以通过其打开。

我发现许多主流的应用都用这种布局,是不是有类似于SlidingMenu这样的成熟度较高的开源库呢?

现在基本可以用官方提供的库:fragment+tabhost或者TabLayout。然后结合toolbar。侧滑用drawerlayout来实现。

直接写成fragment么好了喏,如果还要能左右滑动切换么加上viewpager

自己今天在网上找了找,发现有个国人做的开源库,很轻便也有中文说明,贴在这里:

https://github.com/H07000223/FlycoTabLayout