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

matlab - error with cyclic autocorrelation function -

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

c# - What is a good .Net RefEdit control to use with ExcelDna? -