Tagged Questions
0
votes
0answers
272 views
Android : Take a photo or an image from the gallery to crop it, runtimeException while changing Intent Uri
at some point in my application, I have to either take a photo or an image from the gallery and crop it.
I manage to do all that, but the problem is that when I crop the image, it crops the original ...
0
votes
3answers
536 views
RuntimeException: Unable to resume activity. Intent getting Extras
I really don't know what's wrong:
I've made function, that moves user to AddNewQuestionClass
//function is in Activity Class
public void wroc(String sciezka){
Intent intent = new Intent(this, ...
0
votes
1answer
243 views
Unable to save a photo captured with the native camera app
I'm trying to use the built-in camera app, calling it via an intent from my own app, to take a picture at a specified place. I've use lot of sample code from developer.android.com but it throws an ...
0
votes
3answers
188 views
Android 2.2 : java.lang.RuntimeException when using intent
I've this issue when I run my code (caused by an intent):
08-28 05:30:11.785: E/AndroidRuntime(27529): FATAL EXCEPTION: main
08-28 05:30:11.785: E/AndroidRuntime(27529):
...
0
votes
2answers
226 views
Force Close on RingtonePicker
My code refused to return the right requestCode so I've improvised a bit. It always returned -1.
if(v.getId() == R.id.imageButton9)
{
request = 888;
Intent wpIntent = new ...
2
votes
1answer
530 views
NullPointerExeption with and intent Android
I have a switch class to determine phone or tablet and I get a null pointer exception when the intent is created. I am just wondering what is causing this as both activities exist and the switch is ...
