Microsoft Azure

avacondios

Active Member
Licensed User
Longtime User
Hi Erel,

Microsoft offers free java api for the support of Microsoft Azure services (MsSql database, push functionality, etc). Is it in your plans to provide us, a wrapper library for the support of MS Azure ?

Also, can you propose alternative mobile services ?

Microsoft link

BR/Antonis
 

paulmoliver

New Member
Licensed User
Longtime User
Azure

A Tutorial on Azure would be very useful.

Microsoft are holding a free World-Wide boot camp on Saturday open to developers to showcase the Windows Azure services.

I'll be attending in Manchester, in the UK.

If we could get a framework tutorial developed it would be nice for me to also show how Basic4Android can integrate to Windows Azure through android to fellow developers there.

Thanks,
 

peacemaker

Expert
Licensed User
Longtime User
Any news for this moment of 2014 ?
 

emt2

Member
Licensed User
Longtime User
I was hoping there would be a library available for this. The source is available at:

https://github.com/WindowsAzure/azure-mobile-services

I've downloaded it & compiled it and then created an XML file using Javadoc & BADoclet but hadn't realised that you have to modify the source to include refs to A4B libraries and annotate the source which is beyond me!

Any thoughts on if & when this could be added?

Many thanks.
 

emt2

Member
Licensed User
Longtime User
Last edited:

DonManfred

Expert
Licensed User
Longtime User
The Projects name is B4A or Basic4Android, Not A4B :)
 

keirS

Well-Known Member
Licensed User
Longtime User
All the mobile services the authentication service and most of the storage services are available via REST api's . It's not difficult to implement a REST client in B4A.
 
Top