i get sometime this error on my project. But why? Im really new in android programming can you help me? i dont know why i get this error.
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: FATAL EXCEPTION: main
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: Process: com.cgame.angebotliste, PID: 32649
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: java.lang.OutOfMemoryError: Failed to allocate a 36000012 byte allocation with 16777120 free bytes and 28MB until OOM
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at dalvik.system.VMRuntime.newNonMovableArray(Native Method)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at android.graphics.BitmapFactory.nativeDecodeAsset(Native Method)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:741)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at android.graphics.BitmapFactory.decodeResourceStream(BitmapFactory.java:562)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at android.graphics.drawable.Drawable.createFromResourceStream(Drawable.java:1014)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at android.content.res.Resources.loadDrawableForCookie(Resources.java:3702)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at android.content.res.Resources.loadDrawable(Resources.java:3575)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at android.content.res.Resources.getDrawable(Resources.java:1848)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at android.content.res.Resources.getDrawable(Resources.java:1814)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at com.squareup.picasso.RequestCreator.getPlaceholderDrawable(RequestCreator.java:676)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at com.squareup.picasso.RequestCreator.into(RequestCreator.java:664)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at com.cgame.angebotliste.BeichteShow_Adapter.loadImageFromUrl(BeichteShow_Adapter.java:199)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at com.cgame.angebotliste.BeichteShow_Adapter.onBindViewHolder(BeichteShow_Adapter.java:100)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at com.cgame.angebotliste.BeichteShow_Adapter.onBindViewHolder(BeichteShow_Adapter.java:42)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at android.support.v7.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:5217)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at android.support.v7.widget.RecyclerView$Adapter.bindViewHolder(RecyclerView.java:5250)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:4487)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:4363)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at android.support.v7.widget.LinearLayoutManager$LayoutState.next(LinearLayoutManager.java:1961)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at android.support.v7.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1370)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at android.support.v7.widget.LinearLayoutManager.fill(LinearLayoutManager.java:1333)
12-14 16:45:18.172 32649-32649/com.cgame.angebotliste E/AndroidRuntime: at