udacity / Android_Me

App that lets you style your own Android! This uses Fragments to create a flexible and responsive UI.
261 stars 1.01k forks source link

Application crash after scrolling. #35

Open iamnaran opened 6 years ago

iamnaran commented 6 years ago

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.