+ 1

Is it possible to import a webpage to a Java app?

I am new to Java and want to develop apps, at work we have a website where we can see pur schedule, the VCS file is available to download straight from this page. Is it possible to either import the page and re-scale it to a mobile-friendly version, or to fetch the VCS and update it at the start of every month? I am not looking for a sourcecode for this, I simply want some guidelines to what's possible and works most efficiently.

8th Nov 2018, 2:51 PM
Robin Dahlstedt
Robin Dahlstedt - avatar
1 Odpowiedź
+ 4
In general terms - the answer is yes, it’s posiable... If you want to access the vcs file from network, look at the network java library... You will hav to have access rights to the file and the system where the file is... as to acomodations to mobile - that depends much on the contance of the file... If you can’t resize the original, you can always use the row data from the file, and write the app that shows the data, from scratch...
9th Nov 2018, 5:06 AM
Ronen Gil רונן גיל رونين جيل 🏳️‍🌈♾🇹🇩🇮🇱
Ronen Gil רונן גיל رونين جيل 🏳️‍🌈♾🇹🇩🇮🇱 - avatar