Printing using Flex Burrito in Android,Ipad,Blackberry - android

I 'm thinking about developing a restaurant application using Flex Burrito.
Is there anyone who can tell me if it possible to print from an Android enabled device to a WIFI printer / kitchen printer? (is it possible to do this also on an IPAD, Blackberry?)
Thanks in advance

Google Cloud Print?
http://code.google.com/intl/de-DE/apis/cloudprint/docs/overview.html

AirPrint for the iPad. However this is currently available only for HP printers. http://www.apple.com/ipad/features/airprint.html. From a Blackberry you need to do it using a custom created app. There are also some 3rd party apps created for the BB. Check http://thinkabdul.com/2007/10/02/free-beamberry-blackberry-suite-to-view-print-documents-via-bluetooth-usb-store-pdf-ms-office-zip-files-on-rim-41/
Hope this helps. If so, +1 :)

Related

How to connect Samsung Galaxy Watch active with my android app?

I have this Samsung-watch
I implemented a mobile application for my graduation project, it is a triaging system that will serve the people who has an injury or illness,
In some cases we need to ask the patient about his heart rate, we want to take this data from the watch instead of asking him about it.
I searched for this and founded that I need to install Tizen extension to the visual studio, I want to write a code that take heart rate, then connect this code to my android application,
Does anyone know or can help me to do this?
Does anyone know the steps that i would follow to complete this process ?
You will find a lot of help from Samsung Developer Site.
Check below link:
Samsung Developers - Creating Your First App
May the force be with you.
How to create Pulsometer application for wearable:
http://tizenschool.org/tutorial/166/contents/1
then, for example, You can use Samsung Accessory Protocol to communicate wearable with android device:
https://developer.samsung.com/galaxy/accessory
https://developer.samsung.com/galaxy/accessory/guide
or implement other way of data exchange, for example uploading data to remote server:
How to make HTTP POST web request

Google nearby between IOS and android

I recently heard about google nearby API, which supports both IOS and Android. I want to create a chat app. I want to know weather can I use this nearby api to create an app which chat between an android and IOS device (platform independent). Does this google nearby thing have this feature in it! Is that possible by any way?
Thanks in advance!
Using Nearby on both Android and iOS and yes, it works fine. We're having trouble getting the iOS app through Apple's review process - they don't like the use of the mic even though we don't use it explicitly, although the library does.
Yes, it is possible, you can see some sample codes here

Printing in Android using WIFI printer

I am implementing a scanner app.I have question how to print image in connection between android and printer directly such as AirPrint of IPhone.
I heard that there is only way to print text and image using Google Cloud print in android. I am searching for any solution.but I cannot find any solution and example.
Should I use any 3rd party tool to access WIFI printer in android?
Would you let me know any solution? so Anybody help must be appreciated.
If you are targetting at the API level 4.4,Please refer the below link it will help you.Printing with the Android Printing framework

Brother QL 720NW Android and iPhone Printing

I want to print label from my Android and iPhone application.
Printer is Brother QL 720NW
I had tried iprintsdk.com but I am not sure how I can use it.
And it seems it is not free.
Please help me.
first of all, you need to check whether your printer is airprint compatible, if so, you wont need an app:
http://support.apple.com/kb/ht4356
if its not, try downloading a free printing app to start with from the App store like printdirect for iOS or a paid for app Print for both android and ios
https://play.google.com/store/apps/details?id=com.eurosmartz.app.print&feature=search_result

How to send a UDP-Pagakge via Android and AIR 3

i tried to send a udp-package via the datagrasocket-class in adobe air 3!
this worked fine as long as i test the app in flash-builder 4.5.
unfortunately if i test my app on the phone i cant send
any package or better i can't see the sent package on the target-pc. (wireshark)
Does somebody know what goes wrong there !?
thanks in advance!
Adobe Air has a new feature called native extensions that allows you to call classes from the device and utilize them. You could simply use the mobile device's native UDP socket capabilities and I've checked that both iOS and Android have UDP capabilities.
Well i stumbled over the solution!
it is not possible to use DatagramSocket on mobile devices!
see: AIR profiles
cu
An interesting new library has recently surfaced in this area. Uses Native extensions. Looks to support iOS and Android at this time. Promising!
http://blog.aboutme.be/2011/12/14/udp-native-extension-for-air-mobile-now-with-android-support/

Categories

Resources