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

Android

 
AnswerRe: Android - PC communication Pin
Nick_31415926549-Mar-18 23:33
Nick_31415926549-Mar-18 23:33 
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 
Ahmed, an Android application has an "Internal" data area - that is, an area within the Android file system where data used by that application alone resides. An app's sqlite DB lives in this area.

You say that you want the DB to exist in the "root" area. In that case you're talking about "External" storage. It's called external because it is outside the app's assigned part of the file system. Most applications, that aren't part of the system, do NOT access External storage, and to do so an app requires special permissions that are not granted by default.

Can you explain more about what problem you're trying to solve by wanting to put your DB in External storage? There may be a more conventional and easier way to achieve your aims.
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 
GeneralRe: android widget Pin
Richard MacCutchan7-Dec-17 0:49
mveRichard MacCutchan7-Dec-17 0:49 

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.