Click here to Skip to main content
15,884,472 members
Home / Discussions / Android
   

Android

 
Questionhow to set color for android pie chart Pin
Member 135008492-Nov-17 20:14
Member 135008492-Nov-17 20:14 
AnswerRe: how to set color for android pie chart Pin
Richard MacCutchan2-Nov-17 23:38
mveRichard MacCutchan2-Nov-17 23:38 
QuestionRe: how to set color for android pie chart Pin
David Crow3-Nov-17 4:04
David Crow3-Nov-17 4:04 
QuestionAndroid (C++) - Eclipse : make (e=2): The system cannot find the file specified Pin
ptr_Electron31-Oct-17 22:48
ptr_Electron31-Oct-17 22:48 
AnswerRe: Android (C++) - Eclipse : make (e=2): The system cannot find the file specified Pin
Richard MacCutchan1-Nov-17 0:28
mveRichard MacCutchan1-Nov-17 0:28 
AnswerRe: Android (C++) - Eclipse : make (e=2): The system cannot find the file specified Pin
David Crow1-Nov-17 3:41
David Crow1-Nov-17 3:41 
QuestionAndroid Pin
Rishikesh Pal29-Oct-17 21:25
Rishikesh Pal29-Oct-17 21:25 
AnswerRe: Android Pin
Afzaal Ahmad Zeeshan29-Oct-17 22:19
professionalAfzaal Ahmad Zeeshan29-Oct-17 22:19 
The problem here would be that you are not understanding how content providers work in Android — they are the toughest and most confusing parts of Android development. Android platform requires apps to expose a read/write/read-write able locations to be used to share the data. If you do not expose these, overall workflow is highly difficult (if not impossible).

When you capture an image with Camera app (not talking about using the hardware camera, and controlling it yourself), the app would try to store the snapshot at a location from where you can access it. That is the part where content providers are used. Content Providers are a complete, and advanced topic in Android development (Content Providers | Android Developers), consider reading them before rewriting your app. Once the camera app does its job, you can then access the image from the File object that you passed as a Uri through content providers. Later, you can stream that file to the server or anything — that is side process.

Android developer website has the full documentation for this, Taking Photos Simply | Android Developers.

Lastly, as for the Geolocation information, consider this answer, Write/Geotag JPEGs (EXIF data) in Android - Stack Overflow, also it does not make sense but somehow it strikes me as though you are creating a camera app yourself, consider this documentation for that, Controlling the Camera | Android Developers
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

QuestionHow would I get a apk android app that I gotten from google play to show popups when it has a alert? Pin
Doggirl327-Oct-17 14:15
Doggirl327-Oct-17 14:15 
QuestionRe: How would I get a apk android app that I gotten from google play to show popups when it has a alert? Pin
David Crow30-Oct-17 4:23
David Crow30-Oct-17 4:23 
AnswerRe: How would I get a apk android app that I gotten from google play to show popups when it has a alert? Pin
Doggirl330-Oct-17 5:37
Doggirl330-Oct-17 5:37 
QuestionQuery about swipe issue in expandable listview in android Pin
Jinal Patel26-Oct-17 23:20
Jinal Patel26-Oct-17 23:20 
QuestionRe: Query about swipe issue in expandable listview in android Pin
David Crow30-Oct-17 4:21
David Crow30-Oct-17 4:21 
Questionandroid speech to text application Pin
Oluawayemi26-Oct-17 15:29
Oluawayemi26-Oct-17 15:29 
AnswerRe: android speech to text application Pin
Richard MacCutchan26-Oct-17 22:10
mveRichard MacCutchan26-Oct-17 22:10 
GeneralRe: android speech to text application Pin
Oluawayemi30-Oct-17 15:16
Oluawayemi30-Oct-17 15:16 
QuestionWhy my Android application can't run. Pin
hmanhha20-Oct-17 6:57
hmanhha20-Oct-17 6:57 
AnswerRe: Why my Android application can't run. Pin
David Crow22-Oct-17 17:07
David Crow22-Oct-17 17:07 
SuggestionRe: Need help with optimisation Pin
David Crow6-Oct-17 3:13
David Crow6-Oct-17 3:13 
Questionhow to write POST methdod to PHP Pin
sadaiyappan_5-Oct-17 23:42
sadaiyappan_5-Oct-17 23:42 
QuestionRe: how to write POST methdod to PHP Pin
Richard MacCutchan6-Oct-17 1:11
mveRichard MacCutchan6-Oct-17 1:11 
AnswerRe: how to write POST methdod to PHP Pin
sadaiyappan_6-Oct-17 18:54
sadaiyappan_6-Oct-17 18:54 
GeneralRe: how to write POST methdod to PHP Pin
Richard MacCutchan6-Oct-17 22:02
mveRichard MacCutchan6-Oct-17 22:02 
GeneralRe: how to write POST methdod to PHP Pin
sadaiyappan_6-Oct-17 22:05
sadaiyappan_6-Oct-17 22:05 
GeneralRe: how to write POST methdod to PHP Pin
Richard MacCutchan6-Oct-17 22:13
mveRichard MacCutchan6-Oct-17 22:13 

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.