Questions tagged as 'java'

1
answer

Problem with smoothScrollToPositionFromTop android

I currently have a grid nxn which moves through some buttons which I press can be from 1 to 10 (it's an example) every 1 represents a position in the grid when he changes from 1 to 2 or to 3 he will have to smoothScrollToPositionFromTop medium g...
asked by 02.08.2016 / 22:32
0
answers

Can you name the elements of a two-dimensional array [closed]

I have a jTable that is modeled through an array of objects that in turn fill with data from a sql query, but I have two types of queries and one returns me (axis1, axis2, axis3,4 , 5,6) and the other (axis3, axis2,6, axis1,4), the point would b...
asked by 15.07.2016 / 22:02
1
answer

Pick up property files in the Tomcat according to the environment

I have a war that I raise it with tomcat 8, I need to load a file of properties according to the environment in which I am (dev, test or prod) that are in the "conf" folder of the tomcat. What do you recommend me to use?     
asked by 15.07.2016 / 18:11
1
answer

Error Scrolling Gridview

I am new to
asked by 26.07.2016 / 17:20
0
answers

Container in android? [closed]

Good morning, I'm new to the web, I've been working with android lately I'm a newbie and I was wondering if there is any way to make a "container" on android, it turns out that my first activity is to log in, I have two edittext one for user and...
asked by 18.06.2016 / 21:26
0
answers

Create or integrate a ChangeLog system on Android

Normally I use the android-change-log library to integrate a changelog system in my apps, but I think it's already very obsolete, it does not correspond to the Material Design guidelines. Can you force the dialog box you use, be it Mat...
asked by 20.06.2016 / 08:46
0
answers

Error 'source not found' when I'm going to perform debug in Eclipse

I have tried in many ways to debugging for a jsp file, but it always keeps coming to me 'source not found', I copied the project files in the build path. Here is one of my attempts to solve the problem (the normal solution)     
asked by 13.06.2016 / 08:08
0
answers

input type file multiple argument type mismatch

I am trying to implement a functionality in which you can upload as many files as you wish to select to the server. I'm doing it with: <form id="uploadForm" action="uploadFilesDPT.do" styleId="withoutPadding" method="POST" enctype="multipar...
asked by 15.06.2016 / 12:49
1
answer

Glide.load from request

In my android application I am using the Glide library for loading images, but I need to upload images that are only obtained with POST calls and a certain body (they do not return with just one URL). For now what I do is download the images...
asked by 07.07.2016 / 15:35
1
answer

InputStream stream = new URL (params [0]). openStream ();

I need to send an additional variable to the url, my code is this private final String mGeoJsonUrl = "http://181.XXX.XXX.XXX:8080/MIPAGINA.php?id=" + id ; protected void start() { DownloadGeoJsonFile downloadGeoJsonFile = new DownloadGeoJ...
asked by 06.07.2016 / 21:56