Answer the question
In order to leave comments, you need to log in
How to create an Android mobile app for a website?
Good afternoon. How to create a mobile application on Android for a site on ucoz, the site is adaptive, I tried to do it through webview but the video on the site does not go to full screen, now I'm looking for another way to make the application. I made an API for the site via Uapi and got this GET code
<?php
include 'uAPImodule.php';
$oauth_token_secret = 'gzCwv0pq1aIxEGJCg6GLBbNgwOR12hZYEe75sRUw';$consumer_secret = '1Jbj1XpKfZE96rXixGxC9iyOHBnHY7';
$parametrs = array(
'oauth_consumer_key' => 'uzpremium', //обязательный параметр
'oauth_nonce' => $oauth_nonce, //обязательный параметр
'oauth_signature_method' => $sig_method, //обязательный параметр
'oauth_timestamp' => $timestamp, //обязательный параметр
'oauth_token' => 'AYdXrHqfQ8mw2j73IBBSlmSigJnWxaDjuVCAi940', //обязательный параметр
'oauth_version' => $oauth_version, //обязательный параметр
);
ksort($parametrs);
echo uAPIModule('', 'get', $parametrs, '');
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question