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)
0
votes
2answers
24 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
24 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
26 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
6 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
13 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
17 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
29 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
37 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
19 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
15 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
16 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
18 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
26 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
28 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
12 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
4 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
16 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
11 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
11 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
28 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
17 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
34 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
6 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
38 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
32 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
63 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
47 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:
...
0
votes
0answers
15 views
Not receiving MEDIA_BUTTON callback
I'm trying to create an application that responds when the phone ringer volume is changed via the Volume Key. I've created a Service that registers a BroadcastReceiver, but the onReceive is not ...
0
votes
0answers
12 views
Add metering area or focus area in android via Intent
i made a camera application to capture an image on android and i access the camera via intent. I want to know if i can add a focus area or a metering area to this application with intent and not ...
1
vote
1answer
27 views
onActivityResult getting called as soon as camera intent is sent
I am using the camera intent to launch the camera in my app but as soon as the intent gets fired the onActivityResult gets fired and I have not even taken a picture yet.
When I do take a picture, ...
0
votes
1answer
18 views
How to send a List to next Intent
I want to send this 'list' to the next class(HomeActivity).But i was trying to do it by sending extras but couldn't somebody please help me to fix this
code
protected void onPostExecute(final ...
0
votes
2answers
33 views
Android ACTION_SEND
i wanna make an action that the android app can send an email, and the email subject and body already fill with the edittext from the android app.
here's my code
Intent ii = new ...
-1
votes
1answer
16 views
Is there any library for me to include in my application to display a pdf file on the screen? [duplicate]
I wanted to know is there any pdf library to show on the screen.
I use APV VIWER to read PDF files pdf's but it is necessary to install it on the phone, would any other library that I can later add to ...
1
vote
2answers
61 views
How can I add my application to the android default Dialer selection?
My Question is how can I add my application to the android default Dialer selection, to be more specific without using the android.intent.action.CALL_PRIVILEGED?
Now I am using this code below, this ...
0
votes
3answers
37 views
Saving photo in Android to sd card and show them in bitmap in other intent
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 have a problem ...
0
votes
2answers
64 views
How to use a timer?
I want to change the background, but I want to change it using a timer. for example in the morning I have a background and evening I have another background. But I don't know what to use in Android. ...
0
votes
0answers
22 views
When starting Activity from intent, how to get the right parent in using getParent()?
Im confuse on how to determine the parent that will be returned by getParent().
I have this codes:
This is the MainActivity
Intent intent = new Intent(this, InvoicesActivity2.class);
//(*tab1) ...
1
vote
1answer
34 views
How to send .text file by using intent in android?
I am sending a mail by using below code and i need to send a .text file also using gmail only.
How can i do it? Please can any one help me?
Intent send = new Intent(Intent.ACTION_SENDTO);
...
0
votes
2answers
26 views
pass a String to a class which extends PhoneStateListener
i want to know if there is any way to pass a string from an activity to a class which extends phoneStatelistener.
in sending end, i used
Intent pass = new ...
0
votes
3answers
38 views
Listview Content Email
I have a ListView with two TextViews as result.One is result and other is description. My Listview contains 10 rows .The question is that how can I E-mail the content using android default mail ...
0
votes
2answers
30 views
finish() not working properly
In my app, whenever calling the finish() method, wherever it was, I am not taken to the previous activity, rather I am directed to mainActivity.
finish();
My aim is, showing the user the activity ...
0
votes
0answers
13 views
Android- detect any offline language dictionaries are installed
First of all,thanks to everyone, who considers this post.How to detect whether any of the offline language dictionaries,say ...
0
votes
0answers
8 views
intents from a tab activity to a normal activity
I have 2 activities.
Activity 1: Do the login function.
This activity is contained by a TabActivity.
Activity 2: Validate if the user is active or inactive.
I have to pass the user from the ...
-3
votes
2answers
38 views
How to open a PDF file and display it on the screen [closed]
In the code below I create a pdf file and would like to know how do I open the same file, how do I display it on the screen?
Document document = new Document();
try {
...
1
vote
1answer
24 views
Check which application launched?
I am wondering how one can check that which application is launched in android. For example, when some game is launched or browser is opened, my application gets to know that this very application is ...







