Hey guys,
I'm just starting out with Android development using Eclipse. The only programming language that I've used a lot before is VB.NET, so I'm just wondering, is it possible to create variables which you can then add to over the course of the session?
I'm particularly thinking of strings because I want to create an app that will be used so that users can go through a series of options to build up an SQL query, then send this query to a remote server and return the results.
Can it be done similar to VB.NET? Or is it completely different?
Any help at all would be very much appreciated.
Thanks in advance :)