Re: [android-developers] Application Crash

2013-04-02 Thread Ankita Kashyap
You have probably not declared your class SMSReceiver in your manifest file. On Mon, Apr 1, 2013 at 11:35 PM, TWProgrammers ip.progra...@gmail.comwrote: I am trying to create an app that receives SMS messages and if it has a specific prefix it uses the information in it then deletes it. I have

[android-developers] Application Crash

2013-04-01 Thread TWProgrammers
I am trying to create an app that receives SMS messages and if it has a specific prefix it uses the information in it then deletes it. I have it where it shows no errors and seems like it would run but when ran it force closes. Here is my code: SMSReceiver.java: package com.TWP.Project.IES;

[android-developers] Application Crash on Internet Connection Loss

2012-10-19 Thread Krishna Mahadik
Hi Guys, I am facing problem in handling exception. My application is an internet based application. The scenario is such that my application work fine when internet connection is alive. As, internet connection is lost, my application crashes. How can i stop my application from crashing. At

Re: [android-developers] Application Crash on Internet Connection Loss

2012-10-19 Thread Asheesh Arya
// Check if Internet present isInternetPresent = cd.isConnectingToInternet(); if (!isInternetPresent) { // Internet Connection is not present alert.showAlertDialog(MainActivity.this, Internet Connection Error, Please connect to working

[android-developers] Application Crash using wsimport

2012-10-12 Thread rakesh ranjan
Hi Everyone I have done some coding in android , When i try to run it the application get stop. Please help me out of this. My Code is as follow. * package * com.example.testwebservices; * import * java.net.URL; //import javax.xml.namespace.QName; * import * android.os.Bundle; *

[android-developers] Application Crash Reporting made easy - needs testers

2010-05-17 Thread Kevin Gaudin
Hello, I would like to introduce you to a library called ACRA (Application Crash Reporting for Android). http://acra.googlecode.com The goal of this library is to provide android applications developers with a tool to let their applications send them crash reports the easiest possible way. One

[android-developers] Application Crash..:(

2010-01-20 Thread Iroid
Hello Everyone, This is another Android programming puzzle I am having hard time to solve. I am getting Out of Memory Exception though I see more then 2 MB available memory for the application. I do not what is going wrong.. Could anyone please help me? Here

[android-developers] Application crash when instantiating ViewGroup in GridView

2008-10-24 Thread [EMAIL PROTECTED]
If I return a View of type Layout from BaseAdapter::getView I'm immediately greeting with the error The application XXX has stopped unexpectedly ... However, if I return an ImageView or TextView the error is averted. Does anyone know if this is a limitation of GridView? public class