Saturday 26 August 2017

Button Click Activity in android app

Button Click Activity in android app





create the androd project, Please refer my previous article first android hello world app.

I have changed the theme as of below:




Lets add one button and add click event listener:




Now, add code in java file to handle button click event:



To add Action bar in the app:



To add backgraound image in app:

Copy required image in res/drawable folder:



Its done!!!!
















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 ...