I want to make an application that can be controlled from the application on the phone at the same time with Android wear os. I would appreciate it if you could suggest a source or an example for this.
Android XYZTouristAttractions Sample is good place to start
This sample aims to be as close to a real world example of a mobile and Wear app combination as possible. It has a more refined design and also provides a practical example of how a mobile app would interact and communicate with its wear counterpart.
Related
I am making a small school project. I am developing a P2P android mobile application that will detect other similar devices(devices that are using the same app) around.
My question is how can I test it while developing? Can I somehow run 2 physical devices at the same time and then check their Bluetooth functionalities(If yes, then please link a video, article etc.)? Or is there any other solution for this?
Thank you
Is it possible to use Android Things on a tablet?
My project needs Android Things, but I can't use Raspberry for it, because it will be expensive.
If not, what do I do to a "normal" Android (Android for tablets/phones) to have only my application, don't have notification bar and don't close my app with the life cycle? (like on Android Things)
It's possible to use Android things on a tablet?
No. Here is the list of supported platforms.
If not, what do I do to the "normal Android".
Develop a kiosk mode app or, if it's not enough for you, customize Android source code.
I am wondering if it is possible to run an tizen wearable app in background. I need to run an app in background. I am using several sensors and I need to save these data continuously.
another thing Can we get the sensor in Samsung Gear S2 data such as Heart Rate directly from an android app directly without any widget on the Gear S2.
I appreciate any help or suggestion.
Thanks,
I'm also new on this and I'm starting with Samsung Gear S2.
When I read your post, I thought I read somewhere that Gear S2 would only run web app, yet, I opened the Tizen IDE, used a sample native app, and installed it an ran on Gear S2, so, I would say that you probably can do it. I would just explore the native sample apps for start, you'll have to develop in c/c++ and as you might know, you'll need to instal the Tizen IDE and the Samsung Extension SDK (http://developer.samsung.com/technical-doc/view.do?v=T000000248)
hope it helps.
It wasn't possible in the first Tizen version that supported wearable (2.2) but became possible later (2.3) when native and hybrid apps were added to the wearable profile.
Not sure how running Android apps on Tizen is really implemented, but I'd expect the chances of Anrdoid apps getting access to device information (sensor and other) is fairly unlikely, as those come through Tizen-specific APIs with also Tizen-specific privilege requirements - the mapping would be complex, but who knows, someone may have managed it. You don't need a widget for that though, the same device information API (and more) is available through native apps.
Yes it is possible to create wearable background app but only with Tizen 2.3 & above and only in Native app versions not in Web apps.
If you want to build app in web version then u can write your service in native and UI in web app and make the app as hybrid app.
Follow the guide in link below to pack a hybrid app:
Tizen Hybrid App Packaging guide
I'm planning to create myself a proof of concept Android Wear application, but I'm not planning to buy myself an Android smartwatch yet. I will buy it if I get positive reactions from my target audience once I show some of them the proof of concept app from my personal smartphone (Android Kitkat).
is it possible to run/debug an Android Wear application on my smartphone? Suggestions for third party software is welcome as well.
For a demo/proof of concept I'd say yes it's possible, in certain conditions/restrictions:
It should be a standalone/fullscreen app (it will be hard to emulate the notifications/cards behaviour)
Define a 320x320px layout for your content (or 280x280, and eventually add a round mask it you need a round watch)
Code like it's Android!
Note that behind the scene communication between the phone and the app will be different when you do it on a real Wear, but for a demo your audience will not see the difference.
You can check this app in which I use a similar layout for the watch, the handheld app and the widgets.
Hi everyone am new to android and developed projects on c, dot net frameworks and python. I have to develop application for android and iPhone tablets. Currently I have to write application for android and have two options.
1) Use java and android sdk
2) Use Phonegap
I would love to use Phone-gap because it's seems pretty much easy as I am familiar with HTML, CSS and JavaScript. But that's not my limitation as I have used jav with E-clips earlier. much better hint is single app for android and Iphone.
My question is if phone-gap will work for me. what I need to start my app on start-up without showing desktop and always on top. and read screen on/off actions. I have crafted kiosk and installed 10.1" android 4.1 tablet. I have to develop app to give it a POS look. My app should start as early as my device boot and always remain on TOP unless explicitly closed.
Any suggestion will be helpful for me as I am new and have only created hello world app on both.