Questions tagged as 'android'

1
answer

problem creating android project on netbeans

I can not create an android netbeans project because that appears on my screen. WhenIselectanandroidplatformitwillgivebugmessageWhyisthishappening?everythingisinstalled. THIS IS THE ERROR MESSAGE     
asked by 06.06.2014 / 01:25
1
answer

Is it possible to create and remove .properties files from Android, by the application itself?

Is it possible to create and remove .properties files from Android , by the application itself? Ex: after creating an annotation it creates a .properties file with the name of that annotation!     
asked by 18.06.2014 / 19:24
1
answer

Is working with weights feasible?

I'm setting up a layout here and after including the property: android: layout_weight , eclipse returns a warning: 'nested weights bad for performance'. Why working with this property is bad for performance? And to what extent, will this inf...
asked by 20.06.2014 / 13:56
1
answer

Observer Project Pattern on Android

Would anyone like to show me an Observer structure inside the android? I was trying to build an equal to java, but I did not succeed. My test was done as follows: I created a class Banco and a class ClienteObservable ; I...
asked by 24.03.2014 / 19:45
1
answer

Portuguese problem in ADT

I'm working on an Android App , and a friend of mine sent me the app that he worked but had a problem, all the characters of our language as the " ç "have become things like c '@%, evidencing problem in coding / translation. I wanted to know...
asked by 23.03.2014 / 16:13
1
answer

How to read a CSV file using Android?

I'm a beginner on Android and I was wondering how to read a TXT file for my application. This question helped me a lot: link But in my case, the user will put a CSV file inside the sdcard or the tablet's memory, I would like to know h...
asked by 11.03.2014 / 19:10
2
answers

How to view data from a Cordova database?

I would like to know if there is a way to access and view recorded data from a database Cordova ? I have a mobile application (Android and iOS) and I know I can view the records using log or alert but there is some way to vie...
asked by 11.03.2014 / 14:33
2
answers

How to know the remaining time for the alarm to ring

I'm developing an alarm clock. Below I have a function to set the alarm. But I want to know how to find the remaining time for the AlarmManager to trigger the PendingIntent. For example, it is now 11:00 AM, and we set AlarmManager to trigger...
asked by 24.06.2014 / 16:26
1
answer

OnMyLocationChangeListener Google maps android

I have an application that works like a GPS tracker, it is working normal, when the user moves it plays on my server the change that causes all the devices to change the Marker. But I need to make the OnMyLocationChangeListener function work eve...
asked by 03.08.2014 / 19:05
1
answer

Android: InputStream

Is there a way I can change: InputStream is = getAssets().open("xxx.html"); To: InputStream is = ("http://www.xxx.com.br/xxx.html"); Maybe using HttpURLConnection but I do not know how to implement it. Here's a piece of my code wher...
asked by 31.07.2014 / 17:10