All Projects → JetradarMobile → Android Multibackstack

JetradarMobile / Android Multibackstack

Licence: apache-2.0
Persistent bottom navigation like in instagram

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android Multibackstack

Pixel
📷 A composable image editor using Core Image and Metal.
Stars: ✭ 2,495 (+1018.83%)
Mutual labels:  instagram
Bookshelf
📖 书柜 BookShelf Android App
Stars: ✭ 205 (-8.07%)
Mutual labels:  fragment
Ighack
Hack Instagram From Termux With Help of Tor
Stars: ✭ 206 (-7.62%)
Mutual labels:  instagram
Hovertouchview
Stimulate Apple's Force Touch or 3D Touch on Android App with Hover Gesture
Stars: ✭ 192 (-13.9%)
Mutual labels:  instagram
Fragmentrigger
💥A powerful library powered by AOP to manage Fragments.(一个基于AOP设计的Fragment管理框架)
Stars: ✭ 2,260 (+913.45%)
Mutual labels:  fragment
React Native Fullstack Graphql
🚀 Starter projects for mobile applications based on React Native & GraphQL.
Stars: ✭ 208 (-6.73%)
Mutual labels:  instagram
Node Instagram
Instagram api client for node that support promises.
Stars: ✭ 185 (-17.04%)
Mutual labels:  instagram
Insta Downloader
Video & Photo Downloader or Repost for Instagram.
Stars: ✭ 217 (-2.69%)
Mutual labels:  instagram
Instascrape
Powerful and flexible Instagram scraping library for Python, providing easy-to-use and expressive tools for accessing data programmatically
Stars: ✭ 202 (-9.42%)
Mutual labels:  instagram
Ripme
Downloads albums in bulk
Stars: ✭ 2,748 (+1132.29%)
Mutual labels:  instagram
Insights For Instagram
A simple iOS Instagram's media insights App written in Swift
Stars: ✭ 193 (-13.45%)
Mutual labels:  instagram
Bundler
🎁 Android Intent & Bundle extensions that insert and retrieve values elegantly.
Stars: ✭ 195 (-12.56%)
Mutual labels:  fragment
React Instagram Embed
React embedding Instagram posts component
Stars: ✭ 209 (-6.28%)
Mutual labels:  instagram
Faimagecropper
Image Cropper like Instagram
Stars: ✭ 188 (-15.7%)
Mutual labels:  instagram
Hackers Tool Kit
Its a framework filled with alot of options and hacking tools you use directly in the script from brute forcing to payload making im still adding more stuff i now have another tool out called htkl-lite its hackers-tool-kit just not as big and messy to see updates check on my instagram @tuf_unkn0wn or if there are any problems message me on instagram
Stars: ✭ 211 (-5.38%)
Mutual labels:  instagram
Instagramclone
A detailed clone of the Instagram app built with the Firebase database
Stars: ✭ 186 (-16.59%)
Mutual labels:  instagram
Media Scraper
Scrapes all photos and videos in a web page / Instagram / Twitter / Tumblr / Reddit / pixiv / TikTok
Stars: ✭ 206 (-7.62%)
Mutual labels:  instagram
Fusuma
Instagram-like photo browser and a camera feature with a few line of code in Swift.
Stars: ✭ 2,434 (+991.48%)
Mutual labels:  instagram
Neteasecloudmusic
仿网易云音乐安卓客户端V6.0
Stars: ✭ 213 (-4.48%)
Mutual labels:  fragment
Instagram Api Python
Unofficial instagram API, give you access to ALL instagram features (like, follow, upload photo and video and etc)! Write on python.
Stars: ✭ 2,357 (+956.95%)
Mutual labels:  instagram

Android-MultiBackStack

Android Arsenal JitPack API TravisCI AndroidDev Digest

Implementation of the multiple back stacks. Using this library allows implementation of persistent bottom navigation like in instagram.

image

This library we use in our app Hotellook.

Compatibility

This library is compatible from API 9 (Android 2.3).

Download

Add it in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}

Add the dependency

dependencies {
    compile 'com.github.jetradarmobile:multibackstack:1.2.1'
}

Usage

See sample project for understanding how it works.

License

Copyright 2016 JetRadar

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].