Multi-National Corporates, Startups, Research & Academia - Cosmopolitan born in Sinai - Philosophy & Psychology interested! - PingPong player and a traveler! - +ASelimSalman - @a_selims
(Analog... continuous nature) - & Digital world (Discrete… binary); What about Quantum?! Context-aware Intuitive UX. Philosophical aspect: use Tech for good and without abusing it. It is all about Context!
are the possibilities? - How you can contribute? - Would your app incorporate this ecosystem to provide immersive UX?! As Android revolutionizes the world of Smartphones… It will revolutionizes the IoT.
on low-end devices (Embedded System: Raspberry Pi, BeagleBone) . Weave: Application layer protocol for interacting with devices. Still early-access. Apply for invitation! https://android.googlesource.com/platform/system/weaved
{ if (requestCode == REQUEST_PLACE_PICKER && resultCode == Activity.RESULT_OK) { // The user has selected a place. Extract the name and address. final Place place = PlacePicker.getPlace(data, this); final CharSequence name = place.getName(); final CharSequence address = place.getAddress(); String attributions = PlacePicker.getAttributions(data); if (attributions == null) { attributions = ""; } mViewName.setText(name); mViewAddress.setText(address); mViewAttributions.setText(Html.fromHtml(attributions)); } else { super.onActivityResult(requestCode, resultCode, data); } }