Is there a online building server for developing Android Applications - android

I am looking for a online building server(Hudson or jenkins) for Android application development. I already have my code on the Github. Can anyone help me? Thanks very much!

If you want to run a build server yourself, install it on your machine and set it up to pull and build your project. If you want at a hosted solution, look at CloudBees and the services they offer.

Related

How to install or setup j2Objc in android studio steb by step

How to use j2objc in android studio?
I did not find any manual. How to implement and work with j2objc in android studio?
I'm a junior in java language, and I wrote one app for android, and now I need convert this app for iOS. It's a simple app.
I want use j2Objc for a separate build app for iOS, but I don't know how to work with j2objc.
Download distribution and this plugin. Follow instructions and everything will work.
Forgive this obvious question, but you have a Mac, right? You won't be able to build iOS apps without one. That's why many j2objc engineers use Xcode, since UI development and debugging are easier to do there.
I have win 10 machine.
OK, I downloaded it, unzip, and next step? I dont see any instruction, what i do with this. Paste in specific folder? Implement with plugin wizard? or? Maybe Im stupid, but realy I dont know how these features work on.
I see only:
This package must be built on an OS X system, with: ...
and for gradle plugin ...
oh shit!

Realtime team sync for Android Studio

I'm starting a project with my team and we thought about using git to cooperate, anyway we're looking in a more automatic solution (eg. I may mention "Saros" for Eclipse) that automatic sync our project on Android Studio
How can we achieve that?
I don't know too much about source control, but you could have a dropbox file hooked up the the project file in C:/users/androidstudioprojects/projectname. And then you could push from dropbox to the online jenkins code compiler to make sure it's error free. It's still hands on, other than the dropbox portion, but it helps keep version control of your apps and make sure they are error free.
I hope some of this info helps.

How to integrate Actor IM android app with local server

I am working with Actor Instance Messaging Platform and for now, I have installed and run it's local server, and also imported and compiled the android app in Android Studio. Now I want to configure the android app to work with the local server I have, but I have no idea where to apply the configurations and settings.
Here is the link to the project's repository in GitHub.
Has anyone ever worked with it or has any idea about how I can integrate these two?
Thanks in advance.
I found the solution to the problem, by the way the application's development team have introduced the solution to this problem in their newly released documentation, which I post the link to it here.
Actor Documentation

Windows Azure Toolkit for android

I read Windows Azure Toolkit for Android to understand how I can connect Android with Windows Azure. I still unclear after I read the blog since they didnt provide the basic tutorial or sample on how we can connect. Does anyone manage to connect android to Windows Azure. Appreciate if you advice me on how or where I can find start up package to connect Windows Azure with Android. Thanks.
try this; http://www.wadewegner.com/2011/08/windows-azure-toolkits-for-devices-now-with-android/, from the actual developer who built the toolkit for Android.
it is my understanding that the toolkit that you can download includes a sample application that you can open, and test on the Android emulator.
"The library project includes the full source code to the storage client and authentication implementations.
Once you configure your workspace in Eclipse, you can run the simple sample application within the Android emulato"
if that doesn't help, let me know and I will find somebody that can help you.

Integration of Drools (Expert System) with Android Projects

I'm interested in developing an Android App using the Drools (JBoss) expert systems rules based system. It's got a plugin via Eclipse per their tools (v3.2) but I don't exactly know how to integrate Drools Jars into and Android project successfully. There has some talk about the issue (see below) but I don't know if it's been completely resolved. Can anyone enlighten me.
http://blogs.siliconindia.com/vinayGuntaka/Intergrating_External_Jars_ie_Drools_Jars__to_Android_and_Developing_Android_Programs-bid-HshzM96A62906557.html
http://osdir.com/ml/Android-Beginners/2010-01/msg00318.html
here is another working option, I made a little modification on drools libaries for loading and running DRL rules on android.
check it, hope be helpful:
https://github.com/jorgemfk/dr-drools-android-demo
https://play.google.com/store/apps/details?id=mx.dr.drools
I forked Drools 6 and modified it to use Dex for class generation and it works on Android (using serialized packages compiled on desktop) I put an Android application sample on github
So, do you know how to create android projects? and how to add external jars to your android projects? When you reach that stage, this post may help. It talks about jbpm5 running in android but it depends on drools so it should be the same.
http://kverlaen.blogspot.com/2011/03/jbpm5-lightweight-running-on-android.html
Cheers

Categories

Resources