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.
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 9 months ago.
Improve this question
I hope you are doing well.
I have a project to do at school, it's about developing an API to link three applications from different platforms to a single database. It will be a desktop, mobile and web application. But problem, I've never developed an API and I don't know where to start. I would like you to tell me how to do it (which language to use, which software I need and if you can advise me on specific courses), or at least give me indications on how to search. I heard that we could develop some with Python which is a language that I use often, so if there are indications that can go in this direction as well. Thank you so much.
Based on knowledge about python i recommend to use Flask framework to create your api and you can find a lot of youtube videos can help you
i hope that i was helpful for you good luck
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 last year.
Improve this question
If any unknown number call on my phone, the phone should not ring usually it will when contact is saved.
Can the unknown call be picked in background without noticing and a pre-recorded voice should be spoken to person opposite side.
Please mention if can be done on both iOS and android or anyone or none.
Thanks for Help.
Both operating systems will not allow you to do that. 1st point is somehow possible in Android but 2nd one is almost impossible to do in both platforms.
Apple dont allows to intercept most of their system APIs by some 3rd party
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 3 years ago.
Improve this question
I want to make an app in which we can change API level of mobile temporarily and test our apps.So,
Is it possible to change API level of mobile and test our app by using android app?
If it is possible then how we can do this in android applications by using Java.
No deployed version of OS of any sort contains its previous releases (don't confuse this with OS backward compatibility). The simplest way to test on various versions of given platform is to use emulator(s).
For Android see either stock one or 3rd party ones like Genymotion or Blue Stacks.
You can do that via emulator.
I don't think that it's possible to do with mobile.
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
Is there any method or way to check that user is writing text whether in whatsapp, or messaging, or any edit text.
No, not supported by Android. It might be possible if you go on a lower level using NDK, but the short answer is, there is no easy way.
The basis of this answer is how Java works, each application runs in a virtual environment and thus they can not interact with each other directly.
If you really want to achieve this (However there will probably be limited usage, such as only rooted devices) I would suggest to start search the web with keylogger android as keywords.
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.