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
Related
I want to develop a library for Xamarin Forms just like how we do in native iOS and android, like .framework or .a for iOS and .aar and .jar for Java Android.
I researched a lot and saw that we can create a nuget Packages based on Platform dependent environment .. But In my case I want to create a SDK which will only make HTTp calls and hence I don't want to use any platform dependent code .
I also found that we can create .Net Standard Library, but didn't get any useful material or Link to work Forward.
My Requirement is to create a SDK which can be used in Xamarin Forms Project . Can SomeOne Please guide me.
Thanks in advance
There is an app out there called "PascalGUI" (Link to google play store) which can compile the code into APK files.
I looked through the web and emailed the developer but i cant find any way how i could do the same thing. I think he uses the official fpc sources and just passes the code but im not sure.
Is there any documentary or someone who knows how this could have been made?
Generally, FPC is cross platform, so it can target many processor architectures. Creating Android Application using FPC can be done through Android NDK, and it can also be done using Android SDK.
Michael Van Canneyt wrote in his page about creating Android using FPC and Android SDK.
I'm not sure if that App uses same approach, but this seems to be very similar.
Update (12/2017):
The easy recommend way to build Android applications (APK) using Lazarus -as for now- can be done using Laz4Android and "Lazarus Android Module Wizard".
Hope this help.
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
Hi and thanks for looking!
Background
I am attempting to follow this Android ADK (w/ Arduino) tutorial.
I am using Intellij Idea 10.5 as an IDE (NOT Eclipse).
I have previously set up the Android dependencies in Idea, and have no problem creating a new Android project; however, according to the aforementioned tutorial, it would seem that I need to use the Google API SDK rather than the Android SDK for creating the project.
Here is the link to the Android Open Accessory Page.
Question
How do I set up Idea with the Google API so that I can create a new project of this type?
Thanks!
When you create new Android SDK in IDEA, it allows to select Google APIs SDK if it's present. If you don't have it, run SDK Manager and install it. Basically, there are 2 versions of SDK for most platforms, standard and with Google APIs.
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