[android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread Maxence Warzecha
I you have still invitations... :) On 1 nov, 07:20, Auguste Lunang legraphi...@gmail.com wrote: Hi, i have some google wave. invits to share. tell me if u want .. thx -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Intent.ACTION_PICK and gif image

2009-05-02 Thread Maxence Warzecha
Hi, I'm able to browse image in phone with this code : String directory = /sdcard/*; Uri uri = Media.INTERNAL_CONTENT_URI.buildUpon().appendQueryParameter (bucketId, getBucketId(directory)).build(); Intent intent = new Intent(); intent.setData(uri); intent.setType(image/*);

[android-developers] jarsigner jar sign apk update

2009-03-17 Thread Maxence Warzecha
Hi all, This is what I did : - I signed my apk. - I published my apk. - I updated my application. - I sign my new apk file succesfully (**with an other keystore**). - I upload my new apk. - When poeple what to install updated version, they receive message look like apk file was not signed

[android-developers] Re: jarsigner jar sign apk update

2009-03-17 Thread Maxence Warzecha
and push a bogus update. On Tue, Mar 17, 2009 at 2:47 PM, Maxence Warzecha war...@gmail.com wrote: Hi all, This is what I did : - I signed my apk. - I published my apk. - I updated my application. - I sign my new apk file succesfully (**with an other keystore**). - I upload my

[android-developers] Re: Parsing Special Characters with SAX Parser

2009-02-12 Thread Maxence Warzecha
Same problem. Any idea? On 10 jan, 18:19, Mark Murphy mmur...@commonsware.com wrote: mobilek...@googlemail.com wrote: Hi, I'm having hard time parsing special characters such as '' with the default handler provided in org.xml.sax.helpers. Basically, the parser reads up to where it

[android-developers] Re: SHA1 Encryption

2008-12-27 Thread Maxence Warzecha
take a look at : http://www.java2s.com/Code/Java/Security/MessageDigestwithSHA1.htm On 22 déc, 13:22, flash bennyco...@gmail.com wrote: Hi, Is there anyway in android that you canSHA1encrypt a String? Thanks --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: TabActivity Theme Activity : unable to override ?

2008-12-15 Thread Maxence Warzecha
Someone can just tell me if I'm completely wrong ? On 14 déc, 13:14, Maxence Warzecha war...@gmail.com wrote: Anyone have idea if we can override Theme on an activity included in aTabActivity? Thanks On 12 déc, 21:28, Maxence Warzecha war...@gmail.com wrote: Actually I would like to do

[android-developers] Re: TabActivity Theme Activity : unable to override ?

2008-12-14 Thread Maxence Warzecha
Anyone have idea if we can override Theme on an activity included in a TabActivity ? Thanks On 12 déc, 21:28, Maxence Warzecha war...@gmail.com wrote: Actually I would like to do something like :http://devtcg.blogspot.com/2008/03/advanced-tab-activity-demo.html Anyone have an idea please

[android-developers] TabActivity Theme Activity : unable to override ?

2008-12-12 Thread Maxence Warzecha
Hi all, I'm disappointed about Theme for Activities. I explain to you : I have 2 activities : 1. MyTabActivity (TabActivity) 2. MyActivity (Activity) MyActivity is include in a tab in MyTabActivity I have 2 styles (one by activity that define drawable's background) : style name=TabStyle

[android-developers] Re: TabActivity Theme Activity : unable to override ?

2008-12-12 Thread Maxence Warzecha
I tried this but without effect :/ : activity android:name=.MyActivity android:theme=@style/ DefaultStyle category android:name=android.intent.category.TAB / /activity Any ideas ? On 12 déc, 11:30, Maxence Warzecha war...@gmail.com wrote: If I launch MyActivity separatly, It works fine

[android-developers] Re: TabActivity Theme Activity : unable to override ?

2008-12-12 Thread Maxence Warzecha
If I launch MyActivity separatly, It works fine. On 12 déc, 11:15, Maxence Warzecha war...@gmail.com wrote: Hi all, I'm disappointed about Theme for Activities. I explain to you : I have 2 activities : 1. MyTabActivity (TabActivity) 2. MyActivity (Activity) MyActivity is include

[android-developers] Re: TabActivity Theme Activity : unable to override ?

2008-12-12 Thread Maxence Warzecha
Actually I would like to do something like : http://devtcg.blogspot.com/2008/03/advanced-tab-activity-demo.html Anyone have an idea please? Thank you On 12 déc, 13:28, Maxence Warzecha war...@gmail.com wrote: I tried this but without effect :/ : activity android:name=.MyActivity

[android-developers] Include/insert existing layout in an other layout ?

2008-12-10 Thread Maxence Warzecha
Hi all, I have a myform.xml layout with a simple form. I have also a main.xml layout. I would like to know if we can include/insert existing layout (myform.xml) in an other layout (main.xml). I would like to do that in my main.xml directly without use java programmation but if it's not possible

[android-developers] Re: Include/insert existing layout in an other layout ?

2008-12-10 Thread Maxence Warzecha
Ho my good it's so simple! I didn't see... Thank you Romain Guy ;) On 10 déc, 17:56, Romain Guy [EMAIL PROTECTED] wrote: include layout=@layout/blah / :) On Wed, Dec 10, 2008 at 5:18 PM, Maxence Warzecha [EMAIL PROTECTED] wrote: Hi all, I have a myform.xml layout with a simple form