I'm working on a watchface which needs to access the internet. I know wearables can't access the internet directly and I need to somehow use the GoogleApiClient to communicate with a handheld app which handles the web requests but I can't seem to find any samples or examples of how to actually do it.
Could somebody point me to some sample projects for communicating between handheld and wearable apps? I have most of the information I need to do it myself but the problem is, I haven't the slightest idea of how to piece everything together.
After much Googling, I found a great little sample that helped me get communications happening! For anybody having the same difficulties, check out this sample: https://github.com/petrnalevka/wear
Related
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
I searched lot and found some related questions but not satisfied with answers so I am asking this.
I want to transfer or exchange data from iOS to android without INTERNET.
As per my R&D the best way to do it to enable hotspot in iPhone programmatically.
But I could not able to find a source code or custom library or any bunch of code which can help me to write code for creating hotspot in iPhone.
please share any information,code and links...
Thanks:)
You Can send data through Core Bluetooth Use one device and central manger and other as peripheral.
https://alperkayabasi.com/2015/02/13/corebluetooth-cbcentralmanager-tutorial-ios/
I am trying to develop a Mobile Device Management Application. I have so far implemented native or basic restrictions (policies) based on http://developer.android.com/guide/topics/admin/device-admin.html
Now I want more access to the device to put more restrictions, I searched and found a page which is almost exactly same for what I want to implement. Below is the page:
http://www.manageengine.com/products/desktop-central/help/mobile_device_management/mdm_android_restrictions.html
I understand that almost all of these require the device to be SAFE. Once I have the SAFE device then where can I find any documentation or source code or samples where I can see how these restrictions are getting implemented in code. I am unable to find any such thing so far. There must be some API or tutorials etc to guide on implementing these.
Please guide me on how to implement these on SAFE device.
You need to register to Samsung Safe program. As soon as you will be member you will have access to
Documentation
Examples
Special API token which will allow you to call these API's
I have been searching on the internet, but I didn't find what I want, so I'd like do know if you guys know how to do this.
There's an app named AirDroid, and I think you know it, but for those who don't, it enables a communication between your device and a browser. So you can control your smartphone through the internet, if both are connected at the same Wi-fi.
Do you guys know what I have to study to do it? Android SDK has some class that enables it?
Android SDK has some class that enables it?
Not specifically.
Do you guys know what I have to study to do it?
I am going to assume that "do it" means "write my own implementation of the same thing".
Since it is a Web app, you will need to learn how to write Web apps, using some lightweight framework that is suitable for running on an embedded device.
I'm writing an android App which is basically finished and functions well on a single device.
I now need to create a communication between two different machines and to send information back and forth.
the problem is that I have zero knowledge about how do this, and all the different guides didn't gave any begginers information about it.
I understood that I need to use a third party server, but couldn't find information where to purchase one, and how to communicate with it.
can you please tell me which technologies I should inquire about? what should I study? what API's should be helpful for me?
Regards,
Vladimir.
I think App Engine is the best choice for you.
AppEngine