• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Showing android app on a website

oriz

Newbie
Hey I have an android app I have developed and I want it to be accessible to other platforms as well, as it is for now I don't really know how to code for ios and for web so I wondered if there is a service that let me show my app in a website, I noticed that there is a web-apps on android but it is not helpful because its taking a website and converting it into an app and I need exactly the other way around, can someone give me tip or options to make my app more accessible to other platforms quickly without having to code a whole new website?
 
It depends what your app does. Some apps can work well as a web application, which is the only truly cross platform way to implement an app.
 
It depends what your app does. Some apps can work well as a web application, which is the only truly cross platform way to implement an app.

Generally my app takes data from MySQL database using php and sort it into cardview using RecyclerView and also inserts data to the MySQL database.
Is there a way to implement it as a website?
 
Yes, you need to write some HTML web pages to replicate the UI which you've implemented for your app.
 
Yes, you need to write some HTML web pages to replicate the UI which you've implemented for your app.
Can you explain or send me an example on how to do it? its seems complex to load all the data and sort it the same on html and also when it is alot of data
 
Back
Top Bottom