Questions tagged as 'android'

0
answers

Take capture of a livestream on android

I'm doing an app that receives video stream from an RTSP address and I want to take a screenshot of stream by just touching the screen ... I've already managed to make it take the screenshot but the problem is that all screenshot are black image...
asked by 20.10.2016 / 16:14
0
answers

APIs on Android to integrate Gmail [closed]

I'm doing an Android app where I want to integrate sending mail and also be able to receive emails from Gmail. I was searching and found an API taken by Google for Gmail, called Gmail API. I read it and I did not really understand how it w...
asked by 22.10.2016 / 01:34
0
answers

how to make an inbox with notifications on android and ios [closed]

good afternoon, thankful in advance for any collaboration. I tell you I have a project divided by states and user roles, my question is: How would a master user of a state / municipality publish something and notify a standard user only of t...
asked by 21.10.2016 / 20:49
0
answers

Create 360 player for Android in Unity with Easy Movie Texture [closed]

People, good afternoon! I need to make a 360 video player for Android, using Unity, the typical camera inside a sphere that plays video. For that I have the Easy Movie Texture plugin, with the example of the sphere that allows me to generate vid...
asked by 31.10.2016 / 15:12
2
answers

Arrayadapter and android fragment

I have a fragment with the following code, the problem I have is that the lines ArrayAdapter NoCoreAdapter = new ArrayAdapter(this,android.R.layout.simple_list_item_1, data); and ruta = (Spinner) ruta.findViewById(R.id.spinner2); I ge...
asked by 31.10.2016 / 20:39
0
answers

Animation in items from a recyclerview

I'm trying to animate the items in a recyclerview and I want to do something like this: What I currently do to animate the items in the recyclerview is the following: final Animation animation= AnimationUtils.loadAnimation(context,R....
asked by 31.10.2016 / 17:02
0
answers

How to obtain different id of each data of a webservice? ANDROID-STUDIO [closed]

Hello good again. I'm with a project where a top ten of the most famous songs will be shown from a webservice right at that moment, the problem is that besides that, we must leave the detail of each song, which within the webservice is an id,...
asked by 15.11.2016 / 18:47
0
answers

Overwrite, reuse Messages (Handler)

When executing the following code: @SuppressWarnings({"BusyWait"}) @Override public void run() { Bundle datos = new Bundle(); Message msg = new Message(); for(Integer i = 0; i <= 10; i++){ try { datos.putStri...
asked by 18.10.2016 / 21:49
0
answers

BLE with Android Studio

I'm doing a project in which I have to read a characteristic of a BLE module, the feature that I need to read is the Heart rate with U UID 00002a37-0000-1000-8000-00805f9b34fb del servicio con UUID 0000180d-0000-1000-8000-00805f9b34f . I...
asked by 16.11.2016 / 13:35
0
answers

How to make a hidden layout slide in my application with a gesture

I have been learning android for a short time and would like to implement that functionality, here is an example: the initial screen is the one on the right and when I touch the cyan-colored bar I move the sub-menu, covering a certain area...
asked by 19.10.2016 / 18:00