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
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:
&
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
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
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
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;
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
7 matches
Mail list logo