/InstaPopSave-Android

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

Primary LanguageKotlinApache License 2.0Apache-2.0

πŸ”– 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.