FrançaisEnglishEspañol
PC SOFTForums homeLast messagesOnline repository
PC SOFT
Find...
Perform the searchSearch in...
Newsgroup dedicated to WINDEV (current version), in English
Android Apps & Windev (WD 12)
Dec., 02nd 2009 at 10:18 PM
Georgio
<gu...st@news.pcsoft.fr>

Message 1/6
Android Apps & Windev (WD 12)

Hi All,
I'm developing an Android app in Windev (as a Java project) and then porting it to Eclipse to take advantage of Google's various API's. So far, it's working well.
However, I'd like to be able to use Google's API's within Windev's environment.
Can someone point me in the right direction?
Thanks!
Georgio


Dec., 04th 2009 at 09:35 AM
Erik Beugelaar
<gu...st@news.pcsoft.fr>

Message 2/6
Re: Android Apps & Windev (WD 12)

Hello Georgio,
You can accomplish this in many ways:
1. Use Google's webservices via HTTP requests (see WinDev and Google on-line documentation) using .NET webservices in WinDev 12.
2. Upgrade to version 14. As far as I know WinDev 14 (and I think also WinDev Mobile 14) has built-in functions for using Google's webservices. WinDeb 14 Mobile has also built-in support for Google's Android OS. In this case you need to upgrade your current version.
Good luck,
Erik


Dec., 04th 2009 at 11:38 AM
Ruben Sanchez Peña
<gu...st@news.pcsoft.fr>

Message 3/6
Re: Android Apps & Windev (WD 12)

Hi. Android support begin in WM15. WM14 only support Windows Mobile.

Rubén Sánchez Peña


Dec., 05th 2009 at 01:44 AM
Georgio
<ge...id@gmail.com>

Message 4/6
Re: Android Apps & Windev (WD 12)

Thanks for the information


Dec., 05th 2009 at 01:44 AM
Georgio
<gu...st@news.pcsoft.fr>

Message 5/6
Re: Android Apps & Windev (WD 12)

Thanks Erik,
I looked into using HttpRequest for this java project but would run into problems
as I take advantage of HttpTimeOut() ... which is not compatible for Java.
I guess I will have to upgrade to 14 ... I know there is support for google websvcs
which will prob. make life a bit easier.
In any event, I am testing my Windev created app on my Droid and it is working
very well so far. Mind you, I'm doing some pretty low level stuff.
Thanks!
Georgio


Dec., 05th 2009 at 01:44 AM
Georgio
<gu...st@news.pcsoft.fr>

Message 6/6
Re: Android Apps & Windev (WD 12)

Scratch that ... I didn't read your post correctly.
I'm researching my options with .NET.
Thanks again,
Georgio