posted 9 years ago
so i'm making a recipe application and i was trying to create a favourite button where the user will click on a grey star and it will turn yellow(i have pictures), the selected favourites will then display in a list once you click on the favourites link on the home screen
Here is the class the recipes are stored in
the layout recipe.xml
and i programmed the toggle button in a separate class as i ran into errors with the other class as it uses SQLite Database
the toggle button appears once i click on a recipe but it's blank the picture of the star does not appear
does anyone know how to fix this problem, should i programme the toggle button in the recipe class and if so does anyone know how to do so
thanks in advance