Questions tagged as 'android'

1
answer

Android Timer or Service

Hello with all I have an application that works with a database, I want to execute a query in the base like the one that I leave later, the detail is that this method (query) should only be executed at 7:30 of the Tomorrow every day someone can...
asked by 22.10.2016 / 07:02
1
answer

Difference between RealmList and RealmResults in Realm.io of Android

What are the differences in returning the data of a query Realm.io that are in the form of RealmList or RealmResults ?     
asked by 20.10.2016 / 12:35
1
answer

Modify the activity_main_drawer.xml from an external server xml

I have this file activity_main_drawer.xml inside the folder res/menu/ <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <group android:checkableBehavior="s...
asked by 29.05.2017 / 14:00
3
answers

Android - How to access the content of a phone that does not work?

I have a phone with Android operating system and I have a terrible problem ... What happens is that after downloading applications and using it for a long time, I stop working correctly, it locks up when it reboots, and when it enters the ope...
asked by 15.10.2016 / 01:53
1
answer

Android: Problem with Listview and CursorAdapter

I am testing the loading of a database (SQLite) to a ListView using a CursorAdapter. From MainActivity I can access the data of the database without problems. The problem is that when you call the adapter the application hangs. Here I leav...
asked by 19.10.2016 / 00:48
2
answers

Define different Android home screens

This question I already asked for swift I'm doing an app in Android , in which I check if a user is already registered or not. If you are registered, I show you a screen, but if you are not registered I show you another one....
asked by 02.09.2016 / 12:54
1
answer

Android Permissions System Deny Button

I'm trying to integrate the permissions system from android 6 onwards. The objective is to force the user to accept the permissions to be able to use the app. In the game CSR Racing they do it hiding in the System dialog of permissions the rejec...
asked by 01.09.2016 / 12:38
3
answers

Difference versionCode and versionName on Android

What is the difference or what is it for? versionCode 1 versionName "1.0"     
asked by 31.08.2016 / 19:59
1
answer

Change activities by sliding on the screen

I have an application that has 3 activities and I want to pass between them by sliding on the screen. I was trying but it does not work out, how can I do it? I already have the 3 activities done, each one with its functions, I want to communicat...
asked by 30.09.2016 / 03:40
1
answer

how to draw a route on a map with mapsforge?

I need to draw routes from one point to another with the latitud and longitud of those points on a map with the library mapsforge or if there is another one that please tell me. Greetings     
asked by 20.04.2016 / 15:57