Questions tagged as 'android-studio'

1
answer

How to navigate from an activity to a fragment of another activity of a navigationBar?

Good morning I have a problem in the navigation of my application in which I have a mainActivity (); where I have a series of fragments, now create a form activity in which for the moment I just need the one button to return me to a specific...
asked by 22.03.2018 / 03:14
0
answers

Click on a view using accessibily service

This is my function to change the text in the address bar. but ACTION_CLICK does not work for me @RequiresApi(api = Build.VERSION_CODES.LOLLIPOP) public void Cambiarurl(AccessibilityEvent accessibilityEvent){ AccessibilityNodeInfo source...
asked by 21.03.2018 / 23:40
2
answers

I have 4 buttons on a screen, each one throws a different Activity but only one works for me

I am programming an app for a project, I have a screen with 4 buttons (menu) each button sends me to a new Activity but only the button that sends me to the profile activity works. package com.example.slash.serviceconect; import android.con...
asked by 30.03.2018 / 05:19
0
answers

How can I add an arrayList of bookmarks in my maps application in android studio

Good morning, I hope someone can help me, what happens I have to create an app in android studio which besides giving me my location send me the nearest markers ami as I specify, be it hotels, gas stations, restaurants etc, but I must put in cod...
asked by 20.03.2018 / 21:42
0
answers

TabLayout stopped working when you put NavigationDrawer

Hi, I have created a horizontal menu in the TabLayout from which I showed the corresponding Fragment of this menu, but I have set a Navigation Drawer and the TabLayout menu has stopped working, now when I show the Fragment i...
asked by 22.03.2018 / 20:30
0
answers

Error generating the apk in android, Error: Execution failed for task ': app: transformClassesWithJarMergingForDebug'. TransformException

I have a problem when generating the build apk in android, every time I want to generate it I get an error of    Error: Execution failed for task ': app: transformClassesWithJarMergingForDebug'. > com.android.build.api.transform.TransformE...
asked by 22.03.2018 / 17:47
0
answers

Convert a LinearLayout to an image in order to share it =

I have my layout with information about a transaction this info I want to share with the design that my view has, I want to do it converting the layout to image and share it via wsap, mail or according to the app that is chosen. I was able to...
asked by 22.03.2018 / 18:49
1
answer

Migrate an Android Studio project to an Offline computer

I'm trying to migrate an Android project between computers without an internet connection. Currently working with Android Studio 2.3.2, to make the attempt to migrate the project I have copied and pasted the folders .gradle, .android, .AndroidSt...
asked by 21.03.2018 / 13:31
0
answers

RecyclerView that leads to different activities

What I have is: A recyclerview with images from different places such as bars, coffee shops, etc. What I want is: When I click on each one of these images, they take me to a different activity (to the activity of the corresponding place) M...
asked by 21.03.2018 / 12:41
1
answer

Problem installing Android Studio on 32-bit lubuntu

I installed the light version of ubuntu of 32 bits, lubuntu in an old notebook. I'm trying to install Android Studio and I get the error: "Unable to run mksdcard SDK tool. One common reason for this failure is missing Please fix the underlyin...
asked by 21.03.2018 / 16:05