Posts by wladyband • 4,694 points
426 posts
-
0
votes1
answer403
viewsQ: How to start by genymotion in eclipse
I have two Android emulators in my eclipse, one that I installed and started using by default of eclipse, and another installed a little while ago is Genymotion, but when I run my application it…
-
1
votes0
answers186
viewsQ: I can’t text my Email through my Android app
I’m new as an Android programmer, I’ve been researching various research sources on how to text my email, I’ve taken an example of a book on the internet, however while running it did not generate…
-
2
votes2
answers358
viewsQ: Android app problem when sending SMS to email
I am new as Android programmer, I made the following application; package br.com.google.email; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import…
-
2
votes1
answer855
viewsQ: Error 229 in SQL Server
I created a user in SQL Server 2014 and then logged in with the created user. When I went to update the folder Table he appears this message: That is, the user I created is not allowed to view the…
sql-serverasked wladyband 4,694 -
1
votes2
answers1667
viewsQ: Can I enter records in Sqlite using Phonegap?
Course environment JDK 7u45 or above. Android SDK 2.3.3 ADT Bundle or higher. Apache ant 1.9.2 or higher. Node Js 0.10.24 or higher. These are descriptions of Treinaweb’s Phonegap Mobile course. I…
apache-cordovaasked wladyband 4,694 -
1
votes1
answer164
viewsQ: Error while performing connection test in Visual Studio
I’m new to ASP.NET programming, and I’m trying to connect Visual Studio 2013 Express with SQL serves 2012 Express and I’m not getting any results. I did the following procedures; procedure 1.…
-
1
votes2
answers1198
viewsQ: 404 error of a Spring MVC application
I am following the Caelum booklet. I made the application "hello world" with Spring MVC, which has both the configuration and the respective Controller. However, when I access the URL…
-
1
votes1
answer213
viewsQ: Data modeling problems with Persistence.xml
I created a college application to create automatic tables by Hibernate with JPA however it gave error in some tables, that were these; Catalogued Orderly Commodity but this generating the following…
-
2
votes1
answer75
viewsQ: Exception occcured while finding Account via ID
gave this error when trying to run a class error Sef.module13.activity.Accountdaoexception: Exception occcured while finding Account via ID that’s the class package sef.module13.activity; //…
-
2
votes1
answer601
viewsQ: problem with CSS with Primefaces
I’m trying to get the edges of the field Modality, being that I can’t, I’m thinking a pesteira that I’m wrong. <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD…
-
1
votes1
answer1415
viewsQ: The JSF Autocomplete component does not work
I am with an application that should enter Social Reason, CNPJ and the city, the two fields Social Reason and CPNJ are working normally, however the field that has to type the city is giving this…
-
-2
votes2
answers597
viewsA: problem in a Maven + JSF application
Even with the conditions shown above it couldn’t solve, however I realized that in my Maven project I didn’t have web.xml which would be the same thing as creating an Android project without the…
-
3
votes2
answers597
viewsQ: problem in a Maven + JSF application
I’m trying to follow a workbook but when I do the Access project properties procedure and find the Project Facets side menu appears the window in the attachment and then I mark the altenativa as…
-
2
votes1
answer270
viewsQ: I can’t get the artifacts into Maven
I have little experience with Java programming and I’m having difficulties to include the libraries by Maven, and I don’t know if it’s really necessary to create a local Maven repository on my…
-
3
votes1
answer1013
viewsQ: I cannot generate the table by Hibernate
I’m trying to create tables automatically by Hibernate, but I’m not succeeding. The Iberian libraries are correct. mysql connector is referenced as well as Hibernate libraries. I believe the problem…
-
4
votes1
answer2596
viewsQ: Creating Automatic Tables by Hibernate
Good afternoon, I am trying to create the tables automatically, and I think I must be missing something. someone can help me? this is my line of code Java office. package br.com.teste; import…
-
0
votes1
answer2672
viewsQ: Mysql Error 1049 How to Solve
had just installed mysql in Ubuntu, then restarted my computer, when I tried to log into mysql gave this error. someone can help me? root@wladi-Dell-System-Vostro-3450:/# mysql -r root -p Enter…
-
-1
votes2
answers119
viewsQ: Questions about NDK
I am studying Android programming in Java, and what worries me is that I will only be able to get a portion of the job market, because there are IOS and Windows Phone phones and that does not use…
-
3
votes3
answers393
viewsQ: Phonegap only plays games?
I have studied hard programming for Android in Java, being has me worried the issue of programming in Java and only gain a share of the market because the programs in Java does not run on Windows…
apache-cordovaasked wladyband 4,694 -
6
votes8
answers27292
viewsQ: PHP does not send accents to Mysql database
Good afternoon, you guys! I installed the OCOMON 2.0-RC6 Help-Desk (Call Opening) system and am having the following problem: PHP looks for the accented words of the database and displays them…
-
1
votes3
answers2968
viewsQ: How to install Android Studio on Linux distributions?
I am new as linux user, and installed the jdk 7 using this procedure below: http://www.edivaldobrito.com.br/como-instalar-o-oracle-java/ Then I used this procedure to install android as shown below:…
-
11
votes2
answers35240
viewsQ: How to develop programs for Android through Python?
To develop programs for Android in Python it is necessary to build a framework in such a way that the application is executable on Android phones? I am new as Android programmer, I am studying and I…
-
0
votes1
answer178
viewsQ: Problem mounting Textviews on Android Studio
I am creating a project in Android Studio, the preview did not turn out as I expected and I would like to know where I went wrong. Here is the XML: <?xml version="1.0" encoding="utf-8"?>…
android-studioasked wladyband 4,694 -
5
votes2
answers1023
viewsQ: Error creating a Mysql table
I created a table in Power Designer as shown below create table BANCO ( COD_BANCO integer not null auto_increment, NOME_BANCO varchar(50), AGENCIA_BANCO integer, CONTA_BANCO integer, GERENTE_BANCO…
-
1
votes1
answer99
viewsQ: problem of creating android project in netbeans
I can’t create a netbeans android project because it appears on my screen. when I select an android platform it give bug message why is this happening.. be all installed. THAT IS THE ERROR MESSAGE…
-
4
votes1
answer803
viewsQ: Install Plugin in Netbeans
I tried to install the plugins and it didn’t work. They are visible in the tab definitions. But it is not in the tab Plug-ins available. I even clicked to be found in alphabetical order. I tried to…