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!.
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>
Changes exist in the releases tab.
Contribute by notifying issues and suggestions https://github.com/RajuSE/InstaPopSave-Android/issues
Raju Ugale
- Website (http://rajuse.github.io)
There are tons of features that can be implemented. This library is in an early stage of development. Let's work on it together!
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
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.