Questions tagged as 'android'

0
answers

update android date by adb

I need to update the date and time of my tablet by means of adb , in a nexus with android 5 I do it with: adb shell date YYYYMMdd:HHMMSS However in another tablet with android 6.0 does not allow me, the following message appears:  ...
asked by 06.07.2017 / 00:43
0
answers

My app does not work on another cell

Good, I am developing an Android application that I always compiled on a cell phone with API 21, and now that I am testing with other devices, I can not make it run on an API 16, when the minimum API to run the application is API fifteen. The co...
asked by 22.06.2017 / 17:36
0
answers

E / RecyclerView: No adapter attached; skipping layout Android 4.4 KitKat

I have this error E / RecyclerView: No adapter attached; Skipping layout , but I do not know why. I have read different questions on the same subject, but nothing could help me On the other hand the error does not show me in Android 5.0, whe...
asked by 23.06.2017 / 18:03
0
answers

NavigationDrawer event in Fragment

Hi, I have a problem pressing an option in my navigationView (R.id.create_marker) I want to create a marker in my MapFragment but I can not do it, any suggestions? MainActivity.java code where I press the menu option: navigationView.setNavi...
asked by 23.06.2017 / 02:37
1
answer

Problems with ACCESS FINE LOCATION permission

I am trying to give permissions in time of use. The permission I want to give is the location. I do the following I define in the Manifest <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"></uses-permission...
asked by 15.06.2017 / 06:05
1
answer

How to turn the screen without hiding the icons? [closed]

How can I make the icons of Toolbar not be hidden when I turn the screen? (I'm programming on Android with Java) ..     
asked by 12.06.2017 / 18:25
1
answer

XML Parseo with use of RecyclerView

I'm doing an app that consumes data from an xml that comes from the internet, this consumed data is shown in CardViews inside a RecyclerView so when you click on the image of the CardView another screen with the details is opened (Image, title o...
asked by 13.06.2017 / 17:53
1
answer

Android Error Execution ZXing Integrated QR code reader

Well, here's my problem! When I try to build my APK I get the following error Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. > com.android.build.api.transform.TransformException: java.util.zip.ZipException...
asked by 13.06.2017 / 22:49
2
answers

TextView and ProgressBar do not show Android data

I have checked the data that must show are true by means of a toast that prints them, but when wanting to show in the TextView (lessons_count) the original data does not do it, even if I put it to show a Hello. but where I update progress_genera...
asked by 18.06.2017 / 09:22
0
answers

Problem with Validate app version

Good morning I am developing an app, only that I am trying to validate the version of the app that is installed with the version that is in the playstore I'm using this code newVersion = Jsoup.connect("https://play.google.com/store/apps/...
asked by 16.06.2017 / 18:44