[android-developers] Re: A noob question about MultipartEntity

2011-10-12 Thread routis
thank you for your response On 10월12일, 오전5시07분, Paul Turchenko paul.turche...@gmail.com wrote: well, there's nothing special in multipart. You can use apache mime library in your prroject or implement multipart yourself. On Oct 10, 6:58 am, routis ryu.ins...@gmail.com wrote: Hi I

[android-developers] assigning typeface to text view

2011-10-12 Thread bhumi kania
Hello, I want to assign the typeface which I had placed in my asset folder to all the textview of my application. So is there any way through which I can assign this time at once to all the textview of application? Or I have to assign manually to all textview where they are appears on activity?

[android-developers] Re: Does Android Support SOAP web service?

2011-10-12 Thread Archana
Hi, thanks all. On Oct 12, 6:21 am, Anil Jagtap anil.so...@gmail.com wrote: You may be interested in this http://www.helloandroid.com/tutorials/using-ksoap2-android-and-parsin... Hope you will find this tutorial useful On Oct 10, 7:32 am, Archana archana.14n...@gmail.com wrote:  

[android-developers] Re: capture video

2011-10-12 Thread Indicator Veritatis
See the SimpleVideo example in the download files for Chapter 10 of Android In Action, which source files you can download from http://code.google.com/p/android-in-action/ On Oct 11, 10:28 pm, mohana priya gpriyara...@gmail.com wrote: I am created new instance of class for camera.I need to know

[android-developers] How to escape ampersand?

2011-10-12 Thread ndiiie 90
Hi all, how to escape ampersand, such as lt; gt; quot; amp; And change it to proper character? 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 unsubscribe

[android-developers] Re: GL-related Crash on Xoom/Tab 10.1 requiring removal of battery or shell reboot?

2011-10-12 Thread Indicator Veritatis
When I read the bug description, it does not sound that severe, because it is easily reproducible only on Nexus. Other devices are described as either not having the problem at all or only after a long time of running OpenGL mixed with other apps. So if you have sound data that it is happening

Re: [android-developers] How to escape ampersand?

2011-10-12 Thread Francisco Dalla Rosa soares
how about this? java.net.URLEncoder.encode(string, ISO-8859-1); 2011/10/12 ndiiie 90 rnd...@gmail.com Hi all, how to escape ampersand, such as lt; gt; quot; amp; And change it to proper character? Thanks -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: How to escape ampersand?

2011-10-12 Thread ndiiie90
thanks for your reply. But that what i mean. What i want is to convert string, such as quot to amp to lt to gt to etc How to do it? i've used other library, such as jsoup but it seems it can't convert all ampersand characters. On Oct 12, 2:20 pm, Francisco Dalla Rosa soares soa...@argo.bz

[android-developers] Re: How to escape ampersand?

2011-10-12 Thread Zsolt Vasvari
Perhaphs studying the documenation of the most basic Java class would be helpful: http://download.oracle.com/javase/6/docs/api/java/lang/String.html On Oct 12, 3:35 pm, ndiiie90 rnd...@gmail.com wrote: thanks for your reply. But that what i mean. What i want is to convert string, such as

[android-developers] Re: assigning typeface to text view

2011-10-12 Thread Zsolt Vasvari
Just throw it out there: Themes? On Oct 12, 2:14 pm, bhumi kania bska...@gmail.com wrote: Hello, I want to assign the typeface which I had placed in my asset folder to all the textview of my application. So is there any way through which I can assign this time at once to all the textview

[android-developers] Re: How to escape ampersand?

2011-10-12 Thread ndiiie90
Hi thanks for your reply. if i use that class, for sure i can do the conversion to proper character, it's only replacing string. However, the ampersand tags are very many, you can see the list here: http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references I think it's

[android-developers] Re: How to control the rotation

2011-10-12 Thread Perry168
hi all, I found that even I changed the PNG to a square, it not rotate at a point too. It may cause from matrix.setRotate. But I don't know how to do it. help pls. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Camera application

2011-10-12 Thread nageswara rao rajana
Hi, I developed an application on 2.1, i integrated built-in camera app in my application. Its working perfectly on Samsung pop device but not working on HTC mobile. Can any one suggest me what might be the issue. Thanking you, Nagu. -- You received this message because you

[android-developers] USB driver for android kernel

2011-10-12 Thread lbstr
Hello, I want to add a usb driver to my android device's kernel in order use usb api after that, can anybody help? Note: device have android os 2.2 and its from unknown vendor... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Best practice/difference between @id/ and @+id/

2011-10-12 Thread charlie babitt
What is a best practise for using ids defined in a separate ids.xml file (and using them with @id/) or adding them dynamically with @+id/. When should I declare them in the ids.xml and when should I simply create them using the +id. Is there a recommendation, guidline or best practise that you can

[android-developers] iPhone-style 3-button remote control headset support

2011-10-12 Thread Gerald Dalley
Is there any way to enable support for iPhone-style 3-button remote control headsets on Android devices? These are the ones that have a button for play/mute, and a pair of volume control buttons. Out-of- the box, this doesn't seem to work, but I wonder if there's a way for applications to obtain

[android-developers] Re: activity launches with wrong layout orientation

2011-10-12 Thread 刘家豪
You might try to use the follow code from the Java class: switch (this.getResources().getConfiguration().orientation) { case Configuration.ORIENTATION_PORTRAIT: // Do something here break; case Configuration.ORIENTATION_LANDSCAPE: // Do something here break; case

[android-developers] unable to view hindi web pages

2011-10-12 Thread Avichal
i have buied a new sony xperia X10i.and i am unable to view hindi web pages on cell phone plz help -- 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

[android-developers] Re: Newbie Question About Eclipse and SDk

2011-10-12 Thread 刘家豪
The 32 bits program should works for 64bits machines too, although I haven't tested for eclipse. In this case, the problem might be for the emulators, which could run a bit slower. Why don't you try it? You can always uninstall it later if you don't like it. On Oct 6, 3:49 am, Mark Phillips

[android-developers] Re: aapt crashes with -v

2011-10-12 Thread Sam Blomberg
I recently encountered the problem as well. Verbose logging pauses in the Eclipse Console every 7 seconds on my Windows 7 machine, so I wasn't able to get any error information other than 'aapt' error. Pre Compiler Build aborted. After manually executing the aapt command from cmd prompt, I got

[android-developers] Re: textView Clears on Rotation

2011-10-12 Thread T.Chow
may be help: http://android-er.blogspot.com/2011/09/onsaveinstancestate-and.html On Oct 8, 4:45 am, King Salamon msalamon.comcast@gmail.com wrote: Please can anyone give me a full coding example for getting data to persist after the device is rotated. All of my textView fields go back to

[android-developers] Android may notify to my application that a connection has been made​​?

2011-10-12 Thread valentina
My application shows data read from the web. if my application IS CLOSED, Android may notify to my application that an internet connection has been activated? So my application could check for new data on the web and download. -- You received this message because you are subscribed to the Google

[android-developers] Hide Menu Before Executing Code

2011-10-12 Thread Matthew Gray
Hi, Is there an easy way, or work-around, in which I can hide the options menu before a series of code runs? Currently a few things are happening on the screen in my app that are hidden by the menu item just clicked. current code: public boolean onOptionsItemSelected(MenuItem item) { switch

[android-developers] Re: Option to unlock the boot loader for Sony Ericsson Android Gingerbread phones now available.

2011-10-12 Thread akhil vvs
when will we be able to UNLOCK BOOTLOADER of XPERIA NEO V -- 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] link button

2011-10-12 Thread rover
i am making an app which has buttons on the opening screen of the app. i have linked buttons on the opening screen to another menus. But i am not able to connect the buttons in the subsequent menus to more menus. i have made a .java file for the menu of which buttons are not getting connected.

[android-developers] How add a new Language on AVD

2011-10-12 Thread Jaicon
Hello, I need do add a new language (pt - portuguese) on the AVD, for take screenShots but I dont found how to make that. someone can help 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] XML (RSS) Ignores quotation marks

2011-10-12 Thread r6900
Im having a problem with SAX XML parser. It DOES parse everything, except quotation marks (). For example, if the text is hellquot;3o in a node, the result is hell. Here are my codes: **XML Handler:** public class MyXMLHandler extends DefaultHandler { Boolean currentElement = false;

[android-developers] hi

2011-10-12 Thread aditya rathod
whatsup -- 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+unsubscr...@googlegroups.com For more options,

[android-developers] wifi communication between two or more devices

2011-10-12 Thread renato
I need to develop an appliation that can excange information directly with other devices over WiFi without the need for an infrastructure (server). Can this be done and can someone point me in the right direction please? -- You received this message because you are subscribed to the Google

[android-developers] honeycomb HW accelerated 2D bmp.copyPixelsFromBuffer(bf) not reupload texture to GPU

2011-10-12 Thread Selueco
Hi, I am blitting a byte buffer to an Object Bitmap using a HW accelerated Canvas. To avoid garbage collector i would like to reuse the bitmap doing a bmp.copyPixelsFromBuffer(bf). The problem here is that Android 3.0 canvas HW accelerated seems to not reupload bitmap texture unless it is a

[android-developers] unable to view hindi web pages

2011-10-12 Thread Avichal
i am unable to view hindi web pages on my cell phone,when ever i open a hindi site only boxes appeare ,hindi is very important to me so plz help,tell me how to add hindi fonts to my new sony xperia X10i plz reply soon... -- You received this message because you are subscribed to the Google

[android-developers] Re: unreasonable NullPointerException in onDestroy()

2011-10-12 Thread Eugene Beletskiy
Can you post a stack trace (from Android Market) and say what is the name of a class you provided a peace of code for? For a meantime you need to inject *Log* into your code (*onDestroy()*) to see why you get null pointer exception. Looking at the code you posted everything should work ok. If

[android-developers] fetching fails dl-ssl.google.com

2011-10-12 Thread karan verma
great it works -- 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+unsubscr...@googlegroups.com For more

[android-developers] AppWidgetHostView handle touch event problem

2011-10-12 Thread Barış
i am adding installed AppWidgetViews to my application as AppWidgetHostView. The problem is they don't handle any touch events as they were added to home screen. Here is part of my code; AppWidgetHost host = new

[android-developers] Re: Compilation error on my if else statement

2011-10-12 Thread dhwanipatel
Remove ; located in between each if condition completion bracket and start of curly bracket. e.g. if (item.equalsIgnoreCase(I. The Global Business Environment)) { //go to chapter 1 startActivity(new Intent(ChaptersActivity.this, Chapter1Activity.class));

[android-developers] XPERIA NEO V

2011-10-12 Thread akhil vvs
WHEN WILL WE BE ABLE TO UNLOCK BOOT-LOADER OF XPERIA NEO V -- 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] XML (RSS) Ignores quotation marks

2011-10-12 Thread r6900
Im having a problem with SAX XML parser. It DOES parse everything, except quotation marks (). For example, if the text is hellquot;3o in a node, the result is hell. Here are my codes: **XML Handler:** public class MyXMLHandler extends DefaultHandler { Boolean currentElement = false;

[android-developers] dev software

2011-10-12 Thread tommy
Why is it that I've now gone through 14 g1 devices and have had to basically self-teach myself about changing proprietary software on a open source device, as long as you don't touch the recovery image or put a custom or cooked ROM on the device? You may in fact void your carriers warranty, but as

[android-developers] Android Developer- For a well funded Start-up, the Mobile in Red Bank, NYC

2011-10-12 Thread volorawha
Android Developer- For a well funded Start-up, the Mobile Version of Face Book Must have 2 years solid coding experience. No consulting, this opportunity is full time, permanent, stock options. Hello, , my name is Volora Howell, I am the president of Emerging Technical Search. I have a great

[android-developers] A better way to set up my MK files when building sub-projects

2011-10-12 Thread LDS
My main project relies on 2 libs containing the same config.h file in their own dir. My main issue with Android.mk is that I am unable to specify 2 sets of local includes for each object file. Two ways I can resolve this: 1. Building 2 static libs in each sub-dir, with each Android.mk in their

[android-developers] OnCallStateChanged Method Triggers more then three times when a call comes

2011-10-12 Thread Umesh Sharma
Hello, Here is my code for Phone State Listener the phone call state changed should be called first when state = RINGING and after that state = OFFHOOK and after that when call is ended then state = IDLE but so according to this function i should get three toast but i am getting different number

[android-developers] Wrong size of images in landscape mode (correct images)

2011-10-12 Thread beste
Hi, I have a layout which is shown fine in the layout editor: https://picasaweb.google.com/106995904369678213329/ScrapbookPhotos#5661576214259998514 However, this layout gets distorted on any device (emulator, real device, big screen, small screen all doesn't matter):

[android-developers] Setting ringtone from an activity without using sdcard.

2011-10-12 Thread br0k3n
hi, i'm looking for more info/working code example. i want to set the default ringtone of the device from an android app. i want my apk to contain the media file/ringtone file and that my application set it from there. for example, the ringtome media file is named BrokenRingtone.mp3 and can be

[android-developers] How to set microphone mute while recording live shoutcast streaming

2011-10-12 Thread GiLL
Hi there in media recorder even we use setMicrophoneMute and give permission in manifest but it still keep recording from mic and media anyone help please thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Maps, Market and Gmail fail to connect after a VPN session

2011-10-12 Thread charles
Hi, I found a serious problem about these Google apps. I configured a vpn, connected for a while, then stopped the vpn, all worked fine. But after vpn was stopped I found Maps, Market and Gmail failed to connect without vpn, forever. The only way to make them work again was start vpn again! While

[android-developers] Magnetic Sensor Driver GeomagneticField

2011-10-12 Thread HumphreyLin
I am coding a driver for one magnetic sensor hardware. To fix one hardware problem, is it possible for me to access GeomagneticField class from my magnetic sensor driver? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Not able to translate device co-ordinate system to world co-ordinate system

2011-10-12 Thread pulkit
I have written a small code to convert the device co-ordinates into world co-ordinates by multiplying the Rotation matrix(using getRotationMatrix) and the vector (Ax,Ay,Az) which are the accelerometer values. When I run this, and the phone is static, I get a very fluctuating value for the Z

[android-developers] Successfully ported and running node.js on Android.

2011-10-12 Thread LDS
After spending a couple of days dealing with Android NDK madness, some esoteric and intricate Linux implementations on this device, I finally got node js latest to run as a native app on Android. I was planning to originally run a v8 client on Android so I started with the v8 port. That one was

[android-developers] Integration of VMGL in Android Emulator

2011-10-12 Thread Inder
Hi All, I have built VMGL code for host (ubuntu). Now I want to integrate VMGL in our Android Emulator. Is it possible? Any hardware dependencies? Please revert back asap. Thanks in advance. -Inder -- You received this message because you are subscribed to the Google Groups Android

[android-developers] ebook for android

2011-10-12 Thread shweta
Hello, Plz tell me best book for android which has basic concept .the book should be like head first in java. Thanks shweta -- 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] Wrong size of images in landscape mode

2011-10-12 Thread beste
Hi, I have a layout which is shown fine in the layout editor: https://lh4.googleusercontent.com/-l-Qj6sjDzZs/TpH1kg_EnzI/AMk/YfmbrsiwhSM/s128/device-2011-10-09-211300.png However, this layout gets distorted on any device (emulator, real device, big screen, small screen all doesn't

[android-developers] Any way to clear all message notifications in actual messaging app, without reading them

2011-10-12 Thread Andrew CrushFitness
Any way to clear all message notifications at once in actual messaging app, without reading them. I would like to remove the number signaling in the stock messaging app so I don't have to click on each individual text to dismiss the notifications. If there is a better forum please redirect. I

[android-developers] shared database between devices

2011-10-12 Thread -Castiel-
Hi, i was wondering if anyone can give me a clue or even tell me if its possible or not. I've looked everywhere and i can't find anything close enough... I'm making an android app in which i save some values taken from the device. Now my question is, it's possible to access this values from

[android-developers] Devices Reboot on normal usage for One day

2011-10-12 Thread tanuja g
Hi , my device Reboots on normal usage for one day , DDMS logs gives the WATCHDOG KILLING SYSTEM PROCESS: null which occurs on Dedlock ,to know the thread for the cause for of deadlock we took the Traces.txt file from the device and we are not able to analysis this log , please help us in

[android-developers] Maven: dx: can't find dx.jar

2011-10-12 Thread Philipp Jenke
Hi group, I have a problem building my app via Maven. I set up an android project via Eclipse. It builds correctly and I can deploy it (both on the emulator and on my device). Additionally, I set up a Maven build script pom.xml (see below). The first part of the build seems to run successfully,

[android-developers] Broadcast receiver on REBOOT

2011-10-12 Thread ranjit R
I need to trigger a broadcast receiver when it starts to reboot/ reboots not when boot_completed . i not able to trigger the broadcast receiver. below is my code public class broadcastreceiver extends BroadcastReceiver{ @Override public void onReceive(Context context, Intent intent) {

[android-developers] SurfaceView Overlay Not Working?!?!

2011-10-12 Thread Bobby
Details here: http://stackoverflow.com/questions/7714820/how-to-make-a-custom-overlay-view-transparent-on-top-of-a-surfaceview I just get a black box on top of the surfaceview camera preview.. I've tried everything, any ideas? -- You received this message because you are subscribed to the

[android-developers] Make Custom Overlay View Transparent on top of a SurfaceView?

2011-10-12 Thread Bobby
OK I've gone through a few similar questions on SO and around the web, to no avail. I'm just trying to overlay a transparent view on top of a SurfaceView.. and eventually draw a rectangle on it, such that it appears to overlay the camera preview. I cannot get the custom view to be transparent, it

[android-developers] Where to start building a launcher application?

2011-10-12 Thread njackson
I've been looking for the source on android.git.kernel.org/?p=platform/ packages/apps/Launcher.git;a=summary, but I've had 2 problems: the page won't load; and I've read that it's not designed to be simply built into a standalone APK. Does anybody know where else I could get hold of some

[android-developers] Android camera flashlight

2011-10-12 Thread Howely
Hello everyone, Here's my problem: I use WinDev Mobile (http://www.windev.com/windevmobile/index.html) to create an android application. Windev provides a field camera that makes it possible to display the camera and can take a picture. My problem is that the function I use to take a photo

[android-developers] Device discovery on Extended BSS

2011-10-12 Thread Dipesh
I'm making an android app for chat and file sharing over wifi. I'm able to generate a multicast address(and receive the packet) for the same access point but my device(Desire HD) does not receive UDP packet broadcasted at 255.255.255.255. So how do I discover devices connected to a different

[android-developers] Can a ViewFlipper contain many ListViews which are added programatically?

2011-10-12 Thread aimee daniells
Hi, i wonder if someone here can help me. I have an application which flips left and right through a ViewFlipper. In each page i have a ScrollView containing many LinearLayouts which are inflated at runtime to populate data. I feel these should each be in a ListView within the flipper, but i

[android-developers] XDR

2011-10-12 Thread Neil Menne
I'm trying to get XDR built for android, and I was looking at sysroot/ usr/include/linux/sunrpc/xdr.h and that's empty. For the most part, everything in this directory seems largely unimplemented. Does anybody have this stuff working? -- You received this message because you are subscribed to

[android-developers] Using bluetooth framework in Android SDK slows down the system extremely while uninstalling the app

2011-10-12 Thread can
Hi, I asked the same question at stackoverflow and here is the link just in case: http://stackoverflow.com/questions/7714816/ **UPDATE:** I figured that out if I close the bluetooth before uninstalling the app the problem no longer remains so there is indeed a resource not released when the

[android-developers] Want to update SimpleCursor Adapter on the runtime with changed value of cursor

2011-10-12 Thread Namit Virmani
Hi, I'm using SimpleCursorAdapter for my listview. As shown in example below: Cursor notesCursor = myDbHelper.fetchDayPanelNotes(type, day); startManagingCursor(notesCursor); String[] from = new String[]{DataBaseHelper.KEY_NAME, DataBaseHelper.KEY_ROOM, DataBaseHelper.KEY_TIME};

[android-developers] re: JNI - FindClass() returns null

2011-10-12 Thread Bob
Sorry to revisit such an old post, but the answer by fadden is precisely what I needed to know, and one that took some effort to dig up. The issue about non-system classes not being loaded will come up if you are implementing callbacks from C into the JVM; there seem to be plenty of other

Re: [android-developers] Flash On Flash Off without the camera

2011-10-12 Thread Howely
Hello, the guy who have a problem is me :) The script in the post is an exemple: The camera is initialized by an other program and i don't have access to the code. So i want to change the parameters without release the camera and without access to the initialisation of the camera :/ -- You

Re: [android-developers] [SOLVED] Real Multi touch in Android - Going Open Source!!!

2011-10-12 Thread 金光是党员
cool 2011/10/11 metin ögtem android.develope...@gmail.com Good..That applicatios uses in presentation 2011/10/10, swapnil kamble swap.kam...@gmail.com: Cool app. I just tried it, works awesome. Nice work Swapnil On Mon, Oct 10, 2011 at 2:08 PM, Asim asim.mit...@gmail.com wrote:

[android-developers] Update application data

2011-10-12 Thread Juliano Nunes
Hi, My application will use a local database with almost 2MB of data (non-compressed) that will be updated every month, so I'd like to know which is the best approach for an update mechanism. The first option is a REST service that sends only the differences to be applied to the devices

[android-developers] Access GeomagneticField from Magnetic Sensor Driver

2011-10-12 Thread HumphreyLin
Hello, I am coding a driver for one magnetic sensor hardware. To achieve better performance, is it possible to access GeomagneticField class from my magnetic sensor driver? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Modify init.rc (ramdisk) to run script myscript.sh

2011-10-12 Thread Naga
Dear Android Scholars, I am wanting run a script on boot up. There by I need to modify init.rc which executes on bootup. I am using emulator on eclipse (windows 7) a) To modify init.rc, i need to update the ramdisk,img b) I tired the following link

[android-developers] Context menu does not work in ListView with SimpleCursorAdapter

2011-10-12 Thread MirecXP
Hello I'm new to android development and I work on the application for tablet running Android 3.1. The main activity is divided into more functional parts and one of them shows the list of some items, the long click on the item should open the context menu. I have a problem, because I can't make

[android-developers] Slide button

2011-10-12 Thread Felipe Theodoro
Anyone know if that object that the android has to unlock the screen that you slide the button to the other end of the screen to unlock or even used to answer a call. Does anyone know ifit has anything ready? -- *Felipe Theodoro Gonçalves - *about.me http://about.me/ftgoncalves

[android-developers] how can I use menu if my activity is full screen without titlebar for tablet?

2011-10-12 Thread Changzhi Wang
how can I use menu if my activity is full screen without titlebar for tablet? since android 3.1 doesnt have hard key. Many thanks! very appreciate for your answer! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Making a Custom View Transparent?? Overlay on top of SurfaceView

2011-10-12 Thread Bobby
OK I've gone through every resource I can find around the web, to no avail. I'm just trying to overlay a transparent view on top of a SurfaceView.. and eventually draw a rectangle on it, such that it appears to overlay the camera preview. I cannot get the custom view to be transparent, it

[android-developers] How Play the remote url videos

2011-10-12 Thread Muthu S
Hi All If any body knows the solution for my issues.kindly help me .I like to play the remote url videos .i use the two kind of way but is not working properly. vid = http://www.tamilclips.net/components/ com_contushdvideoshare/videos/24_hd.mp4; 1.

[android-developers] How Play the remote url videos

2011-10-12 Thread Muthu S
Hi Anybody Know the solution for my issue please help me. Issue: How play the remote url videos in android app .Am try two kind of way but is not working correctly please find my two kind of codes. vid=http://www.tamilclips.net/components/ com_contushdvideoshare/videos/24_hd.mp4

[android-developers] How to run application when listview application name clicked with appropiate application

2011-10-12 Thread hktsang
Dear sir, I'm trying to write an apps just like a file manager. my code is as follow: private void openFile(File f) { Intent intent = new Intent(); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); intent.setAction(android.content.Intent.ACTION_VIEW); String

[android-developers] Android Jersey API problem

2011-10-12 Thread yeasincs
Hi, I am trying to write a RESTful client for Android platform using Jersey API. I am using ADT for Eclipse. Below is the source code import android.app.Activity; import android.os.Bundle; import android.widget.TextView; public class AndroidJerceyClientActivity extends Activity { /**

[android-developers] about booting from an browser by a scheme name

2011-10-12 Thread kono
Hello, i'm Kono. Sorry for my english After an application is booted from an browser by a scheme name, the application quits (the process is killed) when the HOME button is pushed. I recognize that the application should make a transition to background and the process should not be

[android-developers] Re: Can't upload an apk to Android Market

2011-10-12 Thread Asher Lwin
Ya I'm also the same problem.Please google fix it. On Oct 11, 6:15 pm, burnayev burna...@gmail.com wrote: I've been trying to upload a new apk for my application to the market for the past hour or so with no success. Once I hit the Upload button the progress bar stays at 0 B for a long time

[android-developers] Add a link on a TextView

2011-10-12 Thread aru
Hi Guys, My name's Aru. I got a little trouble to add a link on a TextView. I thought it would be easy to add it using mTextView.regulationTxt.setText(Html.fromHtml(stringContainsLink)); do you guys know the other ways ? Regards, Aru -- You received this message because you are subscribed to

[android-developers] الانظمام الي هذا المجموعة

2011-10-12 Thread محمد علي الضلعي
ارجو من سادتكم الانظمام الي هذا المجموعة ومعرفة ماهو جديد في جميع مجالات الكمبيوتر شكر لتعاونكم -- 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

[android-developers] HI i want to retrive the values from excel file

2011-10-12 Thread basha
Hi i am the new developer for phone-gap android.. i want some code, to retrieve the value from the excel sheet and stored it in an array. PLZ help me for that Regards Basha -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] using multiple advertising networks - is this possible?

2011-10-12 Thread KevinC
Hi - Is it possible to switch between multiple advertising networks for placing in-app ads? For example, if I want to show an InMobi ad, and then later switch over to AdMob, and then perhaps put in my own affiliate link, is there an easy way to do this? I know this is easy to do on a web page,

[android-developers] How to detect applications currently using the microphone

2011-10-12 Thread Andy Harrah
Is there a way to determine if any applications are using a given AudioSource? Best would be to get the list of applications currently using an AudioSource. This could be used by a VoIP application to know if another application is recording the call. -- You received this message because you

[android-developers] Is it possible to create a app that's connected to a desktop client.

2011-10-12 Thread Jin
Hi I've been doing a bit of research and am wondering if its possible to connect a android made application to a program on a PC. For example User 1 on the Desktop PC, User 2 on the mobile device. User 1 asks for user locations,User 2 gets notification to requesting location they accept and it

[android-developers] Question : Markers(QR code) based augmented reality

2011-10-12 Thread smile.heegon
Hello, I'm New developer. I'm trying to create some program but I do not have sense yet. I would like to recieve tips and a guideline. I generate a QR code with a kind of query message onto, and send the query when recognize that. My device show some graphs or text box on the camera screen as

[android-developers] Re: Can't upload an apk to Android Market

2011-10-12 Thread Gianluca
I'm unable too, it seems not a browser problem, neither IE or chrome or Firefox are working. On Oct 11, 1:15 pm, burnayev burna...@gmail.com wrote: I've been trying to upload a new apk for my application to the market for the past hour or so with no success. Once I hit the Upload button the

Re: [android-developers] It is possible to rotate a object from his own coordinates and not from the plane coordinates?

2011-10-12 Thread Tushar Bera
Dear Android Team, Please dont send me mail like this. Regards, Tushar On Tue, Oct 11, 2011 at 4:22 PM, saex elpablos...@gmail.com wrote: I am following the OpenGL es rotation examples from google to rotate a simple Square (not a cube) on my Android App, for

Re: [android-developers] sending email automatically

2011-10-12 Thread Milad khajavi
see this post: http://stackoverflow.com/questions/2020088/sending-email-in-android-using-javamail-api-without-using-the-default-android-app On Tuesday, October 11, 2011, arun kumar hariarun2...@gmail.com wrote: SMTP means simple mail transfer protocol. first search in google about smtp in

[android-developers] onItemLongClockListener - ArrayList throws IndexOutOfBoundsException

2011-10-12 Thread Graham Bright
Hi, When I try to remove the list element in my ArrayLilst I get IndexOutofBoundsException. Specifically in OnItemLongClickListener. Can anyone help ? Thanks, Graham package listmodified.org; import java.util.Arrays; import java.util.ArrayList; import android.app.ListActivity; import

[android-developers] Free lancers / Expert for developing eLearning assignments on Android Tabs

2011-10-12 Thread Priya
Hi , Want add an interactive elearning module in the elearning package being developed on Android tabs. Is there anyone who 1st hand experience on multi-user intearctive android based apps development. Feel free to connect with me at priya(dot)positions(at)gmail(dot)com Priya -- You

[android-developers] How can i mount a yaffs2 image on Linux Ubuntu 11.04

2011-10-12 Thread luca aliberti
I have extracted a yaffs2 image of my android phone situated in /dev/ mtd/mtd0, for forensics purpose. I would know how can I mount it in ubuntu 11,04 to exploore the contents, because yaffs2 is not supported. Thanks to everyone. -- You received this message because you are subscribed to the

[android-developers] hi

2011-10-12 Thread pr biztech
hello everyone -- 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+unsubscr...@googlegroups.com For more

[android-developers] Re: onItemLongClockListener - ArrayList throws IndexOutOfBoundsException

2011-10-12 Thread Graham Bright
Found the problem myList.remove(*this*); //remove the current object , *postion* throws an exception On Tue, Oct 11, 2011 at 11:37 AM, Graham Bright gbwienmobil...@gmail.comwrote: Hi, When I try to remove the list element in my ArrayLilst I get IndexOutofBoundsException. Specifically in

[android-developers] Update application data

2011-10-12 Thread Juliano Nunes
Hi, My application will use a local database with almost 2MB of data (non-compressed) that will be updated every month, so I'd like to know which is the best approach for an update mechanism. The first option in my opinion is to use a REST service that will generate the data operations

[android-developers] SQLite Query

2011-10-12 Thread dipti desai
How to insert more than two values in the coulmn.? i have a table having columns name and country I want to insert input data into SQLitedatabase public void insert(String name,String country) { String[]params = new String[2]; params[0]=name; params[1]=country;

[android-developers] i want to unsubcribe

2011-10-12 Thread guru moorthy
i want to unsubcribe -- 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+unsubscr...@googlegroups.com For

[android-developers] How to integrate the Html5 player

2011-10-12 Thread Muthu S
Hi all How to integrate the html5 player in android app please help 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 from this group, send email to

  1   2   3   >