Posts by sThiago • 375 points
16 posts
-
3
votes1
answer104
viewsQ: Capture the current user location in a time interval and send it to the server
Fala galera. So I need my app to send the user location to my remote server every x minutes. I would like to know what would be the best workflow for this to happen in the right way. I think the way…
-
4
votes1
answer4841
viewsQ: SHA-1 key problem in apk release and debug
I finally got a version alpha from my Android app and decided to send it to the Play Store for the first time. As I’ve never done this before( I’m new in the world of Android development), I read…
-
1
votes0
answers767
viewsQ: Maven dependency problem (plugin m2) in Eclipse
I’m new to Java development and I don’t know much about Maven. The little I learned was through research and tutorials on the internet, and now I’m facing a problem that seems to be related to…
-
-1
votes1
answer986
views -
-1
votes1
answer986
views -
2
votes0
answers2786
viewsQ: Hosting tips for Java application using JSP, Hibernate, Mysql and Tomcat that serves data for Android application
Guys , is the following. I developed an Android application where it is fed data coming from a remote database (Mysql) via Restful. On the server side, I developed a java application using JSP and…
-
0
votes1
answer70
viewsQ: Mysql query with column created by select in other tables
Good morning guys. Assuming a business rule where I have restaurants, and each user can follow several restaurants, I create a table, table and tabela_restaurante_usuario_seguindo. Hence, when a…
-
1
votes1
answer38
viewsQ: Keep my app checking for Webservice updates
So my question is this:: Assuming I have a list RecycleView of users in my application, where this list is filled through a request to my WebService. I would like my application to be 'checking'…
-
0
votes0
answers145
viewsQ: Adapter Problems in Searchview
Guys, here’s the deal. In my app, when opening it you have an Activityprincipal, in this Activity I have a Viewpageradapter that shows three Tabs(Let’s call them tab-1, tab-2 and tab-3, each with…
-
0
votes3
answers366
viewsQ: startActivityForResult inside an Adapter?
Good night, you guys. My scenario is the following: In Activity A, I fill a list through a Recycleview with an Arraylist returned from my Webservice. The Layout of this list has an image, a title…
-
0
votes1
answer33
viewsQ: Follow/unFollow button on a lsitView populated by a request to a REST Webservice
So guys, my question is this:: I have a ListView which is popular for a request to my web service REST. Each item of this ListView has a button. By clicking this button, the user logged into the app…
-
4
votes2
answers5680
viewsQ: How to authenticate a user in an android app that uses Facebook login
I’m creating an Android app where the user will have to register to have access to the application content (a login). For this, I use by default the famous Facebook Login. When the user logs through…
-
3
votes1
answer1036
viewsQ: What is the simple way to create a Webservice Rest from an existing Dynanic Java Web project?
Fala galera I’m a beginner in the world of java and created a Dynamic web project where I use Hibernate, Primefaces and Tomcat. Everything is working, screens, records (CRUD) and stuff. Only now I…
-
4
votes1
answer1964
viewsQ: Image upload with Primefaces on Tomcat server, only the image path being saved in the database
Fala galera. I’m a beginner in Java and am doing a small Dynamic Web project using Primefaces, JSP, Hibernate and Tomcat. Basically it is several forms of registration and one of them is the…
-
3
votes2
answers2291
viewsQ: Storing measure drive in Mysql table
In one of my forms it will be necessary to collect the height of the user in meters. However, this form can be in English or in Portuguese. If you are in English this height will be in feet (Feet).…
-
1
votes3
answers16929
viewsQ: Multiple foreign keys from the same table. Is it possible?
I am studying Mysql using Mysql Workbrench to create a diagram of my database and the following situation arose: Imagine that I have the table_A and the table_intensity, where : Structure of table:…