Questions tagged as 'android'

0
answers

ListView within a CardView

I have a question, I need to make a layout like that of the prototype: This layout is dynamic, the item that is in the first row (parent) can have several items from the following row (children), all these items are clickable and will t...
asked by 13.04.2016 / 18:46
1
answer

Game javascript in the cordova framework or phonegap

Good afternoon, I created a game for the web with javascript, I wanted to port it to android, after searching I found the cord or phonegap, which is pretty cool, but when I compiled the game for android the frame rate per second gets a lot low,...
asked by 08.03.2016 / 18:25
1
answer

Strange Behavior of BaseAdapter on android

I have a ListView with CheckBox , this ListView is organized with two List in the adapter, one that would be all items, and the other only with those selected. I created a CheckBox to add the markup / deselect all f...
asked by 15.02.2016 / 16:52
1
answer

How to retrieve images from an android device through a date?

I need to recover all the images (internal and / or external) that is on my device, but I need to filter this search by a date. Example: I need to search all the photos taken on 02/10/2016. Just for curiosity, after getting this list, I will fil...
asked by 10.02.2016 / 19:34
1
answer

How do I run a video on Android Chrome?

How to run a video tagged video in google Chrome browser? My code: <video autobuffer id="bgVideo" loop="true" volume="0"> <source src="/video_bg_1.webm" type="video/webm"> <source src="...
asked by 05.02.2016 / 20:27
1
answer

Help with Wifi Manager

I need to read a value of 2 edittext being SDDI and Password and connect to that access point with this information example: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);...
asked by 25.04.2016 / 22:19
0
answers

Open Facebook in your browser

I've created a Facebook application that briefly, at some point, uploads a photo to the visitor's album, and then uses var janela = window.open({urldafoto}) to open that photo in the album. So far so good. I needed to know when this wi...
asked by 11.03.2016 / 13:25
0
answers

Plus.PeopleApi can not connect

I'm developing an application that will create, read, and update some documents in Drive . In NavigationView , I would like to identify the User account. The same way it is done in the Google Play or Play Music app....
asked by 09.03.2016 / 20:40
0
answers

Problems with AutoCompleteTextView [closed]

I'm first using AutoCompleteTextView with Json that goes through the google streets. It works fine until the moment I click on the street and I get imagined that I click on the street "Stackoverflow.com Street" in my AutoCompleteTextVie...
asked by 23.03.2016 / 11:27
2
answers

How to make LinearLayout stay at the bottom of the screen?

I have tried many things here to make my LinearLayout stand at the bottom of the screen but I can not do that. I need to do this with Linear which has the id="underneath" Anyone know? Follow my xml: <?xml version="1.0" encoding="utf-8"?&...
asked by 13.09.2017 / 14:12