Questions tagged as 'android'

3
answers

How to insert a default color in a tab in tabLayout Android?

Hi, I am doing an Android application and I have created a tabLayout where there is 3 tab, and I would like the central tab to have a different color, like Instagram in the first version. I can not find a way to get it. Thanks. tabLayout = (Ta...
asked by 17.10.2016 / 18:23
1
answer

FATAL EXCEPTION: main (Android + ArrayListHashMapString, String)

This is the LogCat :    09-12 00: 13: 51.745 4047-4047 / com.injob.injob.injobapp W / dalvikvm: threadid = 1: thread exiting with uncaught exception (group = 0x4207bda0)       09-12 00: 13: 51.755 4047-4047 / com.injob.injob.injobapp E...
asked by 12.09.2016 / 07:31
1
answer

Mobile device browser does not play html5 video in mp4 format

I'm creating a website with background video in mp4 format. I am in the process of converting it to webM to see if I can get it reproduced in browsers on mobile devices and it works in chrome firefox and even internet explorer PCs but so far in...
asked by 20.06.2016 / 06:16
1
answer

I do not understand ifRoom functionality on Android

I am creating a ToolBar with 6 icons if in your xml I put app:showAsAction="ifRoom" minus two, the others are grouped in a dropmenu. I understand that it is grouped the items if there is no space for them, but I see that there i...
asked by 18.06.2016 / 20:44
1
answer

Hide keyboard [duplicated]

I have a activity_login , the issue is that when I load the menu, to load another activity , the keyboard does not disappear, blocking the menu. You could hide the keyboard when you press out of AutoCompleteTextView and EditTe...
asked by 08.09.2016 / 02:18
1
answer

Problem when including an animation of a logo in android studio

It turns out that I am developing an app that has a Splash Screen first, to which I wanted to make the logo move from below to the center of the activity, but when debugging the application on my phone the animation is not appreciated, I have us...
asked by 18.09.2016 / 07:20
2
answers

How to restrict minimum and maximum values of a DatePickerDialog that emerges from an EditText of Date type in Android?

I want to set the minimum and maximum value of a DatePickerDialog that emerges when I click on an Edit Text of type Date, according to what I have researched, it can be done with this: setMaxDate(long maxDate) setMinDate(long minDate) But I...
asked by 13.06.2016 / 01:26
1
answer

Alternatives to Sliding Drawer

I was going to use SlidingDrawer in my app but I saw that it appears to me as obsolete and that it probably causes problems in the next versions of android and I would like to know what are the options available in the Android SDK or that third-...
asked by 15.06.2016 / 03:55
1
answer

How to load a listview into another listview?

Good morning. I have a listView in which I must load another data list into it, that is, in each item of the listView there is a button, when that button is pressed I should bring a list of data, but I have not found the way to solve this sit...
asked by 25.11.2016 / 20:51
3
answers

How to free Memory in my android application

Good days I'm already in the process of testing my android application, and I have a question what happens is that being doing several movements, the app freezes and gets a little slow, what I see is by memory detail of my app, is not r...
asked by 25.05.2016 / 18:06