Questions tagged as 'android'

1
answer

problems with GPS for an android app

In an activity I have a button that automatically returns the street, the city and the country in which I am. This happens as long as I have the location activated on the mobile. If I am deactivated in this activity, logically it does not detect...
asked by 24.08.2016 / 09:04
1
answer

Android: When turning the device my application fails in my fragment google maps. Why?

Good morning. My app has a fragment in which inside, it has another fragment of the google map, it works perfect. When turning the device from vertical to horizontal the first time, nothing happens, the application continues to work, but if a...
asked by 04.10.2016 / 21:31
1
answer

Save selected options in SharePreferences of an AlertDialog Multichoice

Good afternoon I have an AlertDialog in the Multichoice actionbar, which I fill from a webservices. I need that when the user selects one or x options and clicks on ok, those options are saved in the Sharepreferences of the system, so when...
asked by 08.06.2016 / 17:40
1
answer

RecyclerView: No attached plugin; skipping layout with fragments

I have this error and I have not been able to solve it, I hope someone can help me. public class MainActivity extends AppCompatActivity { private ViewPager mPager; private SlidingTabLayout mTabs; private Toolbar toolbar; private RecyclerView r...
asked by 13.09.2016 / 02:35
1
answer

Edit Google Material Design icons

Do you know if it is possible (referring to rights), edit the icons or add new ones in the Google Material library?     
asked by 29.09.2016 / 04:31
2
answers

Perform HTTP Requests over USB and Sockets

I am working on a development which consists of being able to make HTTP requests using the usb cable and the pc as an intermediary, I followed this page which helped me but I'm having a little problem which I can not fix, here's my code:...
asked by 02.06.2016 / 15:50
4
answers

Change color to my tabbedPage in xamarin forms

Someone knows how I can change the color of my tabbedPage in Xamarin forms, I want it to have the same color of the Navigation Bar that I have. The following image is an example of how I want it, just need to change the color of the Tabbed Page...
asked by 02.04.2016 / 11:47
1
answer

Problem when using a tablelayout within Listview

I'm using a custom adapter where I have a .xml where% is% Co and% .xml where I have my view . In my view file enter a ListView and within it TableLayouṭ to accommodate my controls inside, the problem is that when I run my...
asked by 06.05.2016 / 14:43
4
answers

activity Splash Screen only vertical, login activity start vertically by default

I have two activities: It's my splash screen It's my login I need my splash screen (activity 1), only handle the vertical position, it lasts 5 seconds my splash screen. Immediately after the login starts (activity 2) but I need th...
asked by 01.04.2016 / 04:08
1
answer

How to access the developer mode on Android TV?

I'm doing tests with Android TV to install an application from the Android Studio, and I can not find how to access developer mode . In other Android devices, sometimes the mode of developer mode is somewhat hidden, but in Android TV on a Sam...
asked by 22.07.2016 / 16:28