Hey guys whats up. I programmed with Java & C++ for about 5 years, but in my recent transition from PC to Mac, I decided to take up Cocoa programing. I need to create a program, that uses an online database(so that it can be accessed 24/7 without me having my own computer running) and pulls the info from the database and has it displayed via a window on my program.
Example:
This is some fake data that must be able to be accessed online 24/7:
-----------------------------
| Julia | 270 | Yellow |
-----------------------------
| Scott | 130 | Red |
-----------------------------
| Raphael | 349 | Green |
-----------------------------
This is the fake program displayed via a GUI, as soon as the program opens, the data should be updated via the online database:
====================
|| Candy Sales ||
====================
|| Name || # Sold || Score ||
====================
|| Raphael || 349 || Green ||
|| Scott || 130 || Red ||
|| Julia || 270 || Yellow ||
====================
Any help with ideas, tutorials, sample code, would be much appreciated.
Example:
This is some fake data that must be able to be accessed online 24/7:
-----------------------------
| Julia | 270 | Yellow |
-----------------------------
| Scott | 130 | Red |
-----------------------------
| Raphael | 349 | Green |
-----------------------------
This is the fake program displayed via a GUI, as soon as the program opens, the data should be updated via the online database:
====================
|| Candy Sales ||
====================
|| Name || # Sold || Score ||
====================
|| Raphael || 349 || Green ||
|| Scott || 130 || Red ||
|| Julia || 270 || Yellow ||
====================
Any help with ideas, tutorials, sample code, would be much appreciated.