Hello,
Thanks for your response. My app is an app for an insurance company. It consists of several activities. Data is coming from server in the form of a json request. There are several listviews holding listviewitems which consist of text and an icon. Most images are loaded using Picasso library. I did not make scaled versions of images for each drawable, instead i made big version of image (for example icons images for listview items are 500 x 500 px). I have 2 situations in which my app crashes: 1. Activity uk.co.xxxx.xxxx has leaked IntentReceiver com.immersion.android.haptics.HapticFeedbackManager$HapticFeedbackBroadcastReceiver@41e4bac0 that was originally registered here. Are you missing a call to unregisterReceiver()? 2. Out of Memory issues, i think due to my images but not sure⦠most of my big images are loaded through Picasso library I am developing in Android Studio. For issue 1 I googled a lot and at the end I found it is a bug in Android 4.2.2 on Samsung devices but I need to solve it however because otherwise people using Samsung Galaxy Tab2 can not use the app. Meanwhile my app uses broadcastreceiver to check if internet connection is ok so i thought maybe it cloud be that but i do not think so. I tried to track down issue 2 by investigating the heap-stack but could not figure it out. I analyzed my heap dump with MAT. If you can help me please discuss further details ok? Regards, Marcel From: [email protected] [mailto:[email protected]] On Behalf Of sardar khan Sent: dinsdag 9 februari 2016 19:07 To: [email protected] Subject: Re: [android-developers] Help wanted for Android app development yes i can do it for you kindly inform me about your issue..?? On Tue, Feb 9, 2016 at 6:31 PM, Marcel Molenaar <[email protected] <mailto:[email protected]> > wrote: Hi, I am working on the development of an Android-app. I ran into some strange errors. I really need an expert to help me to solve this. Does anyone know someone who can assist me. i would like to send the whole project and an experienced developer to solve my issues. Regards, Marcel -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]> . To post to this group, send email to [email protected] <mailto:[email protected]> . Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com <https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com?utm_medium=email&utm_source=footer> . For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to a topic in the Google Groups "Android Developers" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/android-developers/t2ubR8P_ZS4/unsubscribe. To unsubscribe from this group and all its topics, send an email to [email protected] <mailto:[email protected]> . To post to this group, send email to [email protected] <mailto:[email protected]> . Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/CABHzXARHCnYviF87nB8vK3k5omtpvyerL-kojPaR1sCxQz%2BjNA%40mail.gmail.com <https://groups.google.com/d/msgid/android-developers/CABHzXARHCnYviF87nB8vK3k5omtpvyerL-kojPaR1sCxQz%2BjNA%40mail.gmail.com?utm_medium=email&utm_source=footer> . For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/000001d1637b%2459e56c70%240db04550%24%40mediaquest.nl. For more options, visit https://groups.google.com/d/optout.

