+1 for the webservices suggestion
+1 for anything that gets you deeper understanding of the operating system / protocols / processes / database stuff
-1 for anything android related or games dev.
-1 for w3schools (they look like it's '99 and they teach 2015 technologies)
Example:
Make an online chat program (like yahoo messenger).
You'll have to code:
- the server: keeps the list of the clients and connected clients and passes the messages around
- some client side code (you'll need javascript which i recommend or you can use a framework like groovy on grails - somebody in the thread recommended it)
Cheers
+1 for anything that gets you deeper understanding of the operating system / protocols / processes / database stuff
-1 for anything android related or games dev.
-1 for w3schools (they look like it's '99 and they teach 2015 technologies)
Example:
Make an online chat program (like yahoo messenger).
You'll have to code:
- the server: keeps the list of the clients and connected clients and passes the messages around
- some client side code (you'll need javascript which i recommend or you can use a framework like groovy on grails - somebody in the thread recommended it)
Cheers