I have created an Activity , but when i run it , the log says , X frames skipped, may be main activity doing too much work.
So using fragments for different parts, a good idea or not?
I have created an Activity , but when i run it , the log says , X frames skipped, may be main activity doing too much work.
So using fragments for different parts, a good idea or not?
Fragments are really useful. If you think about it, they are really two activities working together as one cohesive "unit".
Advantages:
Disadvantages:
Now your question is too broad to give a meaningful answer, but if you are interested check these links out: