• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Button Error while transfer data from one Activity to another

 
Ranch Hand
Posts: 92
Android
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Question : Getting force close error when i press the sign in button .. here's the code



Class 1 : This class where i store data into strings when user enter !!






2.This file . After completing signing up . when user sign in i want to display all the data he/she enter



3.This is the last File where the data will be shown .. Got no problem in first 2 classes .. problem is in this class where i get the data from the class 2 using put extra method .








 
Rancher
Posts: 5119
38
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Getting force close error


Are there any error messages in the Logcat?   Copy and paste them here.
 
Bartender
Posts: 7645
178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If an app crashes, the first step is always to look at the logcat where the full stack trace of the exception is shown. And if you then ask about a crash here, post the stack trace along with the relevant code excerpt.
 
reply
    Bookmark Topic Watch Topic
  • New Topic