Click here to Skip to main content
15,888,116 members
Home / Discussions / Android
   

Android

 
AnswerRe: android Pin
User 171649227-May-15 0:23
professionalUser 171649227-May-15 0:23 
AnswerRe: android Pin
Richard MacCutchan27-May-15 1:15
mveRichard MacCutchan27-May-15 1:15 
AnswerRe: android Pin
Member 1052365028-May-15 6:31
Member 1052365028-May-15 6:31 
AnswerRe: android Pin
Dadecki17-Jun-15 22:54
Dadecki17-Jun-15 22:54 
Questionhow to point in google map using address..? Pin
Member 1172141526-May-15 18:57
Member 1172141526-May-15 18:57 
QuestionRe: how to point in google map using address..? Pin
Richard MacCutchan26-May-15 22:00
mveRichard MacCutchan26-May-15 22:00 
AnswerRe: how to point in google map using address..? Pin
David Crow27-May-15 2:55
David Crow27-May-15 2:55 
QuestionProblem with java and Android Pin
Member 1172109726-May-15 14:59
Member 1172109726-May-15 14:59 
I got a code written in java on my Android phone as java program only. That works fine, but its not an app. Just a program. I then created an android app with the same code. But that wont work. It has a textbox to input numbers into an arraylist, then I have a HashSet which takes the data from the arraylist. Then finds duplicates via collections.frequency but that part doesn't work if the data is input by user via textbox. It puts out: 24 shows that many times: 1. However, when I disable the userinput. And create the numbers in the code like so: list.add("24"); list.add("33"), and so forth. It then picks a number randomly and put it out like so: 24 shows that many times: 2
regardless if other numbers in there are also duplicates. Its picks a number randomly. Unlike in eclipse or even on the phone as just java no Android involed it puts out any number which is a duplicate like so: 24 shows that many times:2. 33 shows that many times: 4. 39 shows that many times: 3. It puts out any number which is a duplicate. Not so in android. It pick one number only and that randomly.
Any help is appreciated.
Thanks
Newbie88
SuggestionRe: Problem with java and Android Pin
Richard MacCutchan26-May-15 21:58
mveRichard MacCutchan26-May-15 21:58 
GeneralRe: Problem with java and Android Pin
Member 1172109727-May-15 15:56
Member 1172109727-May-15 15:56 
GeneralRe: Problem with java and Android Pin
David Crow28-May-15 4:20
David Crow28-May-15 4:20 
QuestionHow can I export my Database Information in a file Pin
Jamil.Chowdhury24-May-15 6:46
Jamil.Chowdhury24-May-15 6:46 
QuestionRe: How can I export my Database Information in a file Pin
David Crow26-May-15 7:25
David Crow26-May-15 7:25 
QuestionWhat's the real meaning of a widget? Pin
CRobert45623-May-15 9:46
CRobert45623-May-15 9:46 
AnswerRe: What's the real meaning of a widget? Pin
David Crow23-May-15 12:33
David Crow23-May-15 12:33 
AnswerRe: What's the real meaning of a widget? Pin
Dadecki17-Jun-15 22:56
Dadecki17-Jun-15 22:56 
QuestionUsing a certificate in an android app Pin
Member 1168395012-May-15 8:48
Member 1168395012-May-15 8:48 
QuestionRe: Using a certificate in an android app Pin
David Crow19-May-15 2:32
David Crow19-May-15 2:32 
AnswerRe: Using a certificate in an android app Pin
Member 1168395019-May-15 5:55
Member 1168395019-May-15 5:55 
AnswerRe: Using a certificate in an android app Pin
Member 116839506-Jun-15 7:02
Member 116839506-Jun-15 7:02 
QuestionRegarding Android.. Pin
Member 116768678-May-15 23:21
Member 116768678-May-15 23:21 
SuggestionRe: Regarding Android.. Pin
Richard MacCutchan9-May-15 0:23
mveRichard MacCutchan9-May-15 0:23 
AnswerRe: Regarding Android.. Pin
Dadecki13-May-15 2:57
Dadecki13-May-15 2:57 
Questionhow do we provide security for web app connecting to server Pin
Member 116738607-May-15 19:39
Member 116738607-May-15 19:39 
AnswerRe: how do we provide security for web app connecting to server Pin
Richard MacCutchan7-May-15 21:25
mveRichard MacCutchan7-May-15 21:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.