Questions tagged as 'android'

1
answer

Show only user-installed applications

Good friends, I'm developing an app for the user to share, back up .. from third party apps. Get create a list where shows all the app's. It turns out that I do not want the system applications to appear, I want only those that have been install...
asked by 10.06.2016 / 00:45
2
answers

Menu screens are above the application start screen

I was implementing the Navigation Drawer standard and when I emulated the apk the options screens were over the apk home screen, like this: MainActivity.javaFile@OverridepublicvoidonBackPressed(){DrawerLayoutdrawer=(DrawerLayout)findViewById...
asked by 05.06.2016 / 20:45
1
answer

Error in android studio after update

I made the update from version 1.2.0 to 2.2 and now whenever I try to create or open a project it appears: Fatal error initializing 'com.intellij.debugger.DebuggerManager' And do not let the project open, any solution?     
asked by 05.06.2016 / 19:42
0
answers

Problems with onclick

I have 2 buttons where when clicking I will request information from the server and receive it in a list. The problem is the order because when I first click on the button it does not give me the data I want in the immediate list of the data...
asked by 03.06.2016 / 13:10
1
answer

Problem with using Jaybird

I can not connect to my database using firebird jdbc. the bank is very old and I can not discard it yet, I need to at least download the list of clients and save in sqlite. The problem happens well at first, when I use: Class.forName("org.f...
asked by 02.06.2016 / 23:32
0
answers

Problem saving image from camera to server

Personally, I'm having a problem saving an image of the camera on the server. I put a default image in my Image View and this image is clickable by launching the android camera. When the photo is taken, it goes to Image View all right, however,...
asked by 12.07.2016 / 00:43
1
answer

How to add a view dynamically to android as registered in mysql

I would like to know how to add a view (RelativeLayout) dynamically in my xml, as records are being found in my BD Mysql ... (My connection is made via the Volley lib)     
asked by 12.07.2016 / 02:23
0
answers

OutOfMemoryError x loadAd (adRequest) x AdActivity

Good evening. Does anyone know the AdActivity class? And does anyone know if I can use it seamlessly with finish() ? Context acontext = null; AdActivity adActivity = (AdActivity) acontext; adActivity.finish(); I'm having...
asked by 11.07.2016 / 03:02
0
answers

Make Calls / Send SMS between Android emulators

Using the AVD Manager , I created two devices - one with API level 22 and one with API level 23 . By loading both devices with the emulator, I would like to make calls and send SMS from one to the other. The API 22 emulator is on the...
asked by 14.06.2016 / 03:09
1
answer

Encryption on Android

I want to store information inside a database on Android. But for the sake of security, I'd like to encrypt this information. Does anyone have any simple code for this? (and you can roll back).     
asked by 11.06.2016 / 04:11