Questions tagged as 'android'

1
answer

Libraries for communication between Arduino and Android

I am a beginner Arduino programmer trying to make a connection with my cell phone (Android) and / or my laptop using Java. I did some research and so far I've found three examples of how this might work: Using rxtx libraries (GNU IO) Us...
asked by 18.05.2014 / 15:18
0
answers

Cross-Platform Visual Studio 2012 C # | Android

Is there any solution outside Xamarin to develop in C # Android applications? Accessing features like GPS can we trust and develop commercial applications?     
asked by 27.05.2015 / 14:39
0
answers

Problem with List and HashMap [closed]

I have a list as stated below: List<Map<String, String>> lista = new ArrayList<Map<String, String>>(); Map as stated below: Map<String, String> mapa = new HashMap<String, String>(); Values are loaded...
asked by 26.05.2015 / 16:18
0
answers

Status Bar Android Studio [closed]

How do I open an app while doing the status bar move I'm going to create an inoty style app like I do to make it always active and open a status bar when making the move     
asked by 31.07.2015 / 05:25
0
answers

Is there any function in google maps api to do fixed schedules?

I'm working on an android app and would like to know if there is any way to create routes in google maps fixed and then use them to know the fastest route to a certain destination? Like making bus lines. Thank you for your help, Thank you   ...
asked by 31.07.2015 / 14:03
1
answer

My application in android studio is closing, while consuming webservice [closed]

I have a problem in my application, when consuming a web service service, the application is closing. The idea of my application is that I consume this web service to validate my login, and returning a message approving or not, I do not have...
asked by 22.05.2015 / 13:51
0
answers

Consuming webservice soap on android

I'm trying to consume a webservice but I'm having problems. I have already tested on soapUI and webservice is perfect, the problem is time consuming in Android Studio. I have the following wsdl: This XML file does not appear to have any...
asked by 21.05.2015 / 13:46
2
answers

Error in getWritableDatabase ()

I'm trying to open the database to insert values in class CadSalario , but it's giving me error in dbHelper.getWritableDatabase(); and I looked at the net and I have to call a context , can someone help me? This is the file...
asked by 22.05.2015 / 03:29
0
answers

The JSON array does not want to pass everything to my listview

Here's my error, when I run the app on the emulator, the app does not get a single title from the array JSON, the application, the only error that is in the logcat, was supposed to be passing all the titles to listview .    06-19...
asked by 19.06.2015 / 16:21
0
answers

PushNotification does not close [Android Wear]

My project has several types of notifications. I created an ENUM where I keep the Notification type and id. final Intent intent = new Intent(getApplicationContext(),MainActivity.class); intent.putExtra(TYPE, NotificationType.TYPE1.type); inten...
asked by 19.06.2015 / 17:19