I am developing an application Android to have the option to reduce the size of a fragment is possible?
Example:
Min width = 200
Max width= 500
View:
Fragment 1 – CLIENT LIST |<->| Fragment – CLIENT DETAILS
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
since a fragment (usually) creates a view , you can simply change the view’s size.
however, it might be a little slow , depending on the complexity of the views around , and the API you are targeting (since new APIs use the gpu too for the layout phase) .