Luke Posted August 1, 2020 Posted August 1, 2020 (edited) Hi Guys, i'm studing your FGX Library and i can say that you have done a great job! In the past i've checked Firemonkey but your library is better!!! However, your actual user control collection ,can solve all user requests, but i'm trying to understand if there is a way (now or in the future) to manage some Google's Material Design scrolling effects. For Example : 1. There is a way to manage Coordinator Layout / AppBarLayout / CollapsingToolBarLayout ? ( see URL https://guides.codepath.com/android/handling-scrolls-with-coordinatorlayout )2. There is a way to have a kind of Floating Label Edit Text with FGX ? ( see URL: https://abhiandroid.com/materialdesign/textinputlayout-floating-labels-edittext ) ? Best Regards. Edited August 1, 2020 by Luke 1 Quote
Administrators Yaroslav Brovin Posted August 1, 2020 Administrators Posted August 1, 2020 Hello Luke, 7 часов назад, Luke сказал: 1. There is a way to manage Coordinator Layout / AppBarLayout / CollapsingToolBarLayout ? I need to have a look. In General, you can use any Java classes in your app. The only thing is that not all classes have header files. But I add them on request. 7 часов назад, Luke сказал: 2. There is a way to have a kind of Floating Label Edit Text with FGX ? No at this moment. Material design library is in FGX native Java part. But all required resources are not delivered in the apk. In theory, you can use the native API in your app, but in practice, you need to know how to deliver the necessary resources to your app. This issue will be resolved later, after the iOS release. Thank you 2 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.