Quick Android Studio Leanback edit/addition
Budget: $10 – $15 USD
I am looking for an experienced Android Studio developer to make both edits and additions to my Leanback project. Specifically, I need help with editing the backend logic of the project. The desired timeline for completion is within 1-2 days. Ideal skills for this project include:
- Strong experience with Android Studio and Leanback
- Expertise in editing and adding new features
- Ability to work quickly and efficiently to meet tight deadlines
I am just needing it to use the default android TV leanback framework and just allowing me to add different lengths to each of my rows.
Example:
Colum 1 on the side menu would be all movies that start with "A".
The Rows for those A movies would be different depending on how many of those movies I have that start with "A".
Right now the code just accepts a static list of movies and it hard codes the row/columns ahead of time so they all are the same length which is not what I am needing. It needs to calculate how many "A" movies I have and add all of those to one row. Then it needs to look at all "B" movies and do the same thing. etc etc.
I have included my java code and an image of visually looking for it to do.
- Strong experience with Android Studio and Leanback
- Expertise in editing and adding new features
- Ability to work quickly and efficiently to meet tight deadlines
I am just needing it to use the default android TV leanback framework and just allowing me to add different lengths to each of my rows.
Example:
Colum 1 on the side menu would be all movies that start with "A".
The Rows for those A movies would be different depending on how many of those movies I have that start with "A".
Right now the code just accepts a static list of movies and it hard codes the row/columns ahead of time so they all are the same length which is not what I am needing. It needs to calculate how many "A" movies I have and add all of those to one row. Then it needs to look at all "B" movies and do the same thing. etc etc.
I have included my java code and an image of visually looking for it to do.