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...
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...
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...
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...
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...
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...
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...
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...
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?