Android_Me
Android_Me copied to clipboard
App that lets you style your own Android! This uses Fragments to create a flexible and responsive UI.
In the file named activity_android_me at the line number 37 you have used android:scaleType="centerInside" , I can't add inside mine?
This attribute provides no value to the FrameLayout widget and can be moved to the body_part_image_view ImageView if desired or simply removed entirely.
I encountered lag on scroll for the gridview. I would proposed the view holder pattern in the adapter for best practice. I am glad to get any feedback from the...
In lesson 2 Fragments, the checklist says "display the first image of in the list of head images" but the class should be body_part_fragment. I think this is a mistake....
When trying to run app on gennymotion emulator I got outOfMemoryError and app crashes. (all branches from TFragments.04-Solution-CreateMasterListFragment up)