Android Question B4a Help how to make an Image Like button..

Reminisce

Active Member
Goodday Prgrammers, Please i am trying to code a like feature, whereby once u like the image it adds to an online txt file , you can only like the image once... i will reset the txtfile to 0 every new week!
i know to read and write to txt files..

Sub imglike_Click

txtlike.Text = txtlike.Text + 1
imglike.Bitmap = LoadBitmap(File.DirAssets,"like.png")
imglike.Enabled = False

end sub
i am kinda new to database app!

Thanks in anticpation..
 

Reminisce

Active Member
I already made the like button increase the value of the text file by reading and writing to the txt file.. All I need to know is how to write to the text file that resides on my ftp server.. Thanks erel for your time..☺☺This means a lot to me!!
 
Upvote 0
Top