Jeff 

I don't know of any that would, and you would have the problem of managing
the number of connections since UOJ is a) stateful b) licensed per
concurrent connection and c) doesn't always handle dropouts well (and we all
know how reliable mobile networks can be). So much as I love UO I wouldn't
select it as the route of choice from a mobile app.

I would rather use JSON enabled web services in the middle using standard
ajax calls. That's supported by all mobile toolsets. Also I've found Android
isn't that good at handling large data transfers as a socket stream so
splitting across multiple HRQ calls works better. Of course I may have just
been unlucky there. 

The apps I've developed haven't been U2 backed (they've been for SQL server
sites) and so I've just created .NET JSON web services for those, but I
would probably follow the same model for anything that was U2 based.

Anyone know better?

Brian

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Schasny
Sent: 14 February 2013 14:24
To: U2 Users List
Subject: Re: [U2] [AD] FREE pick date conversion android app [/AD]

Brian,

Brian (and Doug),

I too have been using Basic4Android to make a some simple Android apps and
I've posted some questions to the Basic4Android community about the
inclusion of 3rd party libraries like Uniobjects for Java and really have
not gotten a satisfactory answer, or at least one I understand (the answer
was: yes we  support 3rd party .jar libraries but you'll have to write a
wrapper around it, to which I said "wrapper??" and got no response). So my
question is, do any or the other alternative VB like environments support
the inclusion of Uniobjects for Java?

Thanks

Brian Leach wrote:
> Now there really IS an app for it ... :)
>
> PS if you want a VB-like way of building apps, also check out NS Basic.
> Simple and cool.
>
> (Neither of which are the first things to spring to mind about Titanium,
> which I use... the results are blistering but I always feel I'm running
> up-hill avoiding potholes)
>
> Brian
>
>
> _______________________________________________
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>
>   

-- 
------------------------------------------------------------------------
Jeff Schasny - Denver, Co, USA
jschasny at gmail dot com
------------------------------------------------------------------------
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to