Questions tagged as 'android'

2
answers

problems implemented BottonBar

Hi, I'm trying to implement a BottonBar , it's already in my xml file it shows perfectly in the activity the problem is. To add the functions android studio does not recognize me setOnNavigationItemSelectedListener This is the co...
asked by 01.05.2017 / 01:32
1
answer

Pass data between Fragments

I have done a ViewPager, with tabs to navigate between the different fragments (3). My idea was to have in the first fragment a list of CheckBox with the names of companies, and that when you slide to the second fragment, in which I have a ma...
asked by 07.04.2017 / 13:17
1
answer

Problem with RecyclerView and List on Android

Good morning. I'm trying to download a series of data from the internet. To do this, through a webservice filled a list of objects. This list is sent to RecycleAdapter to show them in RecyclerView . But in doing so, I get this pr...
asked by 08.04.2017 / 21:26
1
answer

Error running Android Studio APP

When trying to run my APP with Android studio, I get this error Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. > com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry...
asked by 31.03.2017 / 09:46
1
answer

Merged Manifest in Android Studio

Because in the Merged Manifest I see the minSdkVersion and the targetSdkVersion with other values different to the AndroidManifest of my app? I was investigating and I understand that when the app is compiled, a definit...
asked by 07.04.2017 / 15:05
2
answers

DrawerMenu W / PathParser: Points are too far 4.000000596046461 on Android

I created a new project using the wizard to implement side menu DrawerLayout when selecting from the menu an item onNavigationItemSelected the debug returns me    W / PathParser: Points are too far 4.000000596046461 apart...
asked by 09.05.2017 / 15:44
3
answers

How to make an AlertDialog run once at the start of an Activity?

I have an alert message that is in the main activity and that is executed at the moment of entering that activity, how can I make the alert message show once, that is, when it is for example in the activity 2 and return to the main activity the...
asked by 09.05.2017 / 02:22
1
answer

Error in Intent

I am developing a project in AndroidStudio that consists in consuming certain xml from internet and loading them in CardViews and using RecyclerView. When I click on the image of the Card, I want the article to open in a window within a fragment...
asked by 30.05.2017 / 18:02
1
answer

Error using a WebView, NullPointerException

Good I have a problem when doing my WebView. 05-02 23:38:11.239 29315-29315/srf.lec.noctambuloss E/AndroidRuntime: FATAL EXCEPTION: main Process: srf.lec.noctambuloss, PID:...
asked by 03.05.2017 / 04:42
3
answers

Customize text layout android

How can I customize the TextView? My idea is that some parts of the layout look more than others to make more emphasis in certain parts of the layout. Basically my idea is the one that appears in the image that I attached, but implemented in my...
asked by 02.05.2017 / 11:24