[android-developers] Problem with Publishing app in android Market

2010-12-16 Thread Lamia Hannoun
Hello! I want to publish my first android app in Android market, I payed the 25 USD to get liscence to get an account to add my app and still I didn't hear from them and I didn't get any response from android market it's been 14days !!! What should I do? Thanks in advance -- You received this

[android-developers] Establish connection HTTPS with web service using soap

2010-07-30 Thread Lamia Hannoun
Hi! I want to connect to my web service (.net) via HTTPS, it works perfectly with http but i can 't make it work over https, the cause is that it verifies the certificate i wan't to simulate the fact that it's validated ok i found a topic about it and i tried to use the code but it doesn't work

[android-developers] Re: Establish connection HTTPS with web service using soap

2010-07-30 Thread Lamia Hannoun
* I forgot to mention the code that i use to ignore the certificate. Do u have any ideas to help me out. final* *static* HostnameVerifier *DO_NOT_VERIFY* = *new* HostnameVerifier() { *public* *boolean* verify(String hostname, SSLSession session) { *return* *true*; } }; /** * Trust every

Re: [android-developers] Re: Deploy App on Google Android G1 Phone

2010-07-05 Thread Lamia Hannoun
are trying to solve: providing your own webserver in your small home/office net (LAN), and making it publicly accessible. On Jul 3, 8:27 am, Lamia Hannoun lamia.hann...@gmail.com wrote: Hi ! Actually i've already tried to use the real IP of my machine but it didn't work, and yes my my LAN

Re: [android-developers] Re: Deploy App on Google Android G1 Phone

2010-07-03 Thread Lamia Hannoun
Hi ! Actually i've already tried to use the real IP of my machine but it didn't work, and yes my my LAN is behind NAT. Do u have any idea? Thx 2010/7/2 HeHe cnm...@gmail.com is your LAN is behind nat? On Jul 2, 7:22 am, Lamia Hannoun lamia.hann...@gmail.com wrote: Hi ! I actually want

[android-developers] Deploy App on Google Android G1 Phone

2010-07-02 Thread Lamia Hannoun
Hi ! I actually want to deploy my app on a real phone after deploying it on a an emulator.the problem is that i access to a web service (.net) hosted on my machine , i used the address 10.0.2.2 to test it on emulator and everythg went well, when i install my app on my htc i couldn't access to my

Re: [android-developers] Re: Close alertdialog.builder from an external button

2010-06-07 Thread Lamia Hannoun
to the dialog when you first create it on your own. Save the result of the create method the first time you call it to a field and then call dismiss on that later. On May 27, 9:53 am, Lamia Hannoun lamia.hann...@gmail.com wrote: Hi! well it's all in the subject :) do u have any ideas about

Re: [android-developers] Call a service hosted in a windows service from Android

2010-06-04 Thread Lamia Hannoun
misunderstanding, please clarify :). Good luck. On 03/06/2010 8:33 AM, Lamia Hannoun wrote: I tried also to change the adress of my endpoints :s but it didn't work :(. I want to know if i changed the adresse of my service (different that loacalhost) it will work perfectly isn't it, this pb is only

Re: [android-developers] Call a service hosted in a windows service from Android

2010-06-04 Thread Lamia Hannoun
/4 Lamia Hannoun lamia.hann...@gmail.com Hello! Yes you did undertand the issue, and i tried what u said yesterday and it didn't work, and yes i'm calling my wcf from the emulator, and i call my wcf using soap and http protocole like this : try { SoapObject request = new SoapObject(NAMESPACE

[android-developers] Call a service hosted in a windows service from Android

2010-06-03 Thread Lamia Hannoun
Hello! I hosted my service WCF (.net) using a windows service, i can access to the service from any browser but when i tried to call it from android it doesn't respond. it works fine before the hosting procedure (i used host client by default on Visual Studio). The url that i try to attempt is

Re: [android-developers] Call a service hosted in a windows service from Android

2010-06-03 Thread Lamia Hannoun
U mean using it instead of using 10.0.2.2 or in the adress endpoint of the wcf, i did the first option it didn't work :s :s 2010/6/3 Brad Gies rbg...@gmail.com Try using the real IP address of your machine. That works (for me at least). On 03/06/2010 5:50 AM, Lamia Hannoun wrote: Hello

Re: [android-developers] Call a service hosted in a windows service from Android

2010-06-03 Thread Lamia Hannoun
developping don't have a server yet to use its address!! Thx 2010/6/3 Lamia Hannoun lamia.hann...@gmail.com U mean using it instead of using 10.0.2.2 or in the adress endpoint of the wcf, i did the first option it didn't work :s :s 2010/6/3 Brad Gies rbg...@gmail.com Try using the real IP

Re: [android-developers] Re: HTTPS to acces my wcf from android appli

2010-06-02 Thread Lamia Hannoun
); helper.performPost(https://localhost/service;, user, pass, null, null); On Mon, May 31, 2010 at 12:56 AM, Lamia Hannoun lamia.hann...@gmail.com wrote: Well i tried to change my app.config file and it works but i had this issue with the certificate, i have this exception when i try

Re: [android-developers] Re: HTTPS to acces my wcf from android appli

2010-06-02 Thread Lamia Hannoun
-enabling certificate checking in your code. -- Kostya 02.06.2010 18:41, Lamia Hannoun пишет: Well I only changed my wcf url, but i had the same error Not trusted server certificate Could u plz help me !! thx 2010/5/31 Nando Scheidecker nando.andr...@gmail.com All you have to do

[android-developers] Re: HTTPS to acces my wcf from android appli

2010-05-31 Thread Lamia Hannoun
# project but i'm actually calling my wcf from android application.Plz how can i do it ? Does anyone got the same problem before??? Thx 2010/5/28 Lamia Hannoun lamia.hann...@gmail.com Hello! Any help plz ! 2010/5/28 Lamia Hannoun lamia.hann...@gmail.com Hi! I have a biiig issue, I'm

[android-developers] HTTPS to acces my wcf from android appli

2010-05-28 Thread Lamia Hannoun
Hi! I have a biiig issue, I'm developping an android app that access my wcf using soap and basichttp for now on everythg seems working perfectly but now i'm wondering if i can access to my wcf using https :s i read some articles that say that it's impossible and complicated. Plz is there anyway

[android-developers] Re: HTTPS to acces my wcf from android appli

2010-05-28 Thread Lamia Hannoun
Hello! Any help plz ! 2010/5/28 Lamia Hannoun lamia.hann...@gmail.com Hi! I have a biiig issue, I'm developping an android app that access my wcf using soap and basichttp for now on everythg seems working perfectly but now i'm wondering if i can access to my wcf using https :s i read

Re: [android-developers] Deploy my app

2010-05-27 Thread Lamia Hannoun
Hey! Thank u it works perfectly :) 2010/5/26 TreKing treking...@gmail.com On Wed, May 26, 2010 at 2:49 PM, Lamia Hannoun lamia.hann...@gmail.comwrote: When i deploy my activity on my phone, all activities that i visit when i use my app appear on the home page of my phone it's like i

Re: [android-developers] Refreshing an activity on a tabwidget

2010-05-27 Thread Lamia Hannoun
); .. } I want to say that my activity doesn't extend listActivity,and ListData is a list that i get from a previous activity.Is that smth wrong with what i did? Thx 2010/5/26 TreKing treking...@gmail.com On Wed, May 26, 2010 at 4:47 AM, Lamia Hannoun lamia.hann...@gmail.comwrote: Maybe

[android-developers] Close alertdialog.builder from an external button

2010-05-27 Thread Lamia Hannoun
Hi! well it's all in the subject :) do u have any ideas about how to dismiss a builder from an external button. I did mybuilder.create().dismiss() inside the onclicklistener of the button. But it doesn't work. Thx for any help. -- You received this message because you are subscribed to the

Re: [android-developers] Re: Deploy my app on HTC

2010-05-27 Thread Lamia Hannoun
, Lamia Hannoun lamia.hann...@gmail.com wrote: Hello ! I'm ready to deploy my application on android phones to test it.How can i have a unique icon becuz when i click on the home button i can see each activity that i passed by.Should i implement onDestroy metho in each activity? Any ideas

Re: [android-developers] Refreshing an activity on a tabwidget

2010-05-26 Thread Lamia Hannoun
It's doesn't work either :s 2010/5/25 TreKing treking...@gmail.com On Tue, May 25, 2010 at 10:54 AM, Lamia Hannoun lamia.hann...@gmail.comwrote: so when i tried myadapter.notifyDataSetInvalidated(*)* it doesn't work Did you try notifyDataSetChanged()? I've actually notice

Re: [android-developers] Refreshing an activity on a tabwidget

2010-05-26 Thread Lamia Hannoun
Maybe becuz my activity that contains listview doesn't extend ListActivity, the listview is just a content of my simple activity, How can i refresh it ?? Thx 2010/5/26 Lamia Hannoun lamia.hann...@gmail.com It's doesn't work either :s 2010/5/25 TreKing treking...@gmail.com On Tue, May 25

[android-developers] Deploy my app on HTC

2010-05-26 Thread Lamia Hannoun
Hello ! I'm ready to deploy my application on android phones to test it.How can i have a unique icon becuz when i click on the home button i can see each activity that i passed by.Should i implement onDestroy metho in each activity? Any ideas?? Thx -- You received this message because you are

Re: [android-developers] Deploy my app on HTC

2010-05-26 Thread Lamia Hannoun
makes no sense and you probably aren't going to get a very good answer (if any). On Wed, May 26, 2010 at 8:48 AM, Lamia Hannoun lamia.hann...@gmail.com wrote: Any ideas?? Clarify your post

Re: [android-developers] Deploy my app

2010-05-26 Thread Lamia Hannoun
Okay ! When i deploy my activity on my phone, all activities that i visit when i use my app appear on the home page of my phone it's like i have many apps. Maybe i can't clarify more i'll maybe send u a screen shot of my issue. Thx -- You received this message because you are subscribed to the

[android-developers] Re: Refreshing an activity on a tabwidget

2010-05-25 Thread Lamia Hannoun
Any ideas plz??!!! 2010/5/24 Lamia Hannoun lamia.hann...@gmail.com Hello! I need to refresh my listview on my activity whenever i remove an item. I tried to call the activity (startActivity(Intent) ) it works but i lose the tabwidget.How Can I refresh my list without any lost ? Thx

Re: [android-developers] Refreshing an activity on a tabwidget

2010-05-25 Thread Lamia Hannoun
Hi! I did it but i doesn't work actually i fill my adapter with data from another activity, so when i tried myadapter.notifyDataSetInvalidated(*)* it doesn't work :s Thx 2010/5/25 TreKing treking...@gmail.com On Mon, May 24, 2010 at 10:32 AM, Lamia Hannoun lamia.hann...@gmail.comwrote

[android-developers] Refreshing an activity on a tabwidget

2010-05-24 Thread Lamia Hannoun
Hello! I need to refresh my listview on my activity whenever i remove an item. I tried to call the activity (startActivity(Intent) ) it works but i lose the tabwidget.How Can I refresh my list without any lost ? Thx in advance. -- You received this message because you are subscribed to the

[android-developers] Date type as a parameter on a SoapObject

2010-05-21 Thread Lamia Hannoun
Hi ! I want to send a parameter to my .net webservice, but it's type (Date) causes errors. Any ideas about how to make it work. Thx. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: WCF complex types with android

2010-05-18 Thread Lamia Hannoun
Any body !! plz 2010/5/16 Lamia Hannoun lamia.hann...@gmail.com Hi ! Actually, i was casting my response to SoapPrimitive i tried to use SoapObject and it worked.Now I'm trying to send object as parameters but i couldn't do that. Can anyone help me. Thx -- You received this message

[android-developers] Listener on Spinner

2010-05-18 Thread Lamia Hannoun
Hi! I want to click on an item of a spinner and change the content of another spinner. I tried to do this by creating a listener OnItemSelectedListener() but it doesn't work. Any Ideas??? Thx -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Listener on Spinner

2010-05-18 Thread Lamia Hannoun
Actually i can change the content with a simple array but the problem is that i'm calling inside the listener a method from my wcf i debug the problem and i could see that i can perfectly get data from my wcf.It's wiered i can't define the cause!! Any idea?! Thx 2010/5/18 Lamia Hannoun lamia.hann

Re: [android-developers] Listener on Spinner

2010-05-18 Thread Lamia Hannoun
On Tue, May 18, 2010 at 10:11 AM, Lamia Hannoun lamia.hann...@gmail.comwrote: I tried to do this by creating a listener OnItemSelectedListener() but it doesn't work. Any Ideas??? Here's an idea - try posting more information than it doesn't work. On Tue, May 18, 2010 at 10:16 AM, Lamia

Re: [android-developers] Listener on Spinner

2010-05-18 Thread Lamia Hannoun
Date(String) in java i have that problem so i that's wwhy my listEmployees is empty. 2010/5/18 TreKing treking...@gmail.com On Tue, May 18, 2010 at 10:55 AM, Lamia Hannoun lamia.hann...@gmail.comwrote: i can get data from my webservice but once inside the bloc of the listener

Re: [android-developers] Re: WCF complex types with android

2010-05-16 Thread Lamia Hannoun
Hi ! Actually, i was casting my response to SoapPrimitive i tried to use SoapObject and it worked.Now I'm trying to send object as parameters but i couldn't do that. Can anyone help me. Thx -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Re: WCF complex types with android

2010-05-14 Thread Lamia Hannoun
Hi! Thx for ur answers. I tried to implement ur ideas (I've created my data classes and classes to convert object to jsonobject in the client side) But i still got the serialization error, maybe i forgot to tell u that i wrote my service with .net and i call it from android should i change my

[android-developers] WCF complex types with android

2010-05-10 Thread Lamia Hannoun
Hi to all! I made the connection between my service WCF and my app android. But i'm wondering if u have ideas about using complex types (classes created on the server side). should i implement the serialization process? or should i juts create the classes on my client side(android) Plz can u

Re: [android-developers] WCF complex types with android

2010-05-10 Thread Lamia Hannoun
Thanks for ur quick answer but can u give me more information(tutorial) or some example code !!! Thx 2010/5/10 Jose Gomez j...@josecgomez.com If you can return JSON then you should be ok THanks Sincerely Jose C Gomez http://www.josecgomez.com On Mon, May 10, 2010 at 9:38 AM, Lamia