Hi,
Please can anyone told me how to do the auto increment text filed code with the database connected in android app.
also how to connect android application with database which is server?
Many Thanks in advance.
1 Answer
Hey Mate,
In that case when you click on Sumbit button write this code..
var val = tfadd.value; val = parseInt(val,''); val = val + 1; tfadd.value = val;so it will increase one count in your textfield..
I think that is what you are asking for....
try it and let me know the result...
Your Answer
Think you can help? Login to answer this question!