Saturday 26 August 2017

Passing data on button click

When we add data in editText aand click on button, we will show this data on plainText.

Code as shown below:


No comments:

Post a Comment

Extract error records while inserting into db table using JDBCIO apache beam in java

 I was inserting data into postgres db using apache beam pipeline. it works perfectly with JdbcIO write of apache beam library. But, now, i ...