• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Aiuto - Android App & MySQL DB

  • Thread starter Thread starter KatAlive
  • Start date Start date
K

KatAlive

Guest
Ciao a tutti ragazzi,
Sono principalmente uno sviluppatore JAVA, non ho mai lavorato con android ed app per android; tuttavia, mi è stato richiesto di provare a creare una app che permettesse, scrivendo dei dati nei TextField, di inserirli successivamente in un database MySQL (Utilizzo DBForge su Java, mentre per questo esercizio ho sfruttato WampServer con PHPMyAdmin). Nonostante la creazione della app in se sia stata piuttosto facile, la parte complicata è quella di far comunicare il DB con Android, a quanto pare non è così immediato come con Java. Cercando su Youtube tra vari tutorial ne ho trovato uno che mi ha permesso di arrivare alla fine del mio lavoro; tuttavia quando clicco sul bottone "REGISTRA" del mio programmino compare l'alert che dice "Dati registrati con successo", ma nei miei database non è stato inserito niente, non capisco dove li abbia inseriti o dove siano finiti quei dati. Posso postare i miei codici di seguito per avere qualche aiuto?

Grazie in anticipo.
 
Translation:
[QUOTE = "KatAlive, post: 7940738"] Hi everyone,
I'm mainly a JAVA developer, I've never worked with android and android apps; however, I was asked to try to create an app that would allow, writing data in the TextFields, to insert them later in a MySQL database (I use DBForge on Java, while for this exercise I used WampServer with PHPMyAdmin). Although the creation of the app itself was rather easy, the complicated part is to make the DB communicate with Android, apparently it is not as immediate as with Java. Searching on Youtube among various tutorials I found one that allowed me to get to the end of my work; however when I click on the "REGISTER" button of my program the alert that says "Data successfully registered" appears, but nothing has been entered in my database, I don't understand where he entered them or where those data went. Can I post my codes below for some help?

Thanks in advance . [/ QUOTE]
 
Back
Top Bottom