Here I am posting one another Android example for multiple interface communication. While developing most of the application, we may need multiple interfaces. This could be achieve by creating two activities and calling one from another. Here in this example, I create TextView(label), EditText(textbox) and Button in main.xml interface. Another activity interface main_hello.xml (we can […]
