Skip to content

๐Ÿ”– The Instagram's Pop & Save a post Effect developed in Android

License

Notifications You must be signed in to change notification settings

RajuSE/InstaPopSave-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

34 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ”– InstaPopSave-Android

Download

Built with โค๏ธŽ by Raju Ugale and contributors

The Instagram's effect of Pop & Save a post!
Screenshot shows how InstaPopSave was used for "Add to wishlist" interaction for CoutLoot app!.

๐Ÿ’ป Installation

Add this in your app's build.gradle file:

dependencies {
  implementation 'devx.insta.popsave:InstaPopSave-Android:1.2.0'
}

Or add PopSave as a new dependency inside your pom.xml

<dependency>
  <groupId>devx.insta.popsave</groupId>
  <artifactId>InstaPopSave-Android</artifactId>
  <version>1.2.0</version>
  <type>pom</type>
</dependency>

โœ”๏ธ Changelog

Changes exist in the releases tab.

๐Ÿฆ€Issues

Contribute by notifying issues and suggestions https://github.com/RajuSE/InstaPopSave-Android/issues

๐Ÿ‘จ Developed By

Raju Ugale

New upcoming features

There are tons of features that can be implemented. This library is in an early stage of development. Let's work on it together!

๐Ÿ‘ How to Contribute

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

๐Ÿ“ƒ License

Copyright 2019 Raju Ugale

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.