Questions regarding practical and advanced use of Intents, Intent Extras and Pending Intents to start an Activity, Service or to respond to a system or application event/notification via a BroadcastReceiver. (refer to info for basic familiarity)

learn more… | top users | synonyms (2)

0
votes
0answers
22 views

Different result of the Application between Android Emulator and Android Phone

I need a help with this Android application! I'm at very beginning in developing on Android and for a school's project I have to create an App that scan qr's codes and shoot photo. I don't own an ...
0
votes
1answer
24 views

Send data to an already open singleton activity

I'm developing an application that has a service on two clients. When a user sends data to from my Activity to another phone through SMS, the other phone recieves it and sends some data back that ...
0
votes
0answers
39 views

Android Service class NullpointerException error

I have problem with my mainservice.java. I want to send edittext's data from MainAcitivity.java to mainservice.java, so I use intent.putextra and intent.getStringextra. Logcat says line number 79 is ...
0
votes
1answer
17 views

Android - Expandable menu to display common data

I have a screen which contains multiple fragments. In that i want to display the common data in all fragments. so i am looking for something like expandable menu (not from left side) to display in all ...
0
votes
0answers
11 views

Drag and Drop an Item to specific Location

I want drag and drop an specific item to a specific area.which means ii have three items when i drag that item to a specific area.It displays the sub items of that item.i had seen many tutorials but ...
-1
votes
0answers
9 views

How to Create Live WallPaper Application [closed]

I am new to android, i wan to develop an application on LIVE WALLPAPERS i fallowed few tutorials which helped me in designing some live walls such as color chaining and generation random circles.. But ...
1
vote
0answers
17 views

Android: ACTION_SET_WALLPAPER without cropping image?

select wallpaper code below Intent pickWallpaper = new Intent(Intent.ACTION_SET_WALLPAPER); startActivity(Intent.createChooser(pickWallpaper,"Select Wallpaper")); but the wallpaper get cropped like ...
0
votes
1answer
26 views

How to send attached file using intent in android? [duplicate]

I am using below code to send email to gmail.Here , i am directly open compose mail of the gmail.it's worked fine.but i need to attache file to that mail.How can i do ? Please can any one help me? ...
0
votes
1answer
48 views

How to start a new intent / call a method in a handler?

In my case, I have a problem starting a new intent or call a method to start this intent if strReceived from bluetooth matches a final declared string str. How do I solve the 'Cannot make a static ...
0
votes
0answers
20 views

Starting ACTION_VIEW Activity from SherlockFragment causes NullPointerException

I'm using sherlockFragment. When I press button call on that fragment to start a call activity using Intent, It caused an error but the web still load. when I close call activity, the error appear ...
-2
votes
0answers
12 views

how can I make custom progress bar for playing music [closed]

How can I make a custom progress bar for mp3 player application just like the one on this page https://soundcloud.com/britneyspears
0
votes
0answers
9 views

No methods firing in RemoteViewsService - Android

Below is some code for my widget extending AppWidgetProvider. The widget renders correctly when put on a home screen, but the view is empty. Using logging, I found that no methods are called from the ...
0
votes
0answers
15 views

Receiving Android Google Play Music broadcast twice

I hope you're having a good day :) Let's get to the point... In my manifest file I have added a receiver like this : <receiver android:name="com.example.app.AndroidMusicBroadcastReceiver" ...
0
votes
1answer
12 views

BroadcastReceiver not being notified of BOOT_COMPLETED

I'm trying to rig together a service that simply issues a notification on "boot" and then another one once the service is running. I'm using the following for my manifest: <manifest ...
0
votes
0answers
18 views

Button Intent in ActionBar

I am making button in ActionBar which would open me another class.. This is my MainActivity code: package com.example.menu; import android.os.Bundle; import android.app.ActionBar; import ...
0
votes
0answers
20 views

Android Studio debugger launches with null intent

When I try to debug my application in the brand new Android Studio, something strange happens: Instead of the intent action set in the androidManifest (android.intent.action.MAIN) it launches with a ...
0
votes
3answers
43 views

trying to take text from one activity and print to text activity but it fails

there is no error present in the code below, first activity works good,but on click button it stops(crash) help me about that public class MainActivity extends Activity { @Override protected void ...
0
votes
0answers
24 views

After update of Eclipse gives activitynotfoundexception

For some strange reason I get android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=geo:0,0?q=Fitness24Seven, Malmö } This ...
0
votes
2answers
32 views

passing JSON object to another activity on list item click

I have a scenario here,i want to pass the desired json object on the list item click in my below activity suppose when i click deal 2 2nd json object from jArray should be passed to intent and my ...
0
votes
1answer
35 views

Android - How to retrieve list of registered geofences

How can I determine all geofences registered for an application? After registering GeoFences with LocationClient.addGeofences(),I waited for onAddGeofencesResuls()(which returned SUCCESS) and tried ...
-1
votes
1answer
28 views

Clear All activity in stack and start New activity

Activity Stack: B -> C -> D I want to clear all Activities(B,C,D), and Start new Acitivity(A) A I found solution, intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); It worked well in ...
0
votes
0answers
9 views

Dropbox Core API for Android: Not returning after Authentication

I am developing two android applications: the first is a normal application with a launcher and so on the other is a application only with a viewer activity (see the manifest): <activity ...
0
votes
1answer
15 views

errors on android, trying to link an activity to mapactivity and vice versa

i got an issue which i dont know how to resolve it, can someone explain me how to resolve it ? I think the problem is on linking an activity to a Mapactivity.. Why ? Because my android application was ...
2
votes
1answer
19 views

Does original alarm clock in android broadcast intent upon alarm?

I want to start my application (let's say BRUSH YOUR TEETH)on a specific time and day. And I don't want to write the alarm service any extra code for alarm part. Rather, I want to know if it is ...
2
votes
1answer
31 views

Opening create message using an intent

I have the following code which displays a create message screen. String uri= "smsto:"; Intent intent = new Intent(Intent.ACTION_SENDTO, Uri.parse(uri)); intent.putExtra("compose_mode", true); ...
0
votes
3answers
39 views

OnClickListener throws NullPointerException on startActivity

I am using Android API 17 with Android Development Tools (ADT) I have a Help buttton which is listening for click event. HelpButtonListener is listening for the click event for Help button as ...
0
votes
0answers
28 views

Android listview scrollbar separate rollover

How to separate scroll listview normal with scroll bar on the side. I would separate the two events, because I want to show the index of the OVERLAY, only when the user presses the scroll bar and not ...
0
votes
0answers
20 views

How to Roll a Layout with scroll view like wheel

Hi friends i am facing problem that is i want a wheel type or network structure layout.i am creating that layout and using some rotate animation and achieved it.my problem is i want user to touch and ...
0
votes
1answer
20 views

How to scroll table layout in horizontal and vertical in android

I am totally confused in table layout scroll. I have to implement table with horizontal and vertical scrolling. I have also saw table fix header example but tablefixheader sample have used adapter to ...
0
votes
1answer
19 views

Is there anyway to change current Activity's intent flag in android? Like making it available in Stack History or Not

Assume that I have 4 Activities (A,B,C,D) AppStart -> A -> B -> C -> D I have a situation that i need to remove C if something invalidates the necessity of C. (something invalidates: "For ...
-1
votes
1answer
29 views

Issue with email intent in android

I have developed an application in android in which I am supposed to send an email from this application using Intent. I am able to send the email, but I am not sure that the email has been sent- ...
0
votes
1answer
29 views

Email Attachment with image in android

I have to develop an one android application. Here i have to attach image and sent to email . I have using following code. Here my image is attached..but am getting couldn't send attachedment ...
0
votes
0answers
16 views

Android Web view doe not Display loaded Html content on some phone specifically htc one x

I'm loading Html Content with CSS in the web-view. Everything works fine on all the phones but the problem is with the HTC one x (android version 4.1.1 ). Nothing gets displayed in the web view for ...
0
votes
0answers
5 views

Null return com.nullsoft.winamp.metachanged

I trying to create broadcast receiver for Winamp player which use com.nullsoft.winamp.metachanged as IntentFilter. The problem is, the return always null, I can't get artist and track information from ...
0
votes
1answer
17 views

Emulator won't reload code

This is my code public class MainActivity extends Activity { Button btn; public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...
0
votes
0answers
12 views

Go to another Fragment from a Fragment

Hi there I am using the ViewPagerIndicator library and I can see that I can change which Fragment I am on in the FragmentActivity but I was wondering if you can do it inside of a Fragment here's the ...
-1
votes
0answers
13 views

Intent Filter to Launch My Application when custom URI is clicked

I following your post, and i can't Intent Filter to Launch My Activity when custom URI is clicked i want in sms app has text : myapp://myapp -> it show look like http:myapp.com, but i't not like, ...
0
votes
0answers
15 views

how to Set account as primary acocunt?

I have made Sip Client, its making and receiving calls. Now, i want it to make calls using intent. Intent callIntent = new Intent(Intent.ACTION_CALL); ...
0
votes
1answer
29 views

Android ListView and Intents Issue

I'm building a simple menu-driven app and my implementation of intents is giving me a few problems. I have 3 menus. Menu1 needs to pass info to Menu2 and Menu2 needs to pass info from Menu1 and Menu2 ...
0
votes
3answers
27 views

Can't send image attachment with Gmail from my application

For some reason Gmail even though it shows the PNG attachment in it's compose screen the attachment is never sent. Not obvious to me what I am doing wrong here. ...
0
votes
0answers
13 views

Get Top Dialog/Window Type From Service

I am trying to develop a sample application for checking the user activities within my android phone. For that I decided to create and start a service which can log events. I would like to know is ...
0
votes
2answers
36 views

(Android) Passing multidimensional array through intent

I want to pass a multidimensional array to an activity multidimensional array: double[][][] speed = new double[][][] { { { 15, 10 }, { 16, 12 } }, { { 14, 50 }, ...
0
votes
1answer
7 views

Associate different voice of ListView to a different activity

I'm creating a menu with a ListView where there is a division with different typology of routes: Historical, naturalistic etc. package it.sii.android.helloandroid; import ...
2
votes
1answer
41 views

How to start an AsyncTask on ActivityResult and show on MainActivity

I open an intent for capture an image and OnActivityResult i call an AsyncTask to start to make some processing to the image. The problem is that i want to load first the mainActivity and then start ...
0
votes
3answers
45 views

how can open alert dialog box in android

I want to open alert dialog box after successfully submitted data. I am using following code but not work. dialog = ProgressDialog.show(TanantDetails.this, "", "Please Wait...", true); ...
0
votes
0answers
30 views

not getting the values of intent in android

i m trying to capture an image, but onActivityResult(int requestCode, int resultCode, Intent data) when calling this fun. the intent part is null, but in startActivityForResult(intent, ...
1
vote
0answers
30 views

Andriod MediaPlayer not working on Tablet Device

I developed ShoutCastInternet Radio and I'm Successfully Playing on Mobile Device,But the Same Code if i execute on Tablet Device,I'm not able to play the Stream,I had Debugged My Code,The Program ...
0
votes
2answers
35 views

Launch Different View Layout based on JSON Key Values

In my android application, I want to display different App Layout based on JSON Config files from server, For example if config Layout key is Set to ListView than show ListView when App Launched, ...
1
vote
1answer
64 views

Losing Stored data when moving between Activity in Android

Regards,Please look at my Code and help me to find error. Code: Main Activity Class(Button on Click method): public void editm(View w) { /*this method called when i click on Profile button that ...
0
votes
3answers
50 views

How do I add a clickable button to a textview that is clickable currently

New to android trying to figure something out, any help appreciated.I have a textview which is currently clickable. I just need to put a clickable button background to it. This is my xml file: ...

1 2 3 4 5 181