How do I develop application for USSD mobile codes? - mobile

I want to develop application on top of USSD codes.
I have a web app that shows the status of a request. Here, i need to create an USSD app that will take application no. from user and then server will show the status of application. Please help.

Related

Implement Socket Mobile QR Scanner with web application

I am new to this kind of developing with device and web application. What I doubt about is, can I implement Socket Mobile QR Scanner or any QR Scanner mobile with web application? If can, can you guide me with a few step, so I can get confidence and start implementing and testing with real device!
I will create an web application in Laravel and Angular Js handling some purchase transaction. What I want is, there will be a product generated QR code on the parcel, whenever I scan that with QR Scanner, the application should get the code and push it to server to process with the transaction!
Thanks you a lot for helping me out! I hope I could get any clues soon!

how to get data from moble app into web app

I have designed my web app using mvc and designed the web api's to send the data to the mobile app in the form of json. I want to understand what to do, if a user registered on the mobile app,I (as the server side) should be able to get this data and save it into my database (again server side) so that the user can access from web app as well with the same credentials.how could that happen? I mean should I design a web api to receive data from the mobile party?I hope my question is not dump or silly or asked wrong because I'm trying to learn and understand. I really would like some explanation.

How do Mobile Apps communicate with a server?

How do Mobile Apps communicate with a server? Does this communication happen over HTTP or are there other methods (for instance, I guess a mobile app could open a socket)? Does this differ form device to device? Is there one most commonly used approach? If the communication happens over HTTP how do the URLs look like? Is there a way to identify the app based on the the "User Agent" in the HTTP request if the communication is happening over HTTP?
Mobile Apps can communicate with a server in many ways. Mobile apps can also use other features of the mobile. For instance SMS , MMS. Its pretty open really. Your question could be "how do computers communicate with a server?".
A mobile app can be a simple as loading a web page. This would be http.
The problem with mobile apps. They run on phones. There are lots of different phone manufacturers and its up to them (in some case the mobile phone operators also have weight) what to allow the programmer to do by the choice of operating system.
If you are getting started with mobile apps. Take a look at android its pretty simple to get going with if you know a little about programming.
As for the useragent. It depends but usually if you are using the http api on the phone, you can set the user agent to what ever you want it to be, its just a string.
Hope this helps!
Communication usually happens over http. Applications usually identify themselves in the User Agent field

Send status to Facebook from Windows phone 7 silverlight application. What do I need?

How do I perform this?
I'm making a funny little notepad application where you should be able to send your notes to your Facebook account, as a status.
My question more directly is: Where do I find code so I login to "Facebook-write status page"?
And how do I implement it in this silverlight application? Can I use html/Javascript for this maybe?
There is a project at http://facebooksdk.codeplex.com/ which lots of people have used to integrate Facebook functionality into their Windows Phone 7 apps.
You don't need to use javascript or html for this.
Facebook has an API that you can use by sending web requests from your application to facebooks servers. The process is not straight forward, so you should check out the documentation here: https://developers.facebook.com/search?q=API
There is an open source C# based API available here: https://developers.facebook.com/blog/post/395 It may be easier to use than doing web requests yourself.

creating a web app based on what people text/sms to a phone

Hi
Can someone recommend the best way (app service or how I can setup my own) to create a phone number on the web which I can text messages via my mobile phone and I program the responses? For example creating a Alice AI chat bot through my mobile.
Try www.tm4b.com for the sms gateway part
I ended up playing around with https://api.hashblue.com/doc/Home

Resources