All Projects → myinnos → ImageSaveandShare

myinnos / ImageSaveandShare

Licence: Apache-2.0 license
Library to save image locally and shows options to open and share !

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to ImageSaveandShare

article
It’s Your Life. Share it. Celebrate it. Build it. AND HAVE FUN!
Stars: ✭ 33 (+22.22%)
Mutual labels:  share
FastBitmap
A fast C# Bitmap wrapping layer
Stars: ✭ 86 (+218.52%)
Mutual labels:  bitmap
lock-bitmap
A very small class to work with images faster in .net
Stars: ✭ 20 (-25.93%)
Mutual labels:  bitmap
tencent kit
flutter版QQ登录/分享
Stars: ✭ 201 (+644.44%)
Mutual labels:  share
Android-Resource-File-Provider
A simple library to easily provide and share files from app resources
Stars: ✭ 15 (-44.44%)
Mutual labels:  share
automatic-vendor-federation
Utility to enable automatic vendor sharing within bundles using Module Federation
Stars: ✭ 69 (+155.56%)
Mutual labels:  share
LocationShare
A simple Android application to share your location
Stars: ✭ 75 (+177.78%)
Mutual labels:  share
CwsShareCount
PHP class to get social share count for Delicious, Facebook, Google+, Linkedin, Pinterest, Reddit, StumbleUpon and Twitter.
Stars: ✭ 13 (-51.85%)
Mutual labels:  share
cocoa-close-pixelate
Cocoa port of https://github.com/desandro/close-pixelate
Stars: ✭ 47 (+74.07%)
Mutual labels:  bitmap
Gifflen-Android
Android上合成gif图片.
Stars: ✭ 54 (+100%)
Mutual labels:  bitmap
audio-share-discord-linux
Discord screenshare, now with audio!
Stars: ✭ 44 (+62.96%)
Mutual labels:  share
SocialSDK
iOS 实现sina(新浪)、wechat(微信)、qq(腾讯) 登录、分享功能,Share,ShareSDK,高仿友盟SocialSDK UI 实现,可自定义UI实现
Stars: ✭ 64 (+137.04%)
Mutual labels:  share
AvatarImageGenerator
Android library to generate image avatar from the first letter of a username. Letter avatar like Gmail Android best practice
Stars: ✭ 61 (+125.93%)
Mutual labels:  bitmap
uc-qq-share-to-wechat
触发手机UC、QQ浏览器的原生的微信分享功能
Stars: ✭ 70 (+159.26%)
Mutual labels:  share
YHThirdManager
一个快速、简单、易集成、扩展性好的社交化组件。摒弃友盟等三方库,使用原生SDK。支持微信支付、微信分享、微信登录、微信授权、QQ授权、QQ分享、QQ登录、新浪授权、新浪登录、新浪分享、微博评论、微博获取、支付宝支付。极大的减小了包体积;同时加入了自动管理提示框的功能
Stars: ✭ 41 (+51.85%)
Mutual labels:  share
AsciiMap
Creates ASCII Art from Bitmaps
Stars: ✭ 21 (-22.22%)
Mutual labels:  bitmap
BMPtoArray
Python script to convert a bitmap to an Arduino prog_mem array for outputting grayscale images to OLEDs.
Stars: ✭ 25 (-7.41%)
Mutual labels:  bitmap
dauntless-builder
Create and share Dauntless builds with your friends!
Stars: ✭ 50 (+85.19%)
Mutual labels:  share
snowb-bmf
Bitmap Font Generator Online
Stars: ✭ 103 (+281.48%)
Mutual labels:  bitmap
bitmap-sdf
Calculate SDF for image/bitmap/bw data
Stars: ✭ 25 (-7.41%)
Mutual labels:  bitmap

Image Save and Share

Library to save image locally and shows options to open and share !

ImageSaveandShare - Example1

Download Demo APK from HERE

Kindly use the following links to use this library:

In build.gradle (Project)

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

And then in the other gradle file(may be your app gradle or your own module library gradle, but never add in both of them to avoid conflict.)

dependencies {
    // AppCompat version
        implementation 'com.github.myinnos:ImageSaveandShare:1.0.3'
	or
    // AndroidX version
        implementation 'com.github.myinnos:ImageSaveandShare:1.0.4'
}

How to use

Implementing save and share function : #Example

SaveAndShare.save(this,
               image, // bitmap image
               null, // name for image
               null, // title for bottom popup 
               null // message for bottom popup
       );
Any Queries? or Feedback, please let me know by opening a new issue!

Contact

Prabhakar Thota

If you appreciate my work, consider buying me a cup of to keep me recharged 🤘 by PayPal

License

Copyright 2017 MyInnos

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].