How do I monetize Adobe AIR 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 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.

Related

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.

how to create integratable module for mobile 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 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.

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.

Libgdx Android Sdk accessing external web api [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 7 years ago.
Improve this question
I am trying to make a game on Android Studio using Libgdx and want to be able to access external web apis. I am wondering whether this is still possible while running Libgdx.
Of course you can still use other API's. Libgdx only isolates UI layer from your native android environment with it's glSurfaceView. If you implement proper interfaces for accesing other API's like Admob, Parse, Google Play Services or whatever you want, you can use it all.
I suggest you to read this document which can help and enlight you :
https://github.com/libgdx/libgdx/wiki/Interfacing-with-platform-specific-code

How do you make a side scrolling platform game for android in eclipse? [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 9 years ago.
Improve this question
I want to make a simple side-scrolling platform game inn eclipse that can be played on my galaxy s3. I cant find any videos on youtube. Can you guys give me instructions or a link on how to start my project?
Do a Google search for 'Replica Island'. It is a side-scrolling game developed by one of the guys at Google, and the source code is available online.
He used OpenGL for rendering, but you could use a SurfaceView and Canvas instead.

Categories

Resources