All Projects → jaisonfdo → Whatsappviewpager

jaisonfdo / Whatsappviewpager

Swipeable tabs like WhatsApp in Android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Whatsappviewpager

UltimateTabLayout
A library for tab layout use with viewpager. Very useful, small
Stars: ✭ 33 (-71.3%)
Mutual labels:  viewpager, tablayout
Flowhelper
帮助您迅速构建顶部Tab,比如今日头条效果,热搜、搜索记录、与ViewPager/ViewPager2搭配的工具类;
Stars: ✭ 295 (+156.52%)
Mutual labels:  viewpager, tablayout
Material-BottomBarLayout
🎉A material navigation bar library which has pretty animations and different ways of arrangement.
Stars: ✭ 56 (-51.3%)
Mutual labels:  viewpager, tablayout
ViewWorld
自定义View合集,展示各种自定义View/控件。项目包含了自定义Banner轮播图控件,自定义验证码输入框,自定义TabLayout等控件,持续更新中😉😉😉
Stars: ✭ 94 (-18.26%)
Mutual labels:  viewpager, tablayout
Funtablayout
An efficient tablayout for Android with added FUN!
Stars: ✭ 20 (-82.61%)
Mutual labels:  viewpager, tablayout
PagerSlidingTabStrip
An interactive indicator to navigate between the different pages of a ViewPager
Stars: ✭ 2,194 (+1807.83%)
Mutual labels:  viewpager, tablayout
multilayout
一个可以支持自动将分类标签拆分多行Tab标签的Layout
Stars: ✭ 14 (-87.83%)
Mutual labels:  viewpager, tablayout
Changetablayout
[停止维护]一款炫酷的TabLayout
Stars: ✭ 345 (+200%)
Mutual labels:  viewpager, tablayout
Snaptablayout
Android library for fluid tablayout animation as seen on Snapchat.
Stars: ✭ 547 (+375.65%)
Mutual labels:  viewpager, tablayout
Dsltablayout
♥️ Android界最万能的TabLayout(不仅仅是TabLayout), 支持任意类型的item, 支持Drawable类型的指示器,智能开启滚动,支持横竖向布局等
Stars: ✭ 489 (+325.22%)
Mutual labels:  viewpager, tablayout
Android Tab Animation
Easily create TabLayout.Tab animations that sync with the scrolling progress of ViewPager
Stars: ✭ 68 (-40.87%)
Mutual labels:  viewpager, tablayout
Viewpagerhelper
这个一个 viewpager/viewpager2工具类,能够帮你快速实现导航栏轮播图,app引导页,viewpager/viewpager2 + fragment;内置多种tab指示器,让你告别 viewpager 的繁琐操作,专注逻辑功能
Stars: ✭ 957 (+732.17%)
Mutual labels:  viewpager, tablayout
Magicindicator
A powerful, customizable and extensible ViewPager indicator framework. As the best alternative of ViewPagerIndicator, TabLayout and PagerSlidingTabStrip —— 强大、可定制、易扩展的 ViewPager 指示器框架。是ViewPagerIndicator、TabLayout、PagerSlidingTabStrip的最佳替代品。支持角标,更支持在非ViewPager场景下使用(使用hide()、show()切换Fragment或使用setVisibility切换FrameLayout里的View等),http://www.jianshu…
Stars: ✭ 8,969 (+7699.13%)
Mutual labels:  viewpager, tablayout
Viewpagerindicator
A Simple View Pager Indicator with animations
Stars: ✭ 94 (-18.26%)
Mutual labels:  viewpager
Loopviewpagerlayout
☺无限轮播ViewPagerLayout 广告栏 banner 多种滑动的样式 使用API简单明了
Stars: ✭ 100 (-13.04%)
Mutual labels:  viewpager
Whatsappapi
A simple API to integrate chatbots written in Javascript with WhatsApp Web 💬📲 (Store hotfix https://github.com/Zibri/WhatsAppWebApi/blob/master/zstore.js)
Stars: ✭ 94 (-18.26%)
Mutual labels:  whatsapp
Go Whatsapp
WhatsApp Web API
Stars: ✭ 1,319 (+1046.96%)
Mutual labels:  whatsapp
Whatsappbot
Send messages to any person in any time how much you want.
Stars: ✭ 104 (-9.57%)
Mutual labels:  whatsapp
Tlimporter
Telegram Chat Importer: Import chats from WhatsApp or other services into Telegram
Stars: ✭ 100 (-13.04%)
Mutual labels:  whatsapp
Bannerlayout
Support unlimited picture rotation BannerLayout, the minimum implementation of the code banner
Stars: ✭ 92 (-20%)
Mutual labels:  viewpager

WhatsAppViewPager

Sample App for creating Swipeable tabs like WhatsApp in Android.

ScreenShot

Follow the instruction :

  1. First, create an application and add the design and app compact dependencies into your application.
  2. Then create the layout with TabLayout and ViewPager.
  3. Now you need to add the tabs into the TabLayout.
  4. For customizing the tab item you need to create the circle background for the unread count textview.
  5. Create necessary fragments for each tab of the viewpager.
  6. Finally, you need to setup the viewpager with the corresponding fragments.

In this Sample app explains how to create a swipeable tabs using ViewPager and TabLayout.

For more information, check out my detailed guide here : http://droidmentor.com/how-to-create-swipeable-tabs-like-whatsapp/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].