Posts

Showing posts from March, 2018

#2 Place Order Button - Android Custom ListView with ImageView EditText ...

Image
This video is the second video,   In our first video, we learned about How to Create ListView and ListView Item Click Listener. First Part: https://youtu.be/lF3dA4Fe3YA In this Video, we are going to work on the Place Order Button. For Complete Source Code and Code to copy, please visit the blog Post. Blog Post: https://vlemonn.com/blog/android/android-custom-listview-with-imageview-edittext-and-button-part-2/ If you want to download complete project download button at the bottom of the article. Key Points 1. Convert ArrayList Object into JsonArray 2. Convert Java Object into JSON Object 3. Pass data between Activities 4. Put Extra 5. Bundle This video also answers following questions passing data between activities android tutorial how to send data from one activity to another in android with intent pass object between activities android android passing data between activities example how to pass values from one activity to another in android how to sen...