[android-developers] problem with sending data from app by volley to mysqli

2015-12-07 Thread AbdulMajeed Mohammad
any help please -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To post to this group, send email to andro

[android-developers] problem with sending data from app by volley to mysqli

2015-12-06 Thread AbdulMajeed Mohammad
Hi, I have problem with sending data from app to mysql by php file, I hope to get some help I don't know also if I did it in right way, contact.java public class Contact extends AppCompatActivity { EditText name,phone,email,subject; Button add; RequestQueue requestQueue; String

Re: [android-developers] ListView won't show up with Retrofit 2.0

2015-12-01 Thread AbdulMajeed Mohammad
so you aren't seeing anything. You need to get the data out > of response instead. > > On 1 December 2015 at 12:16, AbdulMajeed Mohammad > wrote: > >> Any reply please?? >> >> -- >> You received this message because you are subscribed to the Google Gr

[android-developers] ListView won't show up with Retrofit 2.0

2015-12-01 Thread AbdulMajeed Mohammad
Any reply please?? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To post to this group, send email to an

[android-developers] ListView won't show up with Retrofit 2.0

2015-11-30 Thread AbdulMajeed Mohammad
Hi, I have json file in my localhost and I want to load it in ListView with custom adapter by retrofit 2.0 , but nothing show up and I don't know if the problem from an adapter or the json file or retrofit call, here the classes MainActivity.java public class MainActivity extends AppCompatA