[android-developers] Re: READ_CALENDAR and WRITE_CALENDAR

2009-06-18 Thread Karima
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

[android-developers] Re: READ_CALENDAR and WRITE_CALENDAR

2009-06-18 Thread Karima
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

[android-developers] Re: READ_CALENDAR and WRITE_CALENDAR

2009-06-18 Thread Karima
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

[android-developers] READ_CALENDAR and WRITE_CALENDAR

2009-06-17 Thread Karima
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

[android-developers] Re: How to get current time?

2009-06-17 Thread Karima
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

[android-developers] Cupcake's bug ? Caused by: android.content.res.Resources

2009-04-30 Thread Karima
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

[android-developers] Do you have an example of layout like contact's form (add) ? (version 1.5)

2009-04-24 Thread Karima
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

[android-developers] Re: SDK 1.5 Build Error

2009-04-24 Thread Karima
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

[android-developers] Can I close automatically the browser when I use it to start another activity ?

2009-04-21 Thread Karima
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

[android-developers] Re: Problem installation Android Development Tools

2009-04-20 Thread Karima
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