0
votes
0answers
14 views

Android monkey testing onClick command

I found monkey test tool. I used this command: monkey -p package1 -p package2 --pct-touch 100 --throttle 40 --ignore-crashes --ignore-timeouts --monitor-native-crashes --hprof -v 3000000 | tee ...
0
votes
0answers
26 views

There's a way to remove icon margin in ActionBar?

I have my navigation button on my action bar, but what I want is to keep it together. In image below you can have a better idea what I'm talking I have my navigation button on my action bar, and ...
0
votes
1answer
97 views

Android: Notification action to dismiss the notification

I'm trying to create an android notification with action buttons. I have already set one up which starts an activity, but I would like another which dismisses the notification and doesn't take the ...
0
votes
0answers
47 views

NFC tag with text data and package name not working properly

I am developing small android application in which i wanted to use NFC functionality. I did this in following ways On writer side : boolean addAAR = true; String uniqueId = "qrfid://nilkash"; ...
0
votes
0answers
20 views

Get Widgets Ids Other Appliction

My code is Intent widget = new Intent( "test.widgets.Widget1x2"); widget.setAction("android.appwidget.action.APPWIDGET_UPDATE"); ComponentName name = new ComponentName( ...
0
votes
1answer
47 views

Android onEnabled/onDisabled never called

I'm having a problem with triggering of the onEnabled and onDisabled methods of the AppWidgetReciever. I have the actions specified, I also log every action in onRecieve method, but the only two ...
0
votes
0answers
35 views

add default text plus another text while send email in android

i m sending a mail in my android application.i had added subject and all other thing. i want to add EXTRA_TEXT in which already(Before) added text must be there and after added must be appended.but ...
2
votes
1answer
385 views

broadcasting of BOOT_COMPLETED intent action does not work properly

I have a receiver class listening on several actions but it can not catch the android.intent.action.BOOT_COMPLETED action. What I am doing wrong? here is my manifest file: <uses-sdk ...
1
vote
3answers
66 views

Android. I want to add action to add action to main.xml button

I want to add action to add action to main.xml button. here is my code: <menu xmlns:android="http://schemas.android.com/apk/res/android" > <item android:id="@+id/SendMes" ...
1
vote
1answer
57 views

Using Loader inside ActionProvider

Context: I want an action button that will allow the user to select some stuff form a list. I'm considering using an ActionProvider for this. My data is retrieved from a REST service and cached ...
0
votes
0answers
140 views

How to remove the Action Overflow button from virtual navigation bars?

Does anybody know how to remove the Action Overflow button from Android devices that have virtual navigation bars (eg Nexus 4, Nexus 7) without resorting to changing android:targetSdkVersion="14" in ...
1
vote
0answers
37 views

Adobe AS3 About Menu

I want to create an about menu with Adobe AS3 My app is done i just want a little window or android menu to pop up when i press the android device menu key. could i adjust a symbols opacity by using ...
0
votes
1answer
72 views

Textview won't display data which has been updated in model (MVC)

Firstly, me and my bro have 7+ years dev experience between us and we can't figure this out, proper stumped. He encountered this before and changed his architecture as he couldn't fix the problem. I'm ...
0
votes
0answers
85 views

Capture two motionEvent in different views

I want to capture and process two complete motionEvent separately in different views (ImageView in this case), and that the motionEvent doesn't mix between them. Specifically, i want a multitouch ...
0
votes
1answer
38 views

Where to handle CAB actions of a list item that are common with detail?

lets say I have master/detail pattern using fragments, so as usual, the detail fragment would be inside new activity on a phone and on a tablet it would be inside the previous activity that list ...
0
votes
1answer
52 views

Add an Action to Notification to show Notification again but later, like a snooze timer for notifications?

My App shows a notification. I want to add an Action to the notification via addAction that causes the notification to disappear and reappear an hour later, however I don't want to open an Activity ...
0
votes
1answer
476 views

Creating Navigation Tabs in Android

I'm new to Android (and Java to some extent). My question is how can I create a tabbed action bar for navigation in an Android Application? The possibilities and variances are mind boggling and i ...
0
votes
2answers
79 views

File copy action error android

I have got this code. @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); File srcFolder = new ...
0
votes
1answer
131 views

File copy action android

I am trying to make a file copy action with this code but it gives me an error Syntax error, insert "}" to complete ClassBody MainActivity at the place where i put ** help me please package ...
0
votes
0answers
29 views

How to get action of elected pointer?

I want to save all the important informations about pointer in one array. @Override public boolean onTouchEvent(MotionEvent e) { float touch[][] = new float[5][3]; final int pointerCount = ...
3
votes
3answers
109 views

Action is reseted on changing orientation of screen

i've got a little app with some fragments etc. Now everytime I change the orientation of my screen, the action is restarted, meaning that the input gets lost if you turn your device. How can i prevent ...
0
votes
1answer
378 views

Getting android.intent.action.TIME_SET twice when manually change time

I have a BroadcastReceiver which watches android.intent.action.BOOT_COMPLETED, android.intent.action.TIME_SET and android.intent.action.TIMEZONE_CHANGED. <receiver ...
0
votes
1answer
97 views

how to explicitelly add items to the overflow menu in the actionbar

I was wondering if it is possible to put items directly in the overflow menu on the actionbar. I am using ActionbarSherlock for my app (if this is relevant). I have several menu items, for instance: ...
0
votes
1answer
136 views

Jelly bean notification actions disabled

I'm building an app that shows a notification with two options "Dim" and "Full" when a BroadcastReceiver is called. Each of this buttons broadcasts an action. So far everything is possible to do, ...
1
vote
1answer
200 views

How to show the title name completely (not truncated) and how to place the menu elements in the action bar at the bottom?

I have two problems: 1. The title name of the activity is truncated. How to show the full name? 2. I have three menu elements, but only two are shown in the action bar. So, how to place the action ...
1
vote
0answers
199 views

RingtoneManager.ACTION_RINGTONE_PICKER crashes on some devices

the following code keeps crashing on some devices (instantly closes the ringtone picker dialog), on most of the devices it's working as expected. I didn't manage to find a common common denominator ...
1
vote
2answers
98 views

What is the difference between an intentFilter category and an intentfilter action in Android?

I am confused about intent filters. Could someone explain to me what the difference between an Action and a Category is?
1
vote
1answer
288 views

Android : Cancel Notification after click on Action (Like Call)

I have an action to Dial a number via uri = Uri.parse("tel:" + address); Intent intent = new Intent(Intent.ACTION_DIAL); intent.setData(uri); PendingIntent pd = PendingIntent.getActivity(context, ...
0
votes
0answers
56 views

Action bar views

It is possible in anyway to gte the action bar views? I want to display the time in action bar using a digital clock but i don't know how to do that. please give me advice!
0
votes
1answer
140 views

Unable to Receive ACTION_NEW_PICTURE on Samsung and HTC UI's

I have an app which has a broadcast receiver receiving the action ACTION_NEW_PICTURE. This receiver works fine on most devices except the ones with the htc and samsung camera UI's. Here's my ...
1
vote
2answers
468 views

android screen capture without layout root view

Actually in android mobiles when we press the home button and the side button at a time we can make a screenshot. which event is running at the time of pressing? In the camera event we fire ...
0
votes
0answers
103 views

How to make search menu item to a full view in the action bar using abs

I have five action menu items in the action bar, which i'm using action bar sherlock library as follows : In onCreateOptionsMenu(), i used the following code : menu.add(0,1,0 "Settings") ...
0
votes
0answers
196 views

How to launch native mms with attachments and text programmatically in android ICS

from my app i can share attachment along with text by launching native composemessage programmatically. I used ACTION_SEND for launching this option and using sendIntent.setpackage() to launch the ...
5
votes
1answer
894 views

Action Bar Sherlock with buttons

i'm building an app and i really want to align buttons to the left using ABS (action bar sherlock) 4.0 I really like the dropbox interface as shown under this: So, my question is: How can i align ...
0
votes
1answer
168 views

Android action bar how to set image in foreground

I am creating an app on Android 4.0. I want to display an image in my action bar in foreground along with the app icon and name. I googled it but found code to set image in background . I want the ...
1
vote
1answer
21 views

How to use a simple code determine actions for an array of square images

I'm starting to learn about Android application development and so I'm working on some small apps to exercise programming and better understand some stuff. The situation is as follows: I have 25 ...
2
votes
1answer
118 views

Handling Multitouch

What I am trying to do is to handle multitouch buttons. I have 6 buttons and the user may touch from 1 to 6 buttons. The problem is that MotionEvent can handle up to 3 pointers but what I need is up ...
0
votes
1answer
320 views

How to attach an image with sms without showing Action chosser in android?

I have to attach an image file with the sms on button click i use this code final Intent smsIntent = new Intent(android.content.Intent.ACTION_SEND); smsIntent.putExtra("sms_body", "Hello World!"); ...
0
votes
2answers
213 views

How (i.e., what intent action) to start the set up email account activity (add new email account activity) of the email application

From within my app, I'd like to start the set up new email account activity of the Email App which looks like this: http://i.stack.imgur.com/BNYnj.png I've looked at this ...
2
votes
1answer
459 views

Android: Sharing (something) via Intent.ACTION_SEND, then automatically return to my app

I would like to share something from my application. Once it is shared (e.g - message sent), I want my application to be active again and the sending app to disappear. Using the code below, I expected ...
0
votes
0answers
30 views

Using action object for facebook implementation on Android

I am looking for an article/example which describes how to post and action object in an Android app, using the request-method. I think I will need something spesific to understand the process.
1
vote
1answer
530 views

Android: How to detect a change in MediaStore when connected over MTP

I have big problems with MediaStore. I need to handle events when MediaStore is changed over MTP. I already have a receiver for android.intent.action.MEDIA_SCANNER_FINISHED action, but it is useful ...
4
votes
3answers
1k views

How to detect the end of action in Libgdx(0.9.7) of android

In the latest version of Libgdx(0.9.7 or libgdx-nightly-20120904),the action listener is removed.So I don't know how to complete my function efficiently: move a sprite to the destination. the ...
1
vote
0answers
168 views

Expand action view programaticly

I want to be able to expand my action view programaticly. My action view is a search view and I tried mSearchView.expandActionView() but it didn't work. How can this be done?
0
votes
0answers
351 views

Using string inside ShareActionProvider share intent

I'm trying to get ShareActionProvider to work and I've run into the following problem: This code works: Intent shareIntent = new Intent(Intent.ACTION_SEND); ...
0
votes
1answer
443 views

Android - Spinning circle appears in Action Bar

So I have an action bar I am trying to learn and when I implement it I see this white spinning circle left of my first menu item. Why is this being shown here? Source: package ...
2
votes
2answers
2k views

How to dismiss Android notification after action has been clicked

Since API level 16 (Jelly Bean), there is the possibility to add actions to a notification with builder.addAction(iconId, title, intent); But when I add an action to a notification and the action ...
0
votes
0answers
132 views

how to use a custom action with the intent I use in my service?

In my manifest I added in my activity: <intent-filter> <action android:name="webradio.disneychannel.ACTION_DIALOG_CLOSE" /> <category android:name="android.intent.category.DEFAULT" ...
3
votes
1answer
738 views

Open android application from a web page

I know that for opening android application from a link inside a web page we have to write the following in the AndroidManifest.xml: <intent-filter> <action ...
3
votes
5answers
2k views

How to prevent user from closing application - Android 4.0.3

So my question is: If is possible to prevent user from closing application. Problem is because i can't hide action bar and i use tablet only for work time registration. So if someone press home ...

1 2 3