how to create integratable module for mobile apps [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Let's say I want to build a mobile App which others can include/integrate in their app as a separtate module. The goal is that the customers can add the functinality of my app into theirs. Since the customers have different OS/plattforms it should be plattform independent. Could i write a html5 hybrid app which is then integratable through a plugin into every existing app?

Given the fact that you want to use native features and want developers to actually integrate your plugin you likely do best by programming it natively.

Related

How do I customize android os for a smartglass? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I want to make custom os for a smartglass but I have no experience AOSP where should I start from and what are the things that I should take into consideration.
As for me, first you need to think about the DevKit, which is supported by AOSP out of the box. For example, in my projects I use HiKey960. The link below describes the basic steps of getting AOSP sources, building them, and target flashing: https://source.android.com/setup/build/devices#960userspace
Once you have buildable and runable AOSP, you can try adding your own functionality: application, services, native daemons, HAL implementation, and so on.

best tool for this case? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I'm an Oracle Developer. The only programming language that I know is PL/SQL,
and I want to develop an application and upload it to Google Play and Apple's App Store so that it's available for download, and it should work offline.
Oracle Developer cannot deal with mobile apps, but there is Oracle Apex, and I can do a workaround, but it's hard and it cannot work offline.
The application is very small (just 5 or 6 pages and tables).
I want your help to pick up a programming language and tools with which I can do my task in a few days.
Go with PhoneGap. With PhoneGap you create apps using the web technologies you know and love: HTML, CSS, and JavaScript.

App development for Google Store [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I asked this question in Android Enthusiasts but I don't know if that is the correct place to ask. I'm looking to build a simple application that I'd like to post to Play Store.
However, my programming knowledge is limited to VB6, VB.net, VBA - primarily VB6. After doing some brief research it looks like I might not be able to build it in VB, but would C# work? Any advice?
Start with learning Java first since all Android applications are Java based. After that, you can start learning to create applications on Android Studio.

Write app for ios with cordova(or titanium) without mac decive [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i am android and web programmer and i want write my program for apple mobiles. i want use Cordova(or titanium) but i don't have mac device.
is it possible?
sorry for my bad English.
Yes it's possible using this site Phonegap build You can write code once and build it for different platforms. Don't know about titanium.

How do I monetize Adobe AIR apps? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have made an AS3 game in flash, and I have published it as an .apk , but how can I add ads to it? When I search on the Internet everyone is talking about some programs on how to rotate ads, and I don't really understand it. I just need to know if it's possible to do something that is not against the terms of the ads network. Also I don't need in-game purchases or something similar.
Have a look at using the AdMob Adobe AIR native extension for Android. Click here for a nice tutorial on how to integrate it into your application using ActionScript 3.

Categories

Resources