简体   繁体   English

android listview onclick 按钮

[英]android listview onclick button

Edited, thnx 4 de answer but wht I meant is this-have populated listview with image,Id,and name of candidates from mysql database.已编辑,thnx 4 de answer 但我的意思是这个 - 已经填充了列表视图,其中包含来自 mysql 数据库的候选者的图像、ID 和名称。 Made a custom adapter with android vote button, which auto generate on every candidate in the listview.使用 android 投票按钮制作了一个自定义适配器,它会在列表视图中的每个候选人上自动生成。 So what I want is when a voter clicks on the vote button either Id, or name is sent 2 database and then increase number of votes by +1 in the vote field of the database. So what I want is when a voter clicks on the vote button either Id, or name is sent 2 database and then increase number of votes by +1 in the vote field of the database. Android voting app using php(android and php)Any1 pliz help.使用 php(android 和 php)Any1 PLIZ 帮助的 Android 投票应用程序。

非常简单您可以通过从数据库中获取当前计数然后在您的 Android 代码中增加相同的值,然后使用您刚刚增加的新值更新数据库来完成此操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM