Questions tagged [snapchat]

Snapchat is a mobile photo messaging application. Use this tag for programming-specific questions regarding the usage of Snapchat, Snapchat's APIs, or Snap Kit development tools. Questions regarding general usage of the app or platform are off-topic.

Snapchat is a mobile photo messaging application which allows users to take photos, record videos, add text and drawings, and send content to a controlled list of recipients, with read receipts to indicate whether recipients have viewed messages.

Snapchat offers a set of development kits under a collective umbrella called Snap Kit. These include:

Questions using the tag should relate to the usage of Snapchat in a developmental or programmatic context, either through usage of Snap Kit, an API, or some other programming-specific context.

Do not use this tag for non-programming specific or general usage questions about Snapchat or its features, as these are not on-topic on Stack Overflow.

245 questions
-2
votes
2 answers

How to merge multiple images like Snapchat?

I wanted to add emoticons, images in single image like we do in Snapchat and save the image with all the images added. I have done adding, rotating, pinch, zoom functionality, but how to save the image with all the images added with their position…
Akshaykumar Maldhure
  • 1,239
  • 1
  • 18
  • 32
-2
votes
1 answer

After capture a picture appear in full screen android

I want to make a camera app. For the beginning I created a sample app.I had looked in github a lot and I cant find a good solutution but I want a camera like snapchat's camera preview .Can anyone give me a solution how can I start? In my sample…
Olcay Sönmez
  • 602
  • 1
  • 7
  • 16
-4
votes
0 answers

Why does the web code for the Snapchat Bitmoji Kit lead to a "Something Went Wrong Error"?

I am trying to implement the Snapchat Bitmoji Kit into a webpage using the Javascript implementation. Here is the code I am following: https://github.com/Bitmoji/BitmojiForDevelopers/blob/main/docs/vanilla-sticker-picker/index.html I am able to get…
-4
votes
1 answer

How to use Snapchat in swift, Does an API exist?

I'm looking an iOS / Swift API to publish photo directly in user story. I can't find any information. Is it possible ? Somebody already do it ? Regards
Sébastien REMY
  • 2,399
  • 21
  • 39
-6
votes
1 answer

Is it likely that Snapchat & Whatsapp use AVFoundation on iOS?

And if yes, is it likely they use the class below to give them a JPEG image in order to make compression easier? class func jpegPhotoDataRepresentation(forJPEGSampleBuffer JPEGSampleBuffer: CMSampleBuffer, previewPhotoSampleBuffer:…
1 2 3
16
17