snapchat Questions
3
Solved
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 infin...
19
Solved
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 t...
Mauk asked 14/6, 2019 at 12:43
2
I have been unable to find what the allowed characters are while creating a shapchat (https://www.snapchat.com/) username. Can anyone here share their knowledge regarding this?
Context: I am creat...
1
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
"Some...
1
I'm working on a image editing app and we want to share a short message with hashtag alongside the image. It works just fine for most apps, some apps that don't support adding a message (like Faceb...
2
Solved
Over the years on snapchat I have saved lots of photos that I would like to retrieve now, The problem is they do not make it easy to export, but luckily if you go online you can request all the dat...
Partook asked 6/4, 2020 at 11:22
0
I have only a simple question: Is it possible to use bitmoji in a flutter application? And if it's possible, how is it possible? Does anyone konw how it could work, because I don't find a solution ...
2
I'm trying to login to Snapchat from my app using their Login Kit.
This code (i changed the clientId):
onSnapChat() {
const state = `c25hcGNoYXR0ZXN0`;
const redirectUri = `https://us-central1-...
3
I'd like to implement the native Snapchat App into my iOS Application. I've already done that with Facebook and Twitter by using the URL Schemes. But I weren't able to find such thing for Snapchat....
Samanthasamanthia asked 11/4, 2016 at 8:13
3
Solved
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 ...
Perutz asked 28/10, 2016 at 7:54
1
Solved
I'm looking to recreate Snapchat's back-to-back video format in Flutter. Since video_player is lacking callbacks for when the video finishes (and is otherwise prone to callback hell), I was wonderi...
Hereon asked 28/4, 2019 at 5:26
2
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 ...
Shylashylock asked 21/11, 2017 at 12:55
2
Solved
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 f...
Galicia asked 13/8, 2015 at 6:42
1
Solved
We are getting ReferenceError: Can't find variable: onSnapchatPageShow on pages opened in the snapchat app. What is the issue, should we add a library to our page?
Labrum asked 25/8, 2017 at 23:59
1
Solved
I have a square video from Snap Spectacles (1088x1088) that I want to overlay on itself zoomed in and blurred.
Example input frame:
Generated zoomed in and blurred background:
Desired output...
2
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 f...
Matrona asked 12/6, 2017 at 6:24
4
Solved
Every time, when I try to playing a megabyte video using AVPlayer, it initially shows a white screen for a second and then starts the video.
Why is this happening if the video is already cached? ...
Orff asked 29/4, 2015 at 5:50
1
I am using FFmpeg to overlay image/emoji on video by this command -
"-i "+inputfilePath+" -filter_complex "+"[0][1]overlay=enable='between(t,"+startTime+","+endTime+")'[v1]"+" -map [v0] -map 0:a "...
Atchison asked 9/5, 2017 at 8:31
0
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?
4
Solved
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 implem...
Flagstad asked 27/4, 2014 at 4:44
7
Solved
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 Snapcha...
3
Solved
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...
Worcestershire asked 28/8, 2016 at 19:30
1
I am developing a website.I have added the many social login or sharing buttons, links like Facebook, tweeter, gplus, pintrest on my PHP, html based web site.
Now I have to add the social sharing b...
Doran asked 1/8, 2016 at 9:38
1
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:
Drain asked 15/7, 2015 at 16:31
3
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 i...
Labium asked 19/4, 2016 at 19:0
1 Next >
© 2022 - 2024 — McMap. All rights reserved.