how can i integrate virtual app in android application - java

I need to integrate VirtualApp in the android application but the problem is that is has not been updated since 6 yrs except the docs, which are for commercial version. I tried to integrate it in my app following the guide but it is raising errors. Can anyone help me integrate it or suggest my any alternative solution for this?
Thanks

Recent open code is available at https://github.com/FBlackBox/BlackBox. VirtulApp authors apparently bullied the project to close. The source code is still accessible on github as of posting of this comment, though.

I was looking for the same open source project, VirtualAPP has stopped being open source and stopped updating, and the commercial version of it is expensive, up to 300,000 RMB a year license and 200,000 RMB/year technical support fees.

Related

Admob Ads with Python Subset For Android (PGS4A)

I'd like to have advertisements in an android App I've written and built using PGS4A. I've done my research and all, but there doesn't seem to be any online resources that explains how to do that just yet. I haven't much knowledge on Java either, which is clearly why I've written that in Python. Has anyone found a way to achieve that? If not, how difficult would it be to convert the project files into an Android Studio (or even an Eclipse) project? (so then one can just implement the ads following the Java Admob documentation found everywhere)
Thank you in advance.
To access Java already implemented version you can use pyjnius. I tried to use it for something else and I didn't succeed. Well, I yielded pretty quickly because it wasn't necessary for my project.
Otherwise, I am afraid, you will have to implement it yourself from scratch.
I never heard about a finished solution for your problem.
If you succeeded to use PGU, it wouldn't be so hard.
If not, well, I wish you luck, and put your solution online for others.
There is an Eclipse plug-in for Python. I think that Android studio does not support PGS4A. Never needed it. Console is the queen.

Setting up Android Project / Eclipse

I'm trying to learn Java for android application and so far I'm following a youtube tutorial. Since the guy posted it in 2011, some people in the comment section talked about skipping some steps because of the "new" ATP-bundle.
Here's the video I'm referring to:
https://www.youtube.com/watch?v=Da1jlmwuW_w
In this video the guy is installing SDK-manager and ATP-plugins, as recommended here http://developer.android.com/training/basics/firstapp/index.html. So what I'm wondering is if I can skip these steps and move on to creating an application project with the ATP-bundle?
Another question I have is if the rest of his videos (2011) are outdated and if I should find another source of tutorial?
A lot has changed in 2 years. You should follow the documentation at developer.android.com. It's the official source.
The Recent version of android they are providing bundel (inclued ecplise and sdk every thing ). so if any updates are happened again we want to download the full off bundel, bz i face the problem usign that bundel. plz u can downlaod suprate Ecplise and Android Sdk and install. it very easy ..

How to take a picture of in panaroma mode?

I want to make an application that allow the user to take a picture of text either from android device Gallery or from android Camera application in a Panorama mode .But i can not find any source or tutorial to do this.How can i do this in my application? how to make an application that take picture from android camera application in a panaroma mode?
Thanks in advance.
I don't know if it's still actual for you, but hope it will be helpful for someone.
Panorama feature is already implemented in standard android camera at least since Android 4.0 (perhaps it was available in even earlier versions but I'm not sure, you can check it), so since source code is open for everyone, it might be the easiest way just to copy required functionality.
Although you can download source of apps from https://android.googlesource.com/ (you want LegacyCamera or Camera), you can't just open project of any standard app in Eclipse or other IDE. For example, LegacyCamera depends on Gallery2 and other dependences that might be hard to be resolved.
I spent several days trying to move panorama feature to separate project. You can download it from here: https://github.com/yankeppey/PanoramaSample . Several remarks:
Functional core (creating one panorama image from several ones, progress notices, etc) is on native part.
I used java code from from LegacyCamera which was used in Android 4.0-4.1, not 4.2, because it was significantly easier for me. Native part is taken from 4.2, it has only minor changes inside and almost the same JNI interfaces.
This project is just to help you move panorama feature to your own app, it's not like kind of library, don't expect clean code without bugs, it's just pretty dirty and buggy project. If I have time I'll try to make it cleaner, but there is no warranty :)

Is there any form designer available for Google Android

I am a new comer in Android development, I have downloaded and installed the Android SDK, but not find any GUI or Form designer, can any one know about some Form designer in for Android, Thanks in advance.
The form designer is part of the Android Development Tools (ADT) Plugin for Eclipse which comes with the Android SDK.
As d. correctly mentioned the built-in designer does not truly represent your view.
And if we keep in mind that even after 4 years of trying, Microsoft's equivalent for their XAML code still doesn't reach minimum usefulness level, I would strongly recommend to go manual. It's faster, much more difficult but equally rewarding. Once you get a hang of editing the XML files manually the development becomes much easier and WAY faster in my humble opinion.
Regards
This answer is very late to the game but each new release of the Eclipse Android plugin improves the layout GUI editor. The one released yesterday (9.0.0) is light years ahead of the original tools which were awful.
Google has not announced any plans for a wysiwyg designer for Android app development. However, there is a tool available for this. Check out this link http://www.designerandroid.com/?p=165

Symbol SPT-1800 Java Barcode Scanner

Does anybody know if its possible to write a barcode scanning application for the SPT-1800 in Java?
I don't know how to program the Old School Palm OS.. so java would be great.
It looks like you will have to write a Palm app in C to control that model.
See the Software Development Kit (SDK), v. 4.10 and FAQ: Where Can I find the Palm SDK & Development Tool? for more information.
The Motorola/Symbol sites are not very intuitive so here's a link to all of the SPT1800 support documents.
The SDK's are usually very good and get you up and running with a sample application pretty quickly.
I had hoped to use Java for the MC3000 and MC9000 series recently but it appears Motorola/Symbol has stopped releasing updated Java SDK's for those devices and are concentrating on the .NET SDK now.
The Java SDK's also require additional licensing of the JVM from 3rd party vendors which considerably adds to the final cost of deployment.
I would think that Waba/SuperWaba would be your best bet for an older PalmOS device.

Categories

Resources