No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.
Course Queries 4 Answers
Course Queries 5 Answers
Course Queries 1 Answers
Course Queries 3 Answers
Course Queries 4 Answers
manpreet
Best Answer
2 years ago
I have a detail fragment where i have a few items, mostly TextView. I also have a CursorLoader, that onLoadFinished is supposed to set all those values in the layout.
For example in this snippet, it prints out that text is being set to the value that I received from ContentProvider
I see the result in the log but this result is never getting to the actual TextView.
I know for a fact that its not a problem of visibility or text font. I have the TextView hightlighted in pink and made sure that the mock text displays on the screen. I have a feeling that I may be creating duplicate fragments that lay one on top of another (not sure if its possible). I can perfectly instantiate all the TextViews and extract all the values but cannot put them together on the screen. Please help. In addition if my theory of duplicate fragments is correct please explain how you tracked it down. Thank you.
My Layout file (just in case)