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.

228 questions
44
votes
3 answers

Face filter implementation like MSQRD/SnapChat

I want to develop the live face filters as MSQRD/Snapchat live filters but did not able to find out how should I proceed should I use Augmented Reality framework and detect face OR use core image to detect the face and process accordingly. Please…
Manish Agrawal
  • 10,650
  • 5
  • 41
  • 74
41
votes
12 answers

Couldn't find meta-data for provider with authority

I have integrated Snapchat's Creative Kit in my Android app. After processing, I receive an image from the server in the form of Byte Array which I am saving to the disk and then sending the file to the Snapchat's Creative Kit as shown below. …
Mehul Kanzariya
  • 1,034
  • 2
  • 19
  • 42
21
votes
2 answers

Add 2D or 3D Face Filters like MSQRD/SnapChat Using Google Vision API for iOS

Here's some research I have done so far: - I have used Google Vision API to detect various face landmarks. Here's the reference: https://developers.google.com/vision/introduction Here's the link to Sample Code to get the facial landmarks. It uses…
Harjot Singh
  • 5,719
  • 1
  • 35
  • 32
17
votes
7 answers

Snapchat-like swipe navigation between views in Xcode 6 and Swift)

I've been trying to implement swipe navigation between View Controllers in my app using the Swipe Gesture Recognizer and embeded Navigation Controller, but it doesn't look even close to the Snapchat's nav. What would be the most efficient and…
maxster256
  • 196
  • 1
  • 1
  • 11
15
votes
1 answer

How can I generate an image that will be similar to Snapchat's Snapcode and will be used in the same way?

I'm building an app that uses a QR Code to connect users, similar to how Snapchat allows users to add each other on Snapchat. I was hoping to use a more aesthetically pleasing alternative to the QR Code, something similar to Snapchat's Snapcode. Any…
Rohan Mishra
  • 209
  • 1
  • 5
13
votes
4 answers

Swipe between filtered images

I am trying to allow users to swipe between filters on a static image. The idea is that the image stays in place while the filter scrolls above it. Snapchat recently released a version which implements this feature. This video shows exactly what I'm…
Rich86man
  • 6,377
  • 2
  • 24
  • 27
11
votes
2 answers

Image and video filters like snapchat in android

I am developing an application where I want the filters to be applied the way snapchat does, From what I can understand is that they are using PagerAdapter but I do not know how they are applying filters over the image or videos and it's not another…
PunK _l_ RuLz
  • 611
  • 5
  • 20
11
votes
3 answers

Swipe between filtered images for android

Essentially, I am re-asking this question but for implementing it on android. I am trying to allow users to swipe between filters on a static image. The idea is that the image stays in place while the filter scrolls above it. Snapchat recently…
RN_
  • 838
  • 2
  • 11
  • 29
11
votes
1 answer

Intent to open a chat with a specific user on snapchat app

I'm trying to find if there is any app schema, to open the Snapchat app (via Intent) with a specific userID that I want to chat with? BTW, to find the userID:
David
  • 34,355
  • 30
  • 113
  • 139
10
votes
3 answers

Spannable RecyclerView like Snapchat-Discover

Im trying to create a spannable recyclerView like the following image using the TwoWayView library: https://github.com/lucasr/twoway-view But I'm unable to get the desired view and there are empty cells being left out. final…
Zen
  • 2,524
  • 3
  • 19
  • 40
9
votes
0 answers

SnapSDK integration not working properly, Snapshot shows error: Something went wrong. Please try again later

I followed all the steps from documentation and integrated SnapSDK in my iOS app but when I click the share button in my app it directs me to the snapchat but ends up with an error saying "Something went wrong please try again later". private…
9
votes
2 answers

Pinch, Pan, and Rotate Text Simultaneously like Snapchat [SWIFT 3]

I'm trying to make a TextView that you can move around like snapchat does. I have made something similar to it, although when you try and scale while rotates, it tends to stretch horizontally infinitely and dragging can be a little buggy at times.…
Skiddswarmik
  • 182
  • 1
  • 11
9
votes
0 answers

Android snapchat/MSQRD like face stickers

I want to develop live face filters as MSQRD/Snapchat live filters but I didn't able to find out any library or source code for it, can someone please help me to find some path on this topic?
Pratik Dasa
  • 7,103
  • 4
  • 26
  • 43
8
votes
2 answers

Depth Pager Transformer just like SnapChat

I'm trying to implement ViewPager with DepthPageTransformer just like Snapchat application. In SnapChat application, there is a Camera screen which always comes in center of ViewPager and swiping from left or right brings other fragments on top of…
rahul shah
  • 1,786
  • 2
  • 8
  • 14
8
votes
3 answers

How does Snapchat detect XPosed Framework?

I tried to install Snapchat on my newly rooted and Xposed smartphone. But the login is impossible as Snapchat detects Xposed Framework. I "understand" the reason of this restriction, even though I think it's a bit too much as I don't use Xposed for…
Gp2mv3
  • 1,365
  • 19
  • 32
1
2 3
15 16