All Projects → Lichenwei-Dev → StickerView

Lichenwei-Dev / StickerView

Licence: Apache-2.0 license
仿微博贴纸效果实现

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to StickerView

RoundImage
This library is used for converting Bitmap or Drawable images to Round or Circular Shape. Round image view for Android or Circular Image View for Android.Tags Android Round Circularimageview Circle Rounded Corner imageview library.
Stars: ✭ 42 (-58.82%)
Mutual labels:  imageview
av.imageview
Titanium native ImageView module that extends the default Titanium ImageView with more capabilities and a different caching system.
Stars: ✭ 97 (-4.9%)
Mutual labels:  imageview
Leon
Leon is swift library to show and slid images with more gesture
Stars: ✭ 16 (-84.31%)
Mutual labels:  imageview
Animation
Android各种动画效果合集,项目包含了丰富的动画实例(逐帧动画,补间动画,Lottie动画,GIF动画,SVGA动画),体验动画之美,让Android动起来😄😄😄
Stars: ✭ 268 (+162.75%)
Mutual labels:  sticker
CombineView
View that combines multiple images
Stars: ✭ 27 (-73.53%)
Mutual labels:  imageview
Image-Support
Add badge with counter to ImageView Android.
Stars: ✭ 128 (+25.49%)
Mutual labels:  imageview
SquareImageView
SquareImageView is a simple wrapper library for Android ImageView
Stars: ✭ 28 (-72.55%)
Mutual labels:  imageview
image-zoom-view
Imageview zoom library for android
Stars: ✭ 52 (-49.02%)
Mutual labels:  imageview
whatsapp-bot
A simple and easy-to-use WhatsApp bot project, written in TypeScript.
Stars: ✭ 103 (+0.98%)
Mutual labels:  sticker
emoticon
网络表情数据包储存库
Stars: ✭ 108 (+5.88%)
Mutual labels:  sticker
wa-sticker-formatter
Sticker Creator for WhatsApp
Stars: ✭ 60 (-41.18%)
Mutual labels:  sticker
ChineseBQB-client
🤣 开源表情包小程序
Stars: ✭ 81 (-20.59%)
Mutual labels:  sticker
NoiseView
Android library written in kotlin that add a noise effect to image.
Stars: ✭ 47 (-53.92%)
Mutual labels:  imageview
aspect-ratio-imageview
A simple imageview which scales the width or height aspect with the given ratio
Stars: ✭ 72 (-29.41%)
Mutual labels:  imageview
dont-buy-monero-sticker
Don't buy Monero sticker
Stars: ✭ 46 (-54.9%)
Mutual labels:  sticker
fn-whatsapp-bot
This script is made for public bots, so use a second account to scan the qr and main account to command.
Stars: ✭ 20 (-80.39%)
Mutual labels:  sticker
bot-whatsapp
Unmaintained - Multipurpose WhatsApp Bot 🤖 using open-wa/wa-automate-nodejs library! ✨
Stars: ✭ 78 (-23.53%)
Mutual labels:  sticker
ImageView
Qt自定义图片显示控件-支持加载本地图片和网络图片,并支持缓存
Stars: ✭ 14 (-86.27%)
Mutual labels:  imageview
whatsapp-bot
WhatsApp Chatbot with many kinds of features. This bot is created for the purpose of providing some information and for fun purposes only
Stars: ✭ 23 (-77.45%)
Mutual labels:  sticker
Parrot
A simple way to handle remote image in Kotlin.
Stars: ✭ 21 (-79.41%)
Mutual labels:  imageview

Android开发之仿微博贴纸效果实现——StickerView

效果图:

1、如何在项目中引入该贴纸库:

compile 'com.lcw.library:StickeView:1.0.1'

2、布局设置:

 <com.lcw.library.stickerview.StickerLayout
        android:id="@+id/sl_sticker_layout"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

3、添加贴纸:

                Sticker sticker = new Sticker(mContext,mBitmap);
                mStickerLayout.addSticker(sticker);

就这么简单,持续更新,欢迎各种优化建议~

具体实现可以参考文章:

Android开发之仿微博贴纸效果实现——基础篇

Android开发之仿微博贴纸效果实现——进阶

欢迎Star,欢迎Fork

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