two expanded views with imageView inside (Java)
March 18th, 2023
Need help with my App Development question – Im studying for my class.
Struggling to find relevant content or pressed for time? – Don’t worry, we have a team of professionals to help you on
two expanded views with imageView inside (Java)
Get a 15% Discount on this Paper
//No Kotlin, Java only
Create two expanded cardViews under each other using relative layout, if you expand one card, the other one should collapse. make it possible to show one card, both, or hide both. add observable fields to monitor the state of the card: opened, visible etc.. the whole card should be clickable to expand not only when you press the arrow.
//All views should be native Android, not extra libraries
//default transition animation
example attached below