How to integrate Actor IM android app with local server - android

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

Related

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.

Appcelerator Module development : How to connect my Java source with the module

I have been trying to build a module in Appcelerator to let one Android library become available to Appcelerator platforms as well, but the documentation on Appcelerator site isn't helping me much. It's been two days since I am hitting walls.
I followed Android Module Development Guide available on their site, but it doesn't specify many things, for example:
It tells about creating a module from command line for a calculator, but doesn't write much about how to integrate the actual code.
I might be missing something, that's a possibility, so I am giving it a read once again.
But can anyone point me towards correct direction or make things a little more clear please?
I am answering my own question, so that if someone comes here it helps them.
Turns out that I was hitting the older version of their documentation, called Wiki.
The newer version hosted at docs.appcelerator.com are more descriptive.
In this particular case, these docs helped me quite a lot.
Apart from this, following links helped too and I got a sample module built and running:
Titanium Module Concepts
Integrating an external library in an Android module
Module Development Guide Reference Module for iOS and Android
Hope it helps someone.

Google Plugin not working for App Engine project - Eclipse Indigo - WindowsXP

I am trying to run through the cloud sync tutorial, and for some reason it's not importing Android into the project correctly. I tried to look at the problem again today and I noticed that there are updates for the Google and Android plugins. I upgraded, and now when I try to load the App Engine connected to Android project wizard, I see the following error:
The selected wizard could not be started.
Plug-in "com.google.gdt.eclipse.mobile.android" was unable to instantiate class
"com.google.gdt.eclipse.mobile.android.wizards.NewAndroidCloudProjectWizard".
com/android/io/StreamException
Is this a bug with the latest Google plugin?
I think everyone with the most recent GAE plugin is having the same problem. If you take a look at this thread, I think it's the same issue.
Long story short, the newest plugin doesn't seem to be compatible with the wizard, which may be because Google is waiting to update it to use GCM instead of C2DM.
That's what Google's saying here, and the solution they suggest in the meantime is to create an Android project by itself, right click and go to Google->Generate App Engine Backend... I had some errors when I did this myself, but it might give you some of what you need.

I want setup android project on netbeans using Google Java Api Client?

I am new to Android and I want to develop one small application using Google Java Api Client inside Netbeans, which I already developed on JAVA using swing and it is working correctly.
My netbeans is ready to work for Android But I coudn't figured out how to setup the android project to use the Google Java API client.
Can someone please provide me the detail tutorial to setup the Android project using Google Java Api Client?
I am not sure may I need to do additional processing on google java api client library which is downloded form here.
My Android setup is working correctly on Netbeans.
Can someone please provide me a detail explanation on this?
Thanks in Advance.
Put JAR files from a library that you want to use into lib folder of your android project and you will be able to use it and it will be bundled into .apk too. I am assuming that you have an android project (using nbandroid plugin. I am not sure about maven archetype for android development).
-Radim

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