This problem freak me out
I have an application and now i want to transer data between client android application and localhost tomcat 7 server, i did that many times ago, now when i want to send data from client to server it works well and i can see the data on the server, but something happend and the android application is trying to trigger an activity from another project i deleted that project then still try to trigger activty form another project
my actiivty name is “Signup”, and the android client trying to trigger activiteis with the same name from another projects.
as in log :
means you are trying to parse wrong string to Integer . wrap casting code inside try/catch block to avoid
NumberFormatExceptionas :