Super small Mobile App Development -- 2
Budget: $10 – $30 USD
I need very small project. We have a list of cars.
Model looks like this
name: 'Mercedes',
engineSize: 3098,
price: '5000$',
year: 2009,
topSpeed: 260
I need one activity to display list of only names of these cars and when I click on an item, I should be redirected to second activity where I'll see all the details that's provided in the object.
We MUST do this with RecyclerView
Model looks like this
name: 'Mercedes',
engineSize: 3098,
price: '5000$',
year: 2009,
topSpeed: 260
I need one activity to display list of only names of these cars and when I click on an item, I should be redirected to second activity where I'll see all the details that's provided in the object.
We MUST do this with RecyclerView