Questions tagged [tiktoktemplate]
9 questions
28
votes
1 answer
Does anyone know the function of this Android class? "com.google.apps.tiktok.tracing.db"?
I was using Android Studio Logcat to debug my own app and came across some logs involving "com.google.apps.tiktok.tracing.db" class. Is this related to tiktok? I never installed the app on my phone.

Pragya Kulshresth
- 313
- 4
- 8
2
votes
1 answer
Pause video when out of screen view in RecyclerListView in react native
I am implementing video playing app(like Instagram Reels or tik tok) using RecyclerListView in React-Native. In the development of app, I am facing the problem that all the videos in the list play simultaneously. I want to pause all other videos…

Hari
- 21
- 3
1
vote
0 answers
Slide images from FlatList like Tiktok slide - React Native
I have one screen where I listed all images, when I click on one image its navigate to other screen where I want to implement TikTok slider and list all images from previous screen.
Code from first screen:
const renderItem = ({ item }: { item:…

Manko
- 51
- 1
- 8
1
vote
1 answer
How to get TikTok nowatermark video url, if I have video id?
I have a function for getting no watermarked video url from TikTok, but it don't work anymore.
How to get TikTok nowatermark video url, if I have video id?
def get_tiktok_video_nowatermark(url):
headers = {
"method": "GET",
…

trauer
- 11
- 1
- 2
1
vote
1 answer
how to get video id from tiktok video url
i am using two function for get the url or video play
1. for extract the tiktok for video with watermark
public function getDetails()
{
$url = $this->url;
$resp = $this->getContent($url);
$check = explode("\"contentUrl\":\"", $resp);
…

krishna technosoft
- 11
- 1
- 2
- 5
0
votes
1 answer
SwiftUI: How to display one image at a time?
I have an array of images which I loop through, and display in a scrollView.
This is want I want to achieve:
I would like there to only be one visible image at a time. Like TikTok and instagram.
I would like the image to take up as much of the…

Nick
- 219
- 4
- 15
0
votes
2 answers
Unable to generate the Tiktok access token for web
Here is my Request Post URL:
https://open-api.tiktok.com/oauth/access_token/?client_key=fgjvjhg&client_secret=ghhjgjhgjkhjk&code=Web&grant_type=authorization_code
Here is the response which I got:
{
"data": {
"captcha": "",
"desc_url":…

user14419286
- 1
- 1
- 2
0
votes
1 answer
stop start video recording bar similar to TikTok in react native
hy, i want to implement that play and pause video recording bar at the top in a camera component similar to that in tiktok in react native , I can't find any dependency and don't know how to do it ,please help

Suraj Lalla
- 29
- 1
0
votes
1 answer
Is there a way we can jump just the edittext not the complete layout when keyboard opens?
I am trying with bottom sheet dialog fragment, but whenever the keyboard opens the layout also jumps in fragment like recyclerview, already tried with adjustPan and adjustNothing but no success.
Can anyone please help me out ( Need something similar…

Android Guy
- 573
- 1
- 8
- 18