Questions tagged as 'android'

2
answers

VideoView overlaying another videoView on TabActivity Android

I have TabActivity with two Tabs , in both it has a VideoView (Man | Woman). When I start one of the Tabs and then switch to the other, the video of the first still runs under the other video. How can I resolve this?...
asked by 22.01.2015 / 13:45
2
answers

How do I access a Fragments ArrayList after a screen rotation?

I was trying to programmatically add to my Activity a list of Fragments that implement some CardViews. These CardViews have some TextViews that I would like to define from my Activity, and in fact it works by setting them in events after the Fra...
asked by 24.01.2015 / 19:28
1
answer

How to create a List and SubList?

I want to populate a ListView based on two tables, one called category and the other subcategory, and I would like it to look something like this: When I typed a Category name in EditText and clicked the Add button, I added it to the...
asked by 21.01.2015 / 15:42
1
answer

How to call the application "call number" in a webview?

I have a part in my application which is a webview, how to do that when clicking on the webview phone, open the attempted calls?     
asked by 29.12.2014 / 18:45
2
answers

Shopping / Restore within the app on Android

I'm running an app that will have in-app purchases (hide advertising and new features), however I have some questions. The whole purchase process is already working, well hide the advertising and new features are available to the user however I...
asked by 23.09.2014 / 18:42
1
answer

Color of an Android application

I'm trying to leave the color of the application as White (by default), but I can not do it ... It is possible? Or do I have to set the color element by element? I can not also change the color of ActionBar, it follows the relevant code: &l...
asked by 15.09.2014 / 20:37
1
answer

How to copy SQLITE bank from internal memory to SD card Linux command

Good morning everyone, One day I was able to find the database of an android application that I'm doing in internal memory via Linux commands, the application is in Delphi XE but the storage location is the same as an application developed in Ec...
asked by 22.09.2014 / 14:24
1
answer

How to insert a Toolbar in ActionBarDrawerToggle?

I want to insert an icon as Toolbar , but my Android Studio reports a conversion error for Toolbar ... this is the code from which it reports the error: actionBarDrawerToggle = new ActionBarDrawerToggle(this, drawerLayout,...
asked by 05.04.2015 / 05:05
1
answer

Theme change for alertDialog, depending on Android version

I'm developing an app, which uses some alertDialogs at certain times. my question is as follows, I would like to leave the subject of these alerts according to the Android version of the smartphone that will be run the app, ie, it "pick up" the...
asked by 08.04.2015 / 15:09
2
answers

Android app problem sending SMS to email

I'm new to Android developer, I made the following application; package br.com.google.email; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListe...
asked by 26.11.2014 / 15:06