Questions tagged as 'android'

2
answers

Block the function btprevious2.setOnTouchListener

I have an application where I use the btprevious2.setOnTouchListener method to perform quick page switching. btprevious2.setOnTouchListener(new View.OnTouchListener() { private Handler handler; @Override...
asked by 13.11.2014 / 12:24
1
answer

Catching multiple boolean values and playing within a variable

I needed to get all the answers that are inside boolean respostas1 and play inside another variable so I can send it to the MySQL database. The way I did it, it turned me all false. For example, I have 4 questions, it should bring m...
asked by 10.11.2014 / 16:33
1
answer

Display an Image via URL

I have an image on the link http://187.45.142.241:8080/umamaoNovo/images/u184Tulips.jpg I would like to know if it takes some function to display fast post need to display images in a ListView.     
asked by 10.11.2014 / 13:05
1
answer

Is it possible to create a calendar in Android Eclipse?

I need to create a "private" contact calendar (not the phone's own API). For example:     I have the BUTTON (A) and BUTTON (B);     I have the AGENDA and AGENDA (B); When the user clicks the BUTTON (A), it will be sent to the AGENDA activ...
asked by 13.11.2014 / 03:35
1
answer

System Calls on Android

I'm creating a comparison between system calls between Linux and Android. On Linux I can create some codes and have already found some tables that demonstrate the system calls in it, but in Andorid, I find nothing. Does anyone know how to make s...
asked by 05.05.2015 / 03:20
1
answer

Access site on mobile without being connected to the network

I made a site in HTML5 and put it in the IDE called NetBeans I executed the project and it came with the following url: http://localhost:8383/tecmov/index.html . Through it I can access my project from another machine sinc...
asked by 17.06.2015 / 13:16
1
answer

Problem in the playstore

I'm having trouble updating my app on google playstore, it points to an error in the "product details" form but I did not add anything to it, this has always been posted. but it always appears "Check for errors in the languages specified above."...
asked by 11.10.2014 / 01:51
1
answer

Mockito-Android Test method return

I am trying to test a return from a method of my class in an Android project. I'm doing it this way: MyClass var = Mockito.mock(MyClass.class); With this, I already have my instance. Now I need to test methods of this class, I did it this w...
asked by 14.01.2015 / 21:50
1
answer

Error Attempt to invoke virtual method 'android.view.View android.view.Window.findViewById (int)' on a null object reference

I have this error and I can not solve it, it gives every time I run the app. LogCat: 01-15 16:09:03.380 2473-2473/com.prjctt.allan.financeiro E/AndroidRuntime﹕ FATAL EXCEPTION: main Process: com.prjctt.allan.financeiro, PID: 2473...
asked by 15.01.2015 / 19:29
1
answer

Pre-development question about android app with data synchronization

I would like to make a simple user registration application using java. However, this application should maintain a local database for offline data access and a database in the cloud to synchronize information when I click a "sync" button....
asked by 15.06.2015 / 21:08