M
M
Mr_maderator_YT2022-01-07 21:42:58
Java
Mr_maderator_YT, 2022-01-07 21:42:58

How to make a copy of the site in the application?

Hello everyone, I want to make an Android application with my own design and buttons. There is a database there...
Eh... To make it clear: let's take this site and I want to make an application for android with my own design, for example, a place of white on black. So here it is...

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Orkhan, 2022-01-07
@Mr_maderator_YT

Good evening.
Well, let's figure out for a start what is meant by a copy of the site.
If this is some static site where nothing changes, then it's probably easier to download the site and locally send the site files (with the already changed design) to WebVIew.
But you noted that the site has a database.
If the site allows you to work with its API (for example, the site is made on WordPress, then it has a WordPress API), then it is better to implement your design for android, and pull the data already with the REST API.
If the site does not have an API, then you can try to open the site in WebView, but also connect local styles and scripts that will replace the design.
You can still make an application, but here, parse the data using jsoup

A
AlexVWill, 2022-01-07
@AlexVWill

make an application in which you can rob cows... I've been waiting for such an application for two years...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question