• 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
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
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: 4936
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: 7488
171
  • 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.
 
WARNING! Do not activate jet boots indoors or you will see a tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic