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.
My android studio loads to open the file for a very long time and still the project not opened yet !
when i open the project with my android studio 3.0.1, it says "Building"android-me-master" gradle project info" and it seems to take very long time over 30 minutes and the project...
Add missing TODO (6).
i tried to commit a change in a comment area. After commit when i tried to push it shows error failed . also when i want to pull how can...
There is no SetImageIndex call for bodyFragment and legFragment objects in solution TFragments.02-Solution-DisplayThreeFragments. BodyPartFragment bodyFragment = new BodyPartFragment(); bodyFragment.setImageIds(AndroidImageAssets.getBodies()); fragmentManager.beginTransaction() .add(R.id.body_container, bodyFragment) .commit();
Somkesharwani:TFragments.00-StartingCode
Hi when i run this app on my device ,On scrolling the MasterListview i got the out of memory exception. This is maybe because of http://stackoverflow.com/questions/22043232/out-of-memory-exception-with-custom-gridview /* You are attempting...
Make changes in layout. seems like the content is wrap content make it match parent .
You should load images with some image library eg. Glide. Activity cannot handle all the images resources while loading with setResources. It result in application crash with some memory issue.