Click here to Skip to main content
15,885,366 members
Home / Discussions / Android
   

Android

 
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 
AnswerRe: What is APK in android and how to create apk file. Pin
Richard MacCutchan21-Dec-17 1:24
mveRichard MacCutchan21-Dec-17 1:24 
Questionandroid widget Pin
Member 135607745-Dec-17 20:46
Member 135607745-Dec-17 20:46 
AnswerRe: android widget Pin
Richard MacCutchan5-Dec-17 21:47
mveRichard MacCutchan5-Dec-17 21:47 
GeneralRe: android widget Pin
Member 135607746-Dec-17 0:58
Member 135607746-Dec-17 0:58 
GeneralRe: android widget Pin
Richard MacCutchan6-Dec-17 1:02
mveRichard MacCutchan6-Dec-17 1:02 
GeneralRe: android widget Pin
Member 135607747-Dec-17 0:46
Member 135607747-Dec-17 0:46 

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.