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
How can I allow my iOS & Android user to use premium features if they liked a facebook page or if they twitted a message.
In other word how to implement Pay With A Tweet or Pay With A Like in mobile apps?
You can either build this functionality natively, using various social media platforms' SDKs (if they offer one) or by redirecting to something like a UIWebView and retrieving the success callback to ensure they did what they were supposed to do.
Alternatively, you could use a 3rd party platform such as TapJoy or ChartBoost that implements this concept using a pre-built SDK.
Related
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
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 want to create an android app from my existing wordpress site.
I have a news site running on wordpress whose theme was built my me. I would like to create an app for the same site. Basically it just has to list posts available on the site.
I am aware of some plugins which would do it automatically but I would like to know if it can be done using phonegap.
I need some help (pointers) as to how I can pull posts from my wordpress site and reflect it on the app.
This is a good and complete tutorial for build this app using ionic framework:
Link video
There are options, like AppPresser, they convert your WordPress website into a mobile app, publish on the app stores for a fee.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
So I want to make an app that combines apps like Snapchat, Twitter, Facebook, and Instagram all into one. The thought was that you have the main home screen and then you have buttons for each of the apps so for example if you press the Twitter button it will show you your Twitter feed and any other Twitter related things. The app doesn't have to include only those four apps, it could include any social media app you want. Thanks for the help!!
You cannot include apps of other developers. You can either launch that app or you can write your own code to obtain and show the same data (possibly using some libraries if these social networks have published them).
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.
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 develop an app like this. Is there an API for this?
http://ipclineapro.com/ticketscan/
The TicketScan app is made specifically for the Webconnex platform (i.e someone buys tickets on Webconnex). So it isn't intended for other platforms, which is why it only provides a ticket number.
We do not, as of yet, have an Android app. When we first created TicketScan it only supported the Linea Pro (iPod accessory, now also for iPhone), but we later added support for QRCodes for the camera.
If you are wanting to make an Android app that works with our platform, we do have an internal REST based service the app uses. This service isn't documented, and we don't intend to release it publicly in its current form, partly because it may be changed in the near future.
Currently we are working on a revamp of our platform, which will have a slew of API's available.
I recieved the reply to my mail from Webconnex. They said that there is no API open for us to use.