Unable to use windowsazure.mobileservices in my mono for android app - android

I am trying to get Windows Azure Mobile Services up and running but can not for the life of me find the DLL anywhere on my PC. I installed the SDK already.
I thought I read somewhere that this DLL is only available for use in Windows 8 development environments. Is this true? I am running Windows 7. If so is there another way around accessing my database in the cloud?

You need to use the version of the DLL that Xamarin ported from the original code. Download it from their component store: http://components.xamarin.com/view/azure-mobile-services/

well that depend on the way you start developing your application. if you developed the script on Windows Azure Mobile Cloud Service and then download the project from the portal, I am sure you wont face any problems of the above.

Related

Run android emulator on remote ssh based linux machine and display it on local browser

I have recently been playing around with code-server, which is a Visual Studio Code IDE that can be ran on the remote machine and accessed through the browser. For that I made a google vm instance of Ubuntu LTS 16.04, and I was successfull to launch it and install the Flutter and Dart sdks. Because of the flutter_web and flutter itself still being unable to unify in one codebase, I ran into a lot of incompatibilities which made it impossible to debug my application as a web-site.
Now I want to launch the android emulator instead, because I would be able to test and debug the apps, but I didn't find any source of information on how to install it and display it remotely, for example, in local browser.
Is it practically possible? And if it is, please tell me how. Because me being able to develop flutter apps on iPad would be really cool.
Actually this out of our scope as is not related to the Google Compute Engine product, anyway I would give my best effort to help you:
Google Marketplace has an awesome product called Genymotion [1] which is an Android Emulator. I tried and it's one click deploy, very useful.
[1] https://console.cloud.google.com/marketplace/partners/genymotion-public-project

how to make an android app in linux web server

I want to make android applications by giving users a form and submit on my linux hosted web server.And after taking the details from user i want to create an android app for the user on the linux web server itself.But i dont know how to do the setup for making android application in linux hosted web server.
I have complete setup available in eclipse in my local machine.But is there any way i can make the apps runtime in my linux web server.
I have installed ant and java jdk in linux server but i dont know how android sdk needs to be installed on the server.
Please guide me on this.
Yoy have problemas in concepts, Android application is android application, your app always will be in Android device. If you cant to comunicate with linux, you can use a WebService, Rest API of anothe stuffs like this.
When you want to create an android application you need a Android SDK, IDE and Java.
Java i think you know how to install, install Java JDK.
IDE- Download Android Studio from official website.
Android SDK- Downloand when you have Android Studio.

how to build an iphone apps in phonegap online or on windows? (without mac system)

I developed android apps in phonegap and it is successfully work on all android versions now I want to run my app on iPhone which is ceated in phonegap. I know xcode IDE but its a need Mac System. I don't have mac system. I have some questions...
Q.1) can I develop and create iphone apps on a cloud for phonegap(free and license)?
Q.2) can I create ipa online?
Q.3) can we run Mac in VM, but I dont want to use that(its slow,sluggish and painful to use).
Thanks in advance.
If you want to develop for cross platform that is, Android and iOS, you can try Mobione Studio, which doesn't require Mac, it runs only on Windows.
It's a paid IDE and design studio, which has 15 days trial period.
Also, it's project structure is same as that of Phonegap, as it has Cordova base.
Q1) Yes you can.
Q2) Yes, with Phonegap BUild you get an ipa.
Q3) I don't know about this.
Be aware - like the previous reply said - you'll need to use a service to upload to iTunes if you don't have a Mac.
If you have a Mac (of any kind) you can use that to upload the ipa you build with Phonegap Build.

Developing Android app on both Linux and Windows host

My main developing phase is done on a Ubuntu machine.
The project is shared on the cloud by Dropbox.
I'd like to access to the project on other PC but, since it is a Windows PC, i receive some errors, first of all, the project path!!
Is there a way, or some guideline, to allow to develop the same project on Linux and Windows?
Instead of Dropbox, use a public version controls service (github, assembla) (or private + vpn etc.) and checkout the project on as many workstations as you want. Make you sure you don't check in IDE Specific files like Eclipse's '.classpath' etc.

Phonegap build - development environment - Using the WinPhone environment to build android apps with build service

Say I'm a windows dev, familiar with Visual Studio and with a need of developing an Andriod app. I looked at both the andriod and wp7 getting started guides, but found the windows phone version http://phonegap.com/start/#wp guide much simpler than the Android version (of course, as a windows dev I have already everything installed).
Then comes my question:
Could I develop my app using the Windows Phone environment, and then use the PhoneGap Build services to get the Android version build?
In case, what should I upload to the build service?
Sorry if I got this all wrong, and thanks for any help!
Larsi
The whole idea of phonegap is to develop a multi platform app writing the code once.
So the answer is yes, you should be able to build the app for wp, and then re-use your code for all the other platforms, only if you onlyuse the phonegap API and do all your programming in JS, HTML and CSS.
About what you should upload, I haven't doned it myself, but I think that It would have to be all the JS, HTML and CSS from your app. In android all is located on a folder called "assets".
Good Luck!

Categories

Resources