S
S
ST372016-10-21 23:47:48
Java
ST37, 2016-10-21 23:47:48

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, '');

Please tell me how to create an application using this API for android, so that the application opens the site, as on a mobile browser. (it is possible without authorization, just viewing the site)
Thank you

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Rou1997, 2016-10-22
@Rou1997

It’s impossible to suggest anything here, I don’t see the site, I don’t know what kind of video I want to get, I imagine it vaguely, APIs, by definition, are not designed to open like in a browser, they have a different mechanism, you are not looking there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question