1. I have added the CustomerAddEdit(Now renamed to CustomerEdit) to
the AndroidManifest.xml; Below is the code:
<activity android:name="CustomerListView" android:label="@string/
app_name">
                        <intent-filter>
                                <action 
android:name="android.intent.action.MAIN" />
                                <category 
android:name="android.intent.category.LAUNCHER" />
                        </intent-filter>
                </activity>
        <activity android:name="CustomerEdit"></activity>
2. The createCustomer() is a method inside the CustomerListView Class
but still I tried your suggestion with the same result. Btw I have
followed the Notepadv2 Tutorial with minor changes; So I cannot figure
out why the same line of code will start new activity in Notepadv2
project but not in My Application.


If you need a code snippet or the source please let me know as i
cannot proceed further without resolving this issue.


 Further help will be apprec
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to