[android-developers] How to transfer ownership and private keys of an existing mobile app in Google Play Store from one developer account to another

2016-05-01 Thread Ajay Gupta
We have an Android mobile application already published in Google Play store under a developer account belonging to company A. Company A holds many smaller companies like B, C, D and so on. All companies B, C, D ...had to go through app store subscription of A to publish their mobile apps

[android-developers] Integrate Wireless printer(via Bluetooth/WiFi) with Android Application.

2013-01-16 Thread Vaibhav Ajay Gupta
I want to make an android application that can print forms which are created by same application with wireless printer which is connected via via Bluetooth/WiFi. Any idea how to integrate Wireless printer(via Bluetooth/WiFi) with Android Application.??? -- You received this message because

Re: [android-developers] Integrate Wireless printer(via Bluetooth/WiFi) with Android Application.

2013-01-16 Thread Vaibhav Ajay Gupta
the wireless printer manufacturer how to integrate their device with your Android application. On Wed, Jan 16, 2013 at 9:19 AM, Vaibhav Ajay Gupta vaibhav@gmail.com javascript: wrote: I want to make an android application that can print forms which are created by same application

[android-developers] Re: Integrate Wireless printer(via Bluetooth/WiFi) with Android Application.

2013-01-16 Thread Vaibhav Ajay Gupta
://stackoverflow.com/questions/7145787/bluetooth-printer-issue-in-android Looks like he just creates a Bluetooth socket and sends some text. On Wednesday, January 16, 2013 8:19:51 AM UTC-6, Vaibhav Ajay Gupta wrote: I want to make an android application that can print forms which are created

[android-developers] Photos not saving anywhere?

2012-07-27 Thread Vaibhav Ajay Gupta
I am developing a custom camera application on android 2.2 api level8(Device Xperia S) My application is running but when i click capture button the toast is displayed but image is not saved anywhere on the devices. Also added the permission to write on external device in menifest. Take photo