Questions tagged as 'android-studio'

0
answers

Inquiry - Action Bar with SearchView and Sppiner

Is there any control that allows me to do a search from the ActionBar but previously selecting an item from a Spinner? I need the search shown in the image to be done from the ActionBar for reasons of space and consistency with the others Fragme...
asked by 19.04.2018 / 14:41
1
answer

Help with xml, Android Studio

My App consists of a Activity where the Fragment are loaded. In this case to load is fragment_automotor , it performs a search based on a patent, returns the data of the owner and in a RecyclerView classifies the de...
asked by 17.04.2018 / 13:31
0
answers

How to install and configure Kobalt in Android Studio

I have been reviewing several pages, I follow the steps indicated but I can not create a project in kobalt. I followed this guide , but I do not see the file Build.kt     
asked by 15.04.2018 / 22:14
0
answers

Get Fragment data in a ViewPager (Form)

I have a Activity that contains 5 Fragment with a ViewPager type form, what I want is to recover the information of each EditText of the Fragment as it happens with the swipe from one fragment to another, I d...
asked by 17.04.2018 / 00:13
0
answers

TextView next to an ImageView

I have a question about the design of an xml ... I want to have a text and on the right side have an image, that when the text exceeds the size of the image follow, taking the whole width of the screen as in this photo . Thanks !!  ...
asked by 13.04.2018 / 18:43
0
answers

How to use ViewModel in Kotlin?

I need to know how to use ViewModel in Android specifically in Kotlin. The problem is that I can not find any tutorial in Spanish to teach me. Could someone give me some or some information? Thanks in advance.     
asked by 13.04.2018 / 10:00
0
answers

webview android does not load url http

I have the problem that my web does not load link from webview however if it loads others like link . Using WebViewClient if it works for me, although I prefer not to use it because it unravels the whole design, although the navigation bar ap...
asked by 15.04.2018 / 18:48
0
answers

How to create these objects within a Fragment

I want to add the following two objects within a Fragment so they can be used by the elements of the layaout of that fragment. These are the objects I want to add: public void copiarEstatico (View view){ ClipboardManager myClipboard = m...
asked by 11.04.2018 / 21:17
0
answers

error when communicating with the CMake server

Hello, this is the first time I use android studio and I see this error, I already have CMake installed in the route that appears but it gives me that error. ERROR: Error occurred while communicating with CMake server. Check log H: \ Pr...
asked by 14.04.2018 / 19:51
1
answer

Otto eventBus does not work for me with three fragments

I'm using the Otto library as a bus event manager but it does not work well for me. Let's say I have three Fragments let's say FragmentA , FragmentB and FragmentC within the same Activity. 1.-The Fr...
asked by 12.04.2018 / 21:56