I am very new to coding for android. My senior project is a new android app and I am having an issue with part of the functionality. In its most basic form, I need to pass a sqllite "New Entry" to a wireless motoprint printer.
A little deeper: I will be updating a database in the application. Every time a value is increased by 1 and a btnSubmit is clicked, I need to wirelessly print the change, time stamp, and who did it. I have no idea where to even start and have spend many hours googeling the issue. From what I have read I have gathered that you can pass an "intent" to other applications and also get responses from them. Such as; if You needed to read in a bar code, your application would start the activity bar code reader app. Then after a bar code has been entered pass that information into the application then destroy the bar code reader activity. Is this right? Can it be applied to moto print? Is there any sample code out there? Any advice will be helpful. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

