fire-app-builder
fire-app-builder copied to clipboard
Configure feed
can we write api call using volley library for firestick insted of feed configuration because i want show video according to user
I'm not sure what you mean by "show video according to user". Are you referring to the Volley HTTP library (https://github.com/google/volley)? Please note that we provide Fire App Builder as an open source project that you can modify, but we cannot know whether it will work with a specific library or software component of your choice. It is up to you, the developer, to try it out and see if your desired pieces build and work together. Thanks!
Hi , i have done get and post call through volley but i dont that what the effect like performance,quality ect on the firestick app if i load the list from volley insted of feed
Hi there, You can monitor performance of your app using standard Android profiling tools (including Memory Profiler, CPU Profiler, etc), as described here: https://developer.android.com/studio/profile/ Regrettably, questions about Volley are outside of scope of support that we provide here. Thanks!
Thank you I will check that things
On Thu 22 Nov, 2018, 5:15 PM Levon, [email protected] wrote:
Hi there, You can monitor performance of your app using standard Android profiling tools (including Memory Profiler, CPU Profiler, etc), as described here: https://developer.android.com/studio/profile/ Regrettably, questions about Volley is outside of scope of support that we provide here. Thanks!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/amzn/fire-app-builder/issues/30#issuecomment-441005210, or mute the thread https://github.com/notifications/unsubscribe-auth/AfpLLNlJlDDuNkmv2H_zihit_-hRYYWnks5uxo5TgaJpZM4Yfsf6 .
How I can configure feed if I have category and it's subcategory
Can you provide the feed you plan to use with Fire App Builder and the proposed structure you are looking for?
My api structure kind of image given bellow it also contain statuscode message and it may be chage but for now i consider the api structure will be like this. i want to show category insider header and sub category outside header like as given in containtbrower activity please check attached link https://ibb.co/LxWr8wn
Thanks, but is there any way you could simply type / post that sample structure here?
Api structure; data:[{ "category_id":1, "category_name":"beauty", "subcategory":[{ "subcategory_id":1, "name":"fasion", "tumbnail":"xyz.png" "video_url":"www.demotest.test.mp4" }]}]
Thanks for that! At the moment, subcategories are not supported, however the team is aware of this feature request, and is considering / reviewing it. Please keep an eye on the future updates to Fire App Builder.