Get data from a ListView item and send to another activity (Android) -


i trying send object information activity intent. information in picture.

image

first activity

intent intent = new intent(getapplicationcontext(),anotheractivity.class); intent.putserializable("value", listitem); 

second activity

intent intent=this.getintent(); object list = intent.getserializable("value"); 

Comments

Popular posts from this blog

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

matlab - error with cyclic autocorrelation function -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -