Click here to Skip to main content
15,867,453 members
Home / Discussions / Android
   

Android

 
QuestionAndroid Emulator for Windows 7 Pin
Member 1354659217-Jan-18 0:23
Member 1354659217-Jan-18 0:23 
QuestionRe: Android Emulator for Windows 7 Pin
David Crow17-Jan-18 5:47
David Crow17-Jan-18 5:47 
AnswerRe: Android Emulator for Windows 7 Pin
Richard MacCutchan17-Jan-18 6:14
mveRichard MacCutchan17-Jan-18 6:14 
QuestionAndroid - PC communication Pin
MadDoc7916-Jan-18 1:16
MadDoc7916-Jan-18 1:16 
AnswerRe: Android - PC communication Pin
Richard MacCutchan16-Jan-18 1:51
mveRichard MacCutchan16-Jan-18 1:51 
GeneralRe: Android - PC communication Pin
Richard MacCutchan9-Mar-18 21:58
mveRichard MacCutchan9-Mar-18 21:58 
GeneralRe: Android - PC communication Pin
Nick_31415926549-Mar-18 23:32
Nick_31415926549-Mar-18 23:32 
AnswerRe: Android - PC communication Pin
Nick_31415926549-Mar-18 23:33
Nick_31415926549-Mar-18 23:33 
There are one or two options for the basic communication mechanism between PC and target Android device, for example adb commands (via USB) would allow you to send Intents (android constructs, which if you don't know what they are you need to start with basic Android training before trying to proceed). However, Intents - when used in this way - provide no mechanism to return data BACK to the PC, so your captured images could not be returned.

The most viable solution that I can envisage would use a socket interface, also running over USB. This would give you a fully bi-direction transport mechanism. I have implemented such a system and therefore know with certainty that it works. As the previous poster said it's quite a big task, but I'd say not huge providing you know what you're doing.

Good luck!
QuestionCreating PDF using iText in Android. Pin
sreekanth308410-Jan-18 2:37
sreekanth308410-Jan-18 2:37 
AnswerRe: Creating PDF using iText in Android. Pin
David Crow10-Jan-18 3:14
David Crow10-Jan-18 3:14 
AnswerRe: Creating PDF using iText in Android. Pin
Member 136525092-Feb-18 15:08
Member 136525092-Feb-18 15:08 
QuestionWhere is the location of sqlite db on android device Pin
aahamdan6-Jan-18 21:30
aahamdan6-Jan-18 21:30 
AnswerRe: Where is the location of sqlite db on android device Pin
OriginalGriff6-Jan-18 21:32
mveOriginalGriff6-Jan-18 21:32 
GeneralRe: Where is the location of sqlite db on android device Pin
aahamdan6-Jan-18 22:50
aahamdan6-Jan-18 22:50 
AnswerRe: Where is the location of sqlite db on android device Pin
Nick_31415926549-Mar-18 11:00
Nick_31415926549-Mar-18 11:00 
Questionui_problem Pin
tejeshwarao3-Jan-18 0:17
tejeshwarao3-Jan-18 0:17 
SuggestionRe: ui_problem Pin
David Crow3-Jan-18 2:54
David Crow3-Jan-18 2:54 
GeneralRe: ui_problem Pin
tejeshwarao3-Jan-18 18:46
tejeshwarao3-Jan-18 18:46 
AnswerRe: ui_problem Pin
Richard MacCutchan3-Jan-18 23:25
mveRichard MacCutchan3-Jan-18 23:25 
QuestionGet Picture Coordinates Regardless of ScreenSize Pin
Django_Untaken1-Jan-18 19:23
Django_Untaken1-Jan-18 19:23 
AnswerRe: Get Picture Coordinates Regardless of ScreenSize Pin
Richard MacCutchan1-Jan-18 23:13
mveRichard MacCutchan1-Jan-18 23:13 
QuestionHow to generate apk file for jquery mobile project Pin
Mou_kol24-Dec-17 6:24
Mou_kol24-Dec-17 6:24 
AnswerRe: How to generate apk file for jquery mobile project Pin
Afzaal Ahmad Zeeshan31-Dec-17 6:08
professionalAfzaal Ahmad Zeeshan31-Dec-17 6:08 
QuestionWhat is APK in android and how to create apk file. Pin
Hemendra9HZ21-Dec-17 0:33
Hemendra9HZ21-Dec-17 0:33 
AnswerRe: What is APK in android and how to create apk file. Pin
Jochen Arndt21-Dec-17 0:45
professionalJochen Arndt21-Dec-17 0:45 

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.