Is it possible to render a dynamic layout on Android which received via API? -
i want add ui component in application dynamically received api. want fetch value of component on submit. e.g. if there 3 check box,2 edittext , 2 radio button, need fetch every component's value while click on submit.
android's ui widgets, edittext , radiogroup, java classes. welcome create instances of these using constructors. welcome configure them using setters. welcome add them parent containers calling addview() on container. , on.
Comments
Post a Comment