Is There another solution ?
Thanks
--~--~-~--~~~---~--~~
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 from this group, s
Found : http://caustiq.esoteriq.org/nb/
Uri uri = Uri.parse("content://calendar/events");
ContentResolver cr = context.getContentResolver();
ContentValues values = new ContentValues();
values.put("eventTimezone", "EST");
values.put("calendar_id", 1); // query content://calendar/calendars
for mor
Nobody ? Really ! ;)
--~--~-~--~~~---~--~~
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 from this group, send email to
an
Hi
I think it is possible to read and write a event in the google agenda
with
android.permission.READ_CALENDAR and WRITE_CALENDAR.
But I can't find a example.
Have you a simple example ?
Thanks.
Karima
--~--~-~--~~~---~--~~
You received this message becaus
may be with :
import android.text.format.Time;
Time time = new Time();
time.setToNow();
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-develope
Hi,
My application works fine but in adb logcat, I see a bug in your lib.
Is it my fault ?
Thanks, bye.
I/ActivityManager( 568): Start proc com.orange.bagua for activity
com.example/.ExampleActivity: pid=884 uid=10019 gids={}
W/WindowManager( 568): Exception when adding starting window
W/Wind
Hi,
I seen the apiDemos but i didn't find the same form like the contact's
form (add).
I don't know, if it's a ExpandableListView or a activityList or ...
Do you have an example in xml or/and java ?
Thanks!
Karima
--~--~-~--~~~---~--~~
You r
I met this today.
I solved it :
In your project's folder the file .classpath is wrong. The good file
is :
On 15 avr, 19:05, Chris McCurdy wrote:
> I'm attempting to test one of my applications in the SDK1.5
> environment, but when it tries to build, I get t
Hi,
I want start a video stream and I have a link with http:.
With a redirection or other the android's browser can find the link
rtsp:.
My problem is when I stop the video, the browser is again there and
empty.
In the LOG:
I/ActivityManager( 54): Starting activity: Intent
{ action=android.in
Same problem on Vista 64bit.
Monday, I install and test the SDK. It was OK.
After, I uninstalled eclipse and so android.(for an reason without
relation with android)
Today, with an eclipse clean, I'm trying to re-install ADT and I have
also the problem :
An error occurred during provisioning.
Fai
10 matches
Mail list logo