Re: [android-developers] How to get handle for cut copy paste menus from the system genereted action bar in android

2012-11-08 Thread Alan Jeon
I found this video. kikin for android adds additional function to acionmode to other app. Is this possible? How do you think? On Wednesday, July 4, 2012 11:34:21 PM UTC+9, Mark Murphy (a Commons Guy) wrote: On Wed, Jul 4, 2012 at 10:26 AM, Bunty syed itsmea...@gmail.comjavascript: wrote:

Re: [android-developers] How to get handle for cut copy paste menus from the system genereted action bar in android

2012-11-08 Thread Alan Jeon
I missed video link. check this out. http://www.kikin.com/blog/2012/10/kikin-contextual-search-demo-mailwebmaps/http://www.kikin.com/blog/2012/10/kikin-contextual-search-demo-mailwebmaps/http://www.kikin.com/blog/2012/10/kikin-contextual-search-demo-mailwebmaps/ On Thursday, November 8, 2012

[android-developers] Merge two apk on Google Play

2012-11-08 Thread devAndroidHU
Hi, I have two different package today for the same application: - one for all languages except hungarian - one for hungarian language I did that long time ago when the hungarian language was not proposed as a description language. Now it's the case, so i would like to get ride of the

[android-developers] Camera filtered video

2012-11-08 Thread Pavel Ryabenko
I can't understand how to display filtered video from camera on Android * correctly*... I wrote for sdk-8, so I've used the scheme below: 1. Camera.setPreviewDisplay(*null*); // use null surface holder to identify the fact that I don't want to see raw camera preview. 2.

[android-developers] Re: My First App

2012-11-08 Thread Andrew Long
I can only seem to run the SDK manager in Eclipse. When I select it from windows explorer (even as administrator) nothing seems to happen. Any pointers? Many thanks Andy On Monday, 1 October 2012 08:17:58 UTC+1, ALAN IVAN AYALA NAVA wrote: El viernes, 17 de agosto de 2012 12:13:11 UTC-5,

[android-developers] Bring activity to foreground when call redeived

2012-11-08 Thread Stefan
Hy, I'm developping a SIP application. The problem is when the activty is closed with Home - Button and a call receive in the Broadcastreceiver i'm not able to bring the activity back to foreground. I tried with: if (!activity.hasWindowFocus()) { Intent i = activity.getIntent();

[android-developers] Re: File not found

2012-11-08 Thread Andrew Long
Thanks for your help, but when I can only seem to open the SDK manager from within Eclipse. When I try and run the SDK Manager.exe from windows explorer (even as administrator) nothing happens. Am I missing something? Andy On Saturday, 18 August 2012 13:01:03 UTC+1, Swami R wrote: Hi All,

[android-developers] How to fetch album art taken from ID3 tag of an mp3 file in android?

2012-11-08 Thread Anthony Pangestu
I'm making a music player application but I dont know how to show the album art or the cover art of the song as it plays. I'm thinking of fetching it in the java file and showing it into the xml file. Anybody can help? I've tried something like this but it doesnt work: View view =

[android-developers] xmlpullparser problem

2012-11-08 Thread 黄兴华
I want get the xml string from an object using XmlPullParser,and the final xml strings should be something like this below: ?xml version='1.0' encoding= 'UTF-8'? soap:Envelope xmlns:xsi= http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=http://www.w3.org/2001/XMLSchema;

[android-developers] QR generator Apps

2012-11-08 Thread avaiya kirti
Hello, i am new for android development, and i am going to develop QR code generator application so how i can move next step by step? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] ProgressBar proportions problem

2012-11-08 Thread Filipe Batista
Hi, I have a ProgressBar (indeterminate) inside a LinearLayout, when i open the app in phone with ICS the progressbar spinner keeps the right proportions, but when i open the app in a phone with Gingerbread or Froyo the progressbar spinner appears distorted. My ProgressBar is defined this way:

[android-developers] Tablet Video application : screen duplication from another tablet - Any idea ?

2012-11-08 Thread G. G.
Hello, I'd like to know if anyone thinks it could be possible (and, if possible, how) to create a tablet application that would display what's happening on another tablet (on the same wireless network) It could be for the same tablet model, same android version, and, if necessary, the

[android-developers] Developers opinions required on internal SD card devices error

2012-11-08 Thread Zen Masta
Need fellow developers to look onto this problem and give your opinions. Problem regards to “too many open files” error message. http://code.google.com/p/android/issues/detail?id=39002 I'll deeply appreciated it. -- You received this message because you are subscribed to the Google Groups

[android-developers] Android Developement Reference (CHM)

2012-11-08 Thread daoxiaoyue2012
To better facilitate the development of this Android application, I would like to share this CHM documentation that is built based on the application's SDK. This solution is targeted to provide fast indexing and search for functions and libraries. If you have any questions, please email me at

[android-developers] Re: GridLayout Text Clipping using Support Library

2012-11-08 Thread dzeikei
This was a great help :) Basically the fix is to set the width of the TextViews to 0dp so it doesn't default to match_parent when it wraps On Friday, 20 April 2012 02:03:43 UTC+10, Scott Olcott wrote: Thanks to this

[android-developers] Re: jpg to video

2012-11-08 Thread Eivind Aanestad
Did you find the answer? I am having the same problem and I'm stuck because I can't find a solution to this. kl. 21:23:54 UTC+1 søndag 26. februar 2012 skrev hispasat følgende: Hi, I'm making an application that has to create a video from an image sequence. I searched online but have not

[android-developers] Android Expansion File Updates

2012-11-08 Thread David Schreiber
Hello there, I have a question regarding possible best practices using Android APK expansion files (OBB). We have an app with a larger *main expansion file. *Developer docs recommend pushing updates to users using a *patch expansion file.* When having a bigger update (lets say approximately

[android-developers] Re: Can't find my application when searching it on Google Play

2012-11-08 Thread Don Cowan
I did some research and a presentation on this topic that might help: http://www.youtube.com/watch?v=8KGkKYsqLR8 On Friday, June 22, 2012 1:55:08 PM UTC-7, funkydev wrote: Hello, My company has had an application on the Google Play for a long time now. The problem that we are facing is

[android-developers] Re: Getting Listed in Google Play

2012-11-08 Thread Don Cowan
I did some research and a presentation on this topic. It might help you: http://www.youtube.com/watch?v=8KGkKYsqLR8 On Thursday, August 23, 2012 6:05:59 PM UTC-7, Jordan Johnson wrote: Hey, I've had my app up on Google Play for over a month now, still not a single download on it :/ I've

[android-developers] [VideoEditor] android.view.InflateException: Binary XML file line #21: Error inflating class unknown

2012-11-08 Thread MYS
Dear all: I meet the exception in my Android 4.1.1 device. Anybody can help for this? P.S if we don't change any codes in AP , how can we analyze for this? DPI or resolution ? My device is DPI:240 . Thanks. 01-05 00:00:08.887 E/AndroidRuntime( 5281): FATAL EXCEPTION: main 01-05 00:00:08.887

[android-developers] Too many files error on internal SD card devices

2012-11-08 Thread Zen Masta
Currently beta testing new Android game, soon to be released. Beta testers complained that the game *crashes with the “too many open files” error message*. Simulation of the problem on the AVD emulator however couldnt be reproduced. The problem only involved *Galaxy S3* and *Asus Nexus

[android-developers] need suggestion for large data structure + number crunch

2012-11-08 Thread Diddum
Hi all, I'm trying to port an old c/c++ program of mine to the Java/Android world and I need a few general suggestions. My app has a static array (say 2Mbytes) which on start has to be preprocessed to build a working array of about 40Mbytes. The app has just two text field (one for input, one

[android-developers] Problem with downloading files from pps android

2012-11-08 Thread Cruni Esteban
I am developing a apps with PhoneGap, in this apps I display a web page whit iframe sustitute, the problem is that this web page show a link to download a file, when I run my apps not let me download it. which may be the problem? I would appreciate your help. -- You received this message

[android-developers] Re: Google play (Android market) not giving the result with app name.

2012-11-08 Thread Don Cowan
I did some research and a presentation on this topic that might help: http://www.youtube.com/watch?v=8KGkKYsqLR8 On Tuesday, March 13, 2012 6:08:39 AM UTC-7, Maheshkumar Gangula wrote: Hi all, We have uploaded an application into android market(Google Play) few days ago. It is successfully

[android-developers] Maps API Key doesn't seem to work.

2012-11-08 Thread Electric Shipwright
Hi guys! -I've searched the forum but the proposed solutions to similar problems doesn't do it for me; When I define my MapView with the API Key generated from the MD5 sum off of the debug keystore file, the maps load up fine on my device. (and the emulator) When I define my MapView

[android-developers] Android writer

2012-11-08 Thread Kalidas Pandian
Can we create our own library in java??? or how can we set a tamil language as a locale? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Why does using a glsurfaceview on top of a camera preview with TextureView fail (but surfaceview is OK)

2012-11-08 Thread Iain Malcolm
I've been updating my app which runs a glsurface on top of a camera preview. It works fine with the camera preview running into a surfaceview but when I the camera preview to use a texture (which looks like a cleaner way of doing it with and gives more flexibility) it does not work. With a

[android-developers] onClick() is fired twice.

2012-11-08 Thread jhan
Hello, I have a problem about Button's onClick(). I startActivity() in onClick() handler. And if I tapped a button twice very quickly, it started activity twice. (therefore there are two instances of the same activity). I think it is (or should be) very simple for a button to start another

[android-developers] A proplem with the floating window

2012-11-08 Thread ivan shi
I developed a floating window, when I need to change the position of the floating window,I call WindowManager.updateViewLayout to update the layout. If the initial coordinates x 0, adjust it to 500, this box is sliding past, android show herea sliding animation. I do not want this effect, want

[android-developers] Wifi direct BUSY error code

2012-11-08 Thread Hurshal Patel
Hi, I'm working on a wifi direct service to detect nearby peers and provide connection information to other applications. I am basing my code off of the wifi direct demo, but wifi direct seems to be pretty unreliable. When I try to connect 2 devices, I usually get a BUSY error code, which

[android-developers] Badoo style interface?

2012-11-08 Thread Joseph Helou
I am new to android but making fast progress, i hit a wall when i tried to replicate the layout of Badoo's profile activity (for those of u familiar with the mobile app) and the usual google search as starting point didn't get me anywhere. to describe what i'm trying to do in a few words

[android-developers] Contextual Action Bar With Landscape Fragments and Selected Item Highlight

2012-11-08 Thread Jim Stewart
In portrait mode I have one Fragment List View (A). When I click on the item it launches a new activity which in turn loads a new fragment (B) to display the selected record. When I 'LongHold' on one item in (A) the CAB launches where I then 'Single Click' on lines to add/subtract lines to

[android-developers] [Help][MonkeyRunner] Touch behavior is recognized as long press

2012-11-08 Thread 成善洲
I use monkeyrunner to control camcorder to play existed video. The command is : device.touch(100,100, MonkeyDevice.DOWN_AND_UP) But the real behavior is long press the video and the details manu will show instead of play this video. Is there any method to resolve this problem? -- You

Re: [android-developers] How to scroll/move text within TextView on home screen widget ?

2012-11-08 Thread Jonathan Yanes
Hello i know this is a couple of years later, so i am hoping there is an answer here. I have a setup similar to what is described and my target is Android 4.1, however no matter what i do, i can not make the widget scrollable. Did you all resolve this? On Wednesday, April 21, 2010 6:18:48

[android-developers] Writable File

2012-11-08 Thread João Ferreira
Hello everyone! Can anyone tell me why I cannot set a variable of type 'File' to 'writable'? when I simply want to write on there, the information I get from an http request, where I send a sql statement to an online database? Thanks in advance! -- You received this message because you are

[android-developers] Re: Your Registration to Google Play is still being processed.

2012-11-08 Thread 李绪春
I also meet this problem, i registration on october 31, the now, it also show processing, i want to know, how much time to approved the account On Friday, October 26, 2012 9:46:36 AM UTC+8, Carlos Martinez wrote: i have this problem too, made the registration October 22, they charged me, but

[android-developers] Can I get SharedPreferences outside activity or service without Context object.

2012-11-08 Thread Jayawant Jagtap
Hello, I want to get instance of the SharedPreferences in the class which is not derived from Activity or Service, Can I get it without paasing Context object to that class. class Helper{ private SharedPreferences mPref = *null* ; private String data=; private *static* *final* String *KEY*

[android-developers] Re: SDK and Linux 64 bits

2012-11-08 Thread Houstar Hou
Yes,My OS is archlinux.As we know,the deveplopers of archlinux care about 64bit OS Now!!but the set of android sdk is 32. On Tuesday, December 22, 2009 7:17:02 AM UTC+8, Nanard wrote: Hi, I wonder if someday the SDK will run fine on Linux 64 bits. I understand it's not a priority for

[android-developers] Multiple Dev accounts?

2012-11-08 Thread JonPM
Hey all, just wondering if it is ok to have multiple dev accounts to publish from? I have an LLC for my app business and would like to have different accounts under this LLC. Is this ok? Main reason is there is a vast difference of the types of apps I publish, and I'd like to be able to

[android-developers] Handsfree Bluetooth LCD

2012-11-08 Thread Li
Please help. I want my application to send a string to my headset/handsfree device's LCD as Android do when a call is received (sends the phone number and the contact name), but I can't found any documentation about this. -- You received this message because you are subscribed to the Google

[android-developers] Updating app with keystore not being valid long enough

2012-11-08 Thread Kevin Penhoat
Is there any way to change my keystore values so it'll be valid longer? When I uploaded the app it was 33 years or something, now it's become 50! What do do -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Anyone interested on a small MicroSD to MicroUSB adapter?

2012-11-08 Thread Leonardo Matute
MicroSD to MIcroUSB adapter that works with Android devices, for those Nexus family devices that licks the native MicroSd socket. http://igg.me/p/258138?a=1643239 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] How to reproduce video with external subtitles?

2012-11-08 Thread Luiz Felipe Zafra Saggioro
I'm wondering if it's possible to play a video with external subtitles on Android. Did anyone do that? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] license development

2012-11-08 Thread Lilia Quituisaca Samaniego
Dear, The National Institute of Ecuador (INEC), you need to purchase a corporate license development for which we need Android issued a statement that in Ecuador there is no direct suppliers to purchase developer licenses. After that we can enforce the transaction by buying internationally.

[android-developers] Android touch input doesn't poll often enough

2012-11-08 Thread WebbyTabletDev
I'm using javascript and the HTML5 canvas to try and add a simple signature field to a system that is otherwise very simple. But the touch input i'm getting from android, using only the following code to try and minimise the javascript code, doesn't pool the data enough. I need to be getting

[android-developers] How to working C2DM in android app

2012-11-08 Thread Lucky
Hi, i try to developed app using C2DM notification process but i can't do this. Please help me if any one have any idea show me Details and proper method how to do this :) thanks lokesh patel -- You received this message because you are subscribed to the Google Groups Android

[android-developers] reg: APP INSTALLER ISSUE

2012-11-08 Thread Kondlada
Hi all, I am having parent Application who has to install child application which has protection level signatures in manifest file such that the application can be run from parent app store. The issue is when we use Implicit Intent to invoke application installer activity after

[android-developers] Android 4.1 speech to text

2012-11-08 Thread Leonardo Avena
Hello I know that with Android 4.1 we have the speech to text offline. How can I implement this? Where is the documentation? Is it the samething we do in previouses Android releases? Thank -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] window.onerror in Cordova ?

2012-11-08 Thread Marlon Brenes
Hey, Do you know if window.onerror is supported in Android 2.3 (API 10) using Cordova 1.7 or higher ?. I'm working on a plugin for logging errors, exceptions etc into a file. I now for sure that window.onerror works on a Browser environment and I can override that to handle unexpected

[android-developers] Retaining a login id in an app

2012-11-08 Thread Peter Weinberg
I am having an app written that requires the user to log in with a login id and password. I want the app to remember the last login id so that the user does not have to retype it every time. My Android developer tells me this cannot be done, but I am skeptical. Does anyone have any

Re: [android-developers] Re: Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2012-11-08 Thread Mugabi Allan
I am having the same problem and after following some of the threads, I still have no success I get the following in my Console [2012-11-06 22:31:23 - GoogleMaps] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2012-11-06 22:31:23 - GoogleMaps] Please check logcat output for more

[android-developers] Re: Google Voice call logging on Samsung Galaxy S3 T-Mobile (SGH T-999)

2012-11-08 Thread Matt Tymes
I have the same issue on T-Mobile Galaxy S3. Is this confined to only the TMobile variants and could this have anything to do with TMobile's WiFi calling? I've verified that calls are logged correctly when the calls are not made through Google Voice and vice-versa. I also have a most-likely

[android-developers] Looking for developers to work together

2012-11-08 Thread J. Chef Kennedy
Hi, I'm quite new to this group and totally new to android developing. But I'm looking for some guys to start a little project. The problem for me is that I don't have any experiences in developing android apps. I have general programming experience. I hope I can find some guys to make a brand

[android-developers] Linking an Android app to Facebook and Twitter - help needed

2012-11-08 Thread Peter Weinberg
I am having an app written in Android that requires each user to become a member of the service being offered. I would also like the user to be able to link their app account to both their Facebook and Twitter accounts, to give them the ability to generate posts and tweets directly from my

[android-developers] Greetings / SOAP Extensions

2012-11-08 Thread Rubem Nascimento da Rocha
Hi, folks! I'm Rubem Rocha, from Manaus-AM (Brazil). I have 36 years-old and I'm working with Mono for Android 4.2.4. Since now, I hope to contribute with some valuable contributions. I'm still working with ASP.NET XML Web Services because of current application infrastructure used by the

[android-developers] selecting colors and populating lists

2012-11-08 Thread peter black
Hello all- I am trying to make a color chooser application so my users can compile their selected colors in to a list that I can use in my interpreter. I am using the ambilwarna dialog for the color chooser. I have made 10 box.xml files (box1.xml, box2.xml etc..) and formatted them to be small

[android-developers] Re: counting files in a cache

2012-11-08 Thread Praveen Kumar
*How to Clear the Cache in Android Application P**rogrammatically ?* -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] how to get access to mouse in windows pc via wifi from an android device

2012-11-08 Thread Tanmoy Mahajan
I am developing an app, that needs to get control of the mouse in windows via wifi, from my phone. how do I do that? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Problems with the Power/Lock button after 4.1.2 update (Samsung Nexus S)

2012-11-08 Thread Ranj
Hello, Its odd. I too am facing the same problem. The power button of my Nexus S is not responding since 4.1.2 update. I didnt have any issues with 4.1.1. It would be nice if some one could help. Thanks. On Monday, 22 October 2012 12:44:18 UTC+5:30, VladP wrote: Hi I'm facing some

[android-developers] testing internal dev environment with adroid emulator

2012-11-08 Thread Camario
Guys: I am a newbie to development, and what I am trying to do after installing the necessary sdk's tools, is being able to access our internal dev environment. This environment is only accessible through our internal network. With my PC I am able to access it when connected through via VPN

[android-developers] android.view.WindowLeaked Exception android

2012-11-08 Thread Rachita Nanda
This exception occurs when we try to create a View when the Activity that holds the view has already exited. I used dialog boxes in my activity, and sometimes when I abruptly exit the activity by pressing onKey down , this exception was thrown. Actually, I clicked on a button that shows a

[android-developers] Re: Relative layout : how to horizontally center align 2 children.

2012-11-08 Thread mind riot
It can be done without sub-layouts. Two views: http://stackoverflow.com/a/13280255/1011746 Three views: http://stackoverflow.com/a/13279846/1011746 On Tuesday, April 10, 2012 1:54:33 AM UTC-5, Zsolt Vasvari wrote: AFAIK, you cannot. You will have to frame them using a sub-layout. On

[android-developers] Re: How do I sell apps from South Africa?

2012-11-08 Thread Craig Newton
Hi MeltdownZA, I have encountered that exact same issue. Unfortunately you would have to setup a bank account in the UK or US and have a shell company. I have not done that, but the company I work for has. The only way I got to sell my apps on Android was to use the Amazon App Store instead.

[android-developers] Callback MainActivity class from non-Activity extented class

2012-11-08 Thread Krzysztof K
I've a two classes; MainActivity.java which is Activity extented and CallRec.java which extends BroadcastReceiver (so I can't extend this with Activity class). One of the CallRec.java methods is triggered by system broadcast intent (TelephonyManager.EXTRA_STATE) . All I want to do is send

[android-developers] About facebook

2012-11-08 Thread pavithra
Hi! I am developing one application and in need to use the facebook chat with my application. Can you help me with the source code and clear description. Regards, Pavithra.N -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Slidingdrawer hides last element of listview.

2012-11-08 Thread Michael Maher
android:paddingBottom=16dp... in you listview will do the trick. Set it to whatever dp you require On Saturday, October 1, 2011 12:04:12 PM UTC+1, charlie babitt wrote: Hallo! In my activity I have a list view and I want to have a sliding drawer at the bottom of the screen. The handle of

[android-developers] Notification area: persistent email/gmail icons

2012-11-08 Thread RafalS
Hi! Scenario: - Samsung Galaxy Note - Android version 4.0.4 - Gmail client online - Email client online - another terminal (PC) used as a primary email and gmail reader, imap(s) used for synchronization. Current behavior, events chronologically: 1. a message arrives to

[android-developers] New game for android facing bug issue

2012-11-08 Thread naxwp
I'm currently working on a cool Android game which was about to be released real soon. Some of our beta testers started complaining that the game crashes with the “too many open files” error message. I've tried simulating this problem on the AVD emulator but couldn't reproduce the error.

[android-developers] Re: How to proguard my project with library project.

2012-11-08 Thread Robert Wang
What do you mean? can you be more specific? What's is the error if there is an error log? On Wednesday, May 30, 2012 11:46:25 PM UTC-4, 林思然 wrote: After updated to adt18, I can't proguard my project.

[android-developers] How do I setup android sources in intellij?

2012-11-08 Thread Robert Wang
For my project I need to be building a custom build of Android, and I'm looking to set up the source code in Intellij. The source code is obtained from [Android Open Source Project][1] with the [these instructions][2]. I would like to modify the Java code of some of the base modules (eg.

[android-developers] Confused about multiple different account types and emails needed

2012-11-08 Thread Stuart Heinrich
I am a bit confused about all the different types of accounts that are needed for testing and then actually running in-app billing... a) Publisher account b) Merchant account c) Sandbox merchant account d) Sandbox buyer account e) Primary account on testing phone As far as email addresses go, I

[android-developers] Re: how to set the Live Wallpaper as default wallpaper?

2012-11-08 Thread Hrishikesh Barman
Reset Your factory settings and it will work finerember to take a backup.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Re: disable scrolling touch events in ScrollView, just want to to scroll programmatically

2012-11-08 Thread Saubhagya Chaudhary
yes there is a simple way to stop scrollview to scroll you can do it like this:- scrollview.setOnTouchListener(new OnTouchListener() { @Override public boolean onTouch(View v, MotionEvent event) { return !enable; }}); when you set enable variable to true it will start

[android-developers] Android USB gadget driver - make into loadable kernel module

2012-11-08 Thread Ryan Leonard
Hello all, My question is, is it possible to build the linux kernel for an android device without the usb gadget driver built-in? My motivation and what I have tried thus far is listed below. I am attempting to emulate the behavior of connecting and disconnecting an android phone from a given

[android-developers] Error: Failed lot load

2012-11-08 Thread Hrishikesh Barman
I put the .png file in my drawable folders and When i Try to put a background image this error appears and no image loads,: and this error appears *Failed lot load C:\Users\Hrishikesh\Documents\workplace\Khol\res\drawable-hdpi\latest.png* *Exception details are logged in Window Show View

[android-developers] Does anyone know if the Andriod development tools work with this Chinese phone?

2012-11-08 Thread russell hanabusa
I am trying to decide if I should invest time in this phone. Question: Does anyone know if the Andriod development tools work with this Chinese phone? *Rugged mobile phone HF/UHF RFID Reader (IP65)*http://www.alibaba.com/product-gs/661906679/Rugged_mobile_phone_HF_UHF_RFID.html

[android-developers] Miracast?

2012-11-08 Thread Robert Hattan
I would recommend Google better advertise Miracast capability with Android 4.2. It hasn't been explained very well to consumers and if existing hardware is upgraded to Android 4.2 will it support Miracast. Similar to listing phones on Android.com, it would be nice to see a list of Miracast

[android-developers] Failed to open libwvm.so error message from Android MediaCodec.configure function while trying to encode audio from WAV to AMR format

2012-11-08 Thread shakti sourav sahu
Hi, I am getting the following error when trying to use android MediaCodec class to encode audio. MediaCodec codec = MediaCodec.createEncoderByType(audio/;); MediaFormat toFormat = MediaFormat.createAudioFormat(audio/3gpp, 8000, 1); codec.configure(toFormat, null, null,

[android-developers] Switch VideoView between Preview and Fullscreen mode

2012-11-08 Thread Roman Ilin
Hi *, I develop tv player with Android SDK 4.0.3 I have TVChannelActivity and TVPlayerActivity. TVChannelActivity contains 3 Fragments. 1st column ChannelsListFragment 2nd column TVPlayerFragment and EPGGuideFragment. TVPlayerFragment uses VideoView. TVPlayerActivity contains TVPlayerFragment

[android-developers] Re: Json Parsing

2012-11-08 Thread satheesh
Compare to xml parsing json is very leightweight, it takes less time to download the file in to your system. Fob mobiles mostly preffered is json. On Thursday, November 8, 2012 9:06:14 AM UTC+5:30, Sadhna Upadhyay wrote: Hi everybody, Please tell me in detail about JSON

[android-developers] Set up box development

2012-11-08 Thread sebastian ortiz
Hello This is my first post on this group, some weeks ago I began to explore the Android world, and I would like to know if some of you have had experience with a development project over set up boxes I am planning to buy a single piece for testing this is the link

Re: [android-developers] play youtube video in webview using iframe?

2012-11-08 Thread Swapnil Deshmukh
Hi friends, I have implemented the same and its working.But just want to know how to control(play /pause adding custom buttons) video playing in webview On Wednesday, 4 July 2012 19:37:49 UTC+5:30, arun kumar wrote: Change it with object tag. I mean, you must use object instead iframe. An

[android-developers] Re: java.lang.IllegalStateException in Media.configure() with the new MediaCodec API

2012-11-08 Thread shakti sourav sahu
Hi folks, I am facing the same error when I am trying to do an audio encode from WAV to AMR on android emulator Here is my code. MediaCodec codec = MediaCodec.createEncoderByType(audio/3gpp); MediaFormat toFormat = MediaFormat.createAudioFormat(audio/3gpp, 8000, 1);

[android-developers] Best Practices for releasing Views controlled by Adapter

2012-11-08 Thread Rick Gavin
Hi All, when a Fragment is being closed, what is the correct way to clean up the memory that is being used by a GridView that is being supplied data by an Adapter subclass. The GridView items are layouts that include an ImageView and a text label. in the Fragment's onDestroyView, do you

[android-developers] Sound Making App..

2012-11-08 Thread Hrishikesh Barman
Hello, i am very new to this group and i am currently developing an app that is much like the tabla app. Can anyone help me out with it as m not a developer , I just want to know how do i put an image and make the image sound different when tapped on different places. Hope i will get help from

[android-developers] how do I setup android sources in intellij?

2012-11-08 Thread Robert Wang
For my project I need to be building a custom build of Android, and I'm looking to set up the source code in Intellij. The source code is obtained from Android Open Source Projecthttp://source.android.com/source/index.html with the these instructions

[android-developers] Standalone TTS library

2012-11-08 Thread uacaman
I would like to integrate TTS in my application, however the TTS available for Android does not support that many languages and also I don’t want the user to have to install something else to make TTS work. Ideally I would ship a static library in the apk with only the language needed.

[android-developers] Re: How to distinguish url redirection and normal link click in webview?

2012-11-08 Thread Sylvain R.
Hi, I'm facing this problem and found this answer on Stackoverflow. It is not perfect but can help. Depends on the html page. http://stackoverflow.com/questions/3852414/in-a-webview-is-there-a-way-for-shouldoverrideurlloading-to-determine-if-it-is-c Best regards, Sylvain On Wednesday, July 25,

[android-developers] Different apps on multiple displays

2012-11-08 Thread Vladek Sobolevsky
Hi, I have following question : We are trying to check if android has a support of running different apps on multiple displays ? E.g having one app on one display and another app on second display. Our device has an multiple frame buffers support. Does Android support such scenario or is there

Re: [android-developers] Forum very slow

2012-11-08 Thread Sergey Ivanov
I think it's not a good idea to create sites as SO. It will be much better if a lot of information would be presented on 1 site (StackOverflow). I not appreciate this. Successful development requires reading the documentation which is written in English. In addition, SO has already collected

[android-developers] Error replacing two fragments with scrollviews

2012-11-08 Thread Jeff Tycz
I have 2 fragments and both have`Scrollviews in them, I make a selection from a ListView and that replaces the first fragment with the other fragment that has the scrollview. The problem is that when I try to replace the fragment with the new one I get an error saying ScrollView can only

[android-developers] Replacing double whitespace with single whitespace

2012-11-08 Thread Solo
Given a string: (1+2)*(3/4)-(5+6) I want to add whitespaces to it, so it becomes: ( 1 + 2 ) * ( 3 / 4 ) - ( 5 + 6 ) This is my function for this, but it makes double whitespaces. Can anyone help me please? public void addSpaces (){ editTextInputDataTemp =

[android-developers] Create session and check the value

2012-11-08 Thread Bhargav Suthar
i have some doubts in session activity.. if any one has brief description about that plz give me... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Mapping between vies in separete Layout

2012-11-08 Thread Tanvir Hossain
https://lh3.googleusercontent.com/-9K4BjapIE7k/UI-66rYp28I/ACQ/7TuB2jgnuUI/s1600/ASD007.jpg Hello, I m new to android. I want to point at the locations on an image. Hence, I put the image in a layout and the buttons in another but i cant draw the lines for pointing.I want to achieve

[android-developers] Does Jellybean support SCEP?

2012-11-08 Thread Vijay
Hi, I would like to know if Jellybean has support for SCEP or any other certificate enrollment protocol so that a device can request a certificate from a CA and install it over the air instead of sideloading a certificate or emailing it. I know Android has support for key generation, storage

[android-developers] I have query on listing the data in listview........

2012-11-08 Thread Bhargav Suthar
I want to display all the data on my list view but below code sawing me only one data which i have inserted last. DBHandlerclass dbHandl = new DBHandlerclass(getApplicationContext()); ListPOJO_Student studentList = dbHandl.getAllContacts(); int std = studentList.size();

[android-developers] About (1, -1004) error when Widevine DRM streaming video play.

2012-11-08 Thread Sheva Ma
Hi, Did anyone who get the same error when playing Widevine DRM protected streaming video? I have got the DrmEvent of type DRM_INFO_PROCESSED. Thanks, Sheva -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Handler Tutorial Implementation to Update Text View

2012-11-08 Thread DiscoS2
Hi, I know the tutorial is old (2007) but I have been having trouble (Getting GC_CONCURRENT in LogCat) update my TextView's text using a timer and timer task implementation so I decided to give it a try. I implemented it just the way you have but still I am getting GC_CONCURRENT calls every

[android-developers] SDK Tool Uninstall (New to developing, Difficult question)

2012-11-08 Thread Chris Brassell
Ok developers serious question. I downloaded the SDK tools, I then after using it for a few minutes decided it was in the wrong area of my computer after seeing the path lead into my temp folder. So I decided to put it in (x86) Program Files. I installed it and decided once again because my

[android-developers] Designing graphics for different devices/screens?

2012-11-08 Thread Søren Neigaard
Hi, Im experienced iOS developer but totally new to Android, so you will get some newbie questions from in the comming weeks :) I have to build a Android app that has a full screen image and also all kinds of different images. Now on iOS we live in a protected world and designing a full

  1   2   >