Questions tagged as 'android'

1
answer

Localhost connection does not work Android webview

If I try to go directly to the localhost of the server through Chrome I can enter but through an application the page is blank, follow the code: public class WebActivity extends Activity { private WebView webView; public void onCreat...
asked by 16.02.2015 / 21:47
1
answer

Web Service returning invalid value

Good people, recently I asked a question with the title:    Application presenting this error: Error parsing data org.json.JSONException But by researching I came to a different conclusion in which I had created the question, so I'm creat...
asked by 20.02.2015 / 19:09
2
answers

Android: Problem fetching last id inserted with SQLiteDataBase (ORM Lite)

I'm having a problem executing a query (with ORMLite) that adds the return to 'lastConfiguration' in which you should get the last 'id' inserted in the Configuration table. The method that looks for the last configuration is as follows: publ...
asked by 23.02.2015 / 23:57
1
answer

Navigation Drawer Activity

I have a problem with an application that I'm developing in Android Studio, it has the option to insert a activity (Navigation Drawer Activity) I inserted it and put a button to call it. The problem is that when I click the button the appli...
asked by 04.02.2015 / 13:37
1
answer

In the eclipse android, when the emulator is in landscape the program does not change?

In the eclipse android, when the emulator stays in landscape the program does not change continues in portrait how to solve this.     
asked by 15.03.2015 / 13:33
1
answer

ERROR; Canvas: trying to use a recycled bitmap android.graphics.Bitmap

I am getting a bitmap from a gridview and displaying it in another activity, then when I open 3x to another activity the app hangs and closes. First acitivy view.buildDrawingCache(); Bitmap bitmap = view.getDrawingCache...
asked by 16.03.2015 / 18:06
1
answer

Search Places by category

I'm using api google places that returns a JSON, I was able to search for places with lat and long and also with placeid , now I need to search the place for tipo/categoria eg restaurant, gym, electronics and etc. T...
asked by 06.07.2015 / 22:42
1
answer

Error importing Eclipse project for Android Studio

Every time I import my project "Radio__SantAna" from Eclipse into Android Studio, I get this error: * C:\Users\Cliente\AndroidImageSlideShow\AndroidManifest.xml: Invalid XML file: C:\Users\Cliente\AndroidImageSlideShow\AndroidManifest.xml: Pre...
asked by 19.01.2015 / 13:53
1
answer

Error while running project: Can not set up guest memory 'android_arm': Invalid argument

I am not able to run my application, first leave a memory error corrects not to exceed the maximum in MB. Now, I get this error that I did not understand, saying that the arm is invalid . How do you get rid of this problem? Failed to creat...
asked by 17.01.2015 / 21:12
1
answer

List tables with specific column

I'm creating an application on Android using SQLite and I need to get a list of tables with a specific column like: SELECT table_name FROM sqlite_master WHERE table_column_map = 'imagem' Is it possible to do this?     
asked by 19.01.2015 / 00:04