W
Windows Central Question
I have an interesting issue. My app has a favorite Icon. Its actually two icons of a star that is either filled in yellow, or empty. The icon alternates accordingly when you press it with your finger.
The issue I am running into is that there are times, usually after the app has been running for a while, the Star Icon becomes unresponsive. The coding in the background actually triggers, but the image does not display. I figure it is a time-out issue that affects the display, but I don't know how to resolve it.
This is a Windows phone 8.1 app run in C#, XAML and uses SQLite for data storage. I did not personally develop the app as I am a complete novice to Windows Phone programming. I do have some experience with C# and visual basic however. I am just trying to resolve the little bugs I see. Any help would be greatly appreciated.
The issue I am running into is that there are times, usually after the app has been running for a while, the Star Icon becomes unresponsive. The coding in the background actually triggers, but the image does not display. I figure it is a time-out issue that affects the display, but I don't know how to resolve it.
This is a Windows phone 8.1 app run in C#, XAML and uses SQLite for data storage. I did not personally develop the app as I am a complete novice to Windows Phone programming. I do have some experience with C# and visual basic however. I am just trying to resolve the little bugs I see. Any help would be greatly appreciated.