[android-developers] Re: Using transaction with ContentProvider

2009-06-11 Thread Rakoun
Ok thanks. Do you aim to publish a new version of "The Busy Coder's Guide to Android Development" for SDK 1.5 or later? Regards Rakoun /°\ On 11 juin, 08:06, Mark Murphy wrote: > Rakoun wrote: > > Thanks Mark but what about the sentence "Inserts a row into a table

[android-developers] Re: Using transaction with ContentProvider

2009-06-10 Thread Rakoun
Thanks Mark but what about the sentence "Inserts a row into a table at the given URL. If the content provider supports transactions the insertion will be atomic." in the ContentResolver insert method documentation? Rakoun /°\ On 10 juin, 17:52, Mark Murphy wrote: > Rakoun wrote: &

[android-developers] Using transaction with ContentProvider

2009-06-10 Thread Rakoun
message . Is anybody can help me? Rakoun /°\ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Re: I get "Unable to resolve static field" error

2009-05-11 Thread Rakoun
I don't try to communicate between Project1 and Project2 or to send data from Project2 to Project1. I just want to use a class from Project1 in Project2. Before I update to 1.5 it worked. Rakoun /°\ On 11 mai, 03:08, Raphael wrote: > Different applications run in distinct VMs. You ca

[android-developers] Re: I get "Unable to resolve static field" error

2009-05-10 Thread Rakoun
ort com.project1.A; public class Project2 extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); Uri uri = A.myuri; } } Re

[android-developers] Re: I get "Unable to resolve static field" error

2009-05-10 Thread Rakoun
com.project1.A; public class TestDuplicatedField extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); Uri uri = A.myuri;

[android-developers] I get "Unable to resolve static field" error

2009-05-08 Thread Rakoun
Can anybody help me? Here is the error I get: - 05-09 02:02:43.733: WARN/dalvikvm(1318): VFY: unable to resolve static field 50 (CONTENT