Hi,
Never before developed anything on Android, but I'd love to make an app for myself that displays a datetime type result from MSSQL database.
The idea of program is simple: I have at home in LAN a couple of computers running selfmade programs that takes so long to process thru data that I need to use two computers overnight every night. For some reasons the process might be interrupted at any point. I get results to database every couple of minutes, so just by looking at the database I know if everything is ok. Doesn't have to be anything else than "last update in database was at 08:25". And this I'd like to display in my Honor 8 phone, which is in the same LAN with the computers and database.
Now since I have never developed a single line of code against mobile phone, let alone this one, the question is: How massive programming work this is? I obviously need to make some app on phone that connects to database, gets the result and displays it, but besides that, how much stuff I need?
Never before developed anything on Android, but I'd love to make an app for myself that displays a datetime type result from MSSQL database.
The idea of program is simple: I have at home in LAN a couple of computers running selfmade programs that takes so long to process thru data that I need to use two computers overnight every night. For some reasons the process might be interrupted at any point. I get results to database every couple of minutes, so just by looking at the database I know if everything is ok. Doesn't have to be anything else than "last update in database was at 08:25". And this I'd like to display in my Honor 8 phone, which is in the same LAN with the computers and database.
Now since I have never developed a single line of code against mobile phone, let alone this one, the question is: How massive programming work this is? I obviously need to make some app on phone that connects to database, gets the result and displays it, but besides that, how much stuff I need?