• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Creating A Favourite Button

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Sheriff
Posts: 7126
185
Eclipse IDE Postgres Database VI Editor Chrome Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I moved this post to Mobile -> Android
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic