[android-developers] How to know if app uses C2DM?

2011-11-08 Thread Quiel
Do you have concrete step to know if an app is a C2DM. According to c2dm website; What Does the User See? When mobile device users install an applications that include C2DM, they will get a permission from Android Market informing them that the application includes C2DM. They must approve the use

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-08 Thread Pawan Singh Rathore
Hi Hackborn, You mean to say that they have modified the platform. Was honeycom source ever be available to download? Thanks BR, Pawan Rathore On Tue, Nov 8, 2011 at 1:22 PM, Dianne Hackborn hack...@android.com wrote: On Mon, Nov 7, 2011 at 9:25 PM, Pawan Singh Rathore

[android-developers] Re: Incorrect output values with gluUnProject… why?

2011-11-08 Thread saex
I'm checking your code, but i still have the same problem with your code żwich winZ value i have to pass to your function? how to get that Z value? Please answer :/ On Nov 8, 1:39 am, Streets Of Boston flyingdutc...@gmail.com wrote: I experienced similar issues with gluUnProject. I wrote my

[android-developers] Re: Incorrect output values with gluUnProject… why?

2011-11-08 Thread saex
also, your function is giving me NaN allways :S 01-04 17:18:11.334: DEBUG/X(2887): X: NaN 01-04 17:18:11.334: DEBUG/X(2887): Y: NaN 01-04 17:18:11.334: DEBUG/X(2887): Z: NaN On Nov 8, 1:39 am, Streets Of Boston flyingdutc...@gmail.com wrote: I experienced similar issues

[android-developers] Process has died when ran an app instrumented with emma

2011-11-08 Thread Tony Lee
I am working on an android program. Everything goes well without emma instrumented. But, after emma instruments the .class files, when I run the program, I got the following error: Process com.baidu.input (pid 16227) has died. And I got the stack infomation by the logcat: I/DEBUG ( 56): ***

[android-developers] Receive implicit intent of view downloads

2011-11-08 Thread kapnkore
I have my own activity to show download folder.When user press view downloads from browser it opens download manager activity so i want to open mine. So what intent filter i need to add in my activity to listen intents of download manager Intent intent = new

[android-developers] problem while updating UI from non-ui thread?

2011-11-08 Thread Hitendrasinh Gohil
Hi, I am updating my UI from background thread. If i go to other activity while the request has already been sent to server then it creates problem for me. Activity1 and Activity2 are there. I am on activity1 and it refreshes every 10sec.now suppose the request has been sent to server but

Re: [android-developers] Fragments

2011-11-08 Thread Pawan Singh Rathore
Ok I understood, But can you please give me some direction from where can I start. We have our own hardware. So I can change work on platform level also. But don't know that from which part I should start. I have also posted this question on android-porting group, But no luck yet. Thanks BR,

[android-developers] Listviewitem height does not update to wrap the content

2011-11-08 Thread yoav bbb
I have a list activity with listviewitem layout. The listviewitem contains a textview, the porblem is that if the string in the textview is too long - e.g. 3 lines, then the listviewitem height does not change to wrap the content. I am using adapter for the listview. The problem happens only when

[android-developers] pppd chat program failed on android

2011-11-08 Thread androx
Hi, I am running pppd chat program with following script for mts usb modem, pppd debug modem crtscts /dev/ttyUSB0 9600 asyncmap 0 noauth noipdefault 0.0.0.0:0.0.0.0 netmask 255.255.255.0 defaultroute connect 'chat -v ATZ OK ATI OK ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0 OK

Re: [android-developers] Customize Android Source Code to run multiple Application on same Screen.

2011-11-08 Thread Francisco Dalla Rosa soares
That means they have a partnership with google or some company who has a partnership with google, who gave them access to the source code. 2011/11/8 Pawan Singh Rathore pawan.s.rath...@gmail.com Hi Hackborn, You mean to say that they have modified the platform. Was honeycom source ever be

[android-developers] Listen to intent

2011-11-08 Thread kapnkore
I want to listen to the intent android.intent.action.VIEW_DOWNLOADS Which basically opens the all downloads when we press view downloads from browser. but i want to open my activity how should i implement the intent filter for this? -- You received this message because you are subscribed to

[android-developers] Marge to listview when after one list finished

2011-11-08 Thread Naveen
Hello Sir, I have a two listview one is lv1 and second is lv2 , want to load listview2 data after listview1 loaded , 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] Marge to listview when after one list finished

2011-11-08 Thread Naveen
Hello Sir, I have a two listview one is lv1 and second is lv2 , want to load listview2 data after listview1 loaded , 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] Re: Marge to listview when after one list finished

2011-11-08 Thread skink
On Nov 8, 11:39 am, Naveen kumarnaveen.si...@gmail.com wrote: Hello Sir, I have a two listview one is lv1 and second is lv2 , want to load listview2 data after listview1 loaded , Please help me just create an adaptee that merges lv1's and lv2's adapters pskink -- You received this

Re: [android-developers] Re: Marge to listview when after one list finished

2011-11-08 Thread NaveenShrivastva
How to manage here adapter android, i am trying for long time when i am fixing listview1, and listview2 height then it's work fine, but here i want to when one list loaded then after that this list2 load. On Tue, Nov 8, 2011 at 4:18 PM, skink psk...@gmail.com wrote: On Nov 8, 11:39 am,

[android-developers] How do i implement web services application in Android?

2011-11-08 Thread venugopal reddy
Hi friends, How do i implement web services application in Android? Pls Help me Thnks in advance -- 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: Marge to listview when after one list finished

2011-11-08 Thread skink
On Nov 8, 11:57 am, NaveenShrivastva kumarnaveen.si...@gmail.com wrote: How to manage here adapter android, i am trying for long time when i am fixing listview1, and listview2 height then it's work fine, but here i want to when one list loaded then after that this list2 load. On Tue, Nov

[android-developers] checkbox checked in listview

2011-11-08 Thread vani reddy
Hi, I have created a custom listview of text and checkbox. When i click on a particular checkbox the other checkboxes in the rows also gets checked. How to avoid this?? -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Error in installing dynamically downloaded apk from custom android application programmatically

2011-11-08 Thread chamith weerasinghe
Hi, onna mama reply kala. Chamith. -- 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 all media info(metadata) of video source??

2011-11-08 Thread ranjit R
hi i need to get media info of all video source .i used mediastore.video.videocolumns to get some media info but not all able to get all meta data information like reolution bitrate duration.i refered data/data/com.android.providers.media/databases to check media metainfo but not all information

[android-developers] Re: Directing user to webpage, then back to app

2011-11-08 Thread Neilz
Ok, I have a related, but unrelated, question about this! More about managing Activities and Intents, but within the above scenario. Let's say my app has started ActivityA, ActivityB, and ActivityC. This last activity opens the browser, which does its stuff until the user clicks the link

Re: [android-developers] Cursor LifeCycle

2011-11-08 Thread Júlio Cesar Bueno Cotta
Dianne, thank you very much! 2011/11/8 Dianne Hackborn hack...@android.com If you are closing the cursor yourself, you really shouldn't be having the framework manage the cursor at all. I mean... the point of having the framework manage the cursor is for it to close it (and otherwise manage

Re: [android-developers] Re: Directing user to webpage, then back to app

2011-11-08 Thread Mark Murphy
On Tue, Nov 8, 2011 at 8:00 AM, Neilz neilhorn...@gmail.com wrote: Ok, I have a related, but unrelated, question about this! More about managing Activities and Intents, but within the above scenario. Let's say my app has started ActivityA, ActivityB, and ActivityC. This last activity opens

Re: [android-developers] How do i implement web services application in Android?

2011-11-08 Thread Júlio Cesar Bueno Cotta
You can try KSOUP2 for Android as client side. http://code.google.com/p/ksoap2-android/ Google it and you will find a lot of tutorials. Good Luck. 2011/11/8 venugopal reddy venugopal.re...@tspl.com Hi friends, How do i implement web services application in Android? Pls Help me Thnks in

Re: [android-developers] problem while updating UI from non-ui thread?

2011-11-08 Thread Hitendrasinh Gohil
is there anyone? On Tue, Nov 8, 2011 at 2:52 PM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: Hi, I am updating my UI from background thread. If i go to other activity while the request has already been sent to server then it creates problem for me. Activity1 and Activity2 are

[android-developers]

2011-11-08 Thread kirti waykole
hello friends, I am designing new application in that application i want to connect two android pad via WiFi. Please guide me can implement video calling with in network. i want to access another device camera for video calling. Please help me.. thanks in advance -- You received this message

[android-developers] Re: Directing user to webpage, then back to app

2011-11-08 Thread Neilz
Yes I rather thought that would be the case. Unfortunately I don't think the 'intent' link works from within a WebView, so I'm stuck with the browser, which would probably be the client's preference anyway. I don't want to actually 'get rid' of the browser as such, rather just move it to the

[android-developers] Audio Transmission over Bluetooth.

2011-11-08 Thread Aditya Singal
Hi, I wish to know how Audio data is transmitted over Bluetooth channel. What I mean to ask is, if I have a stream of bytes of audio data, what kind of conversion or encoding is required before transmission. Aditya -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] problem while updating UI from non-ui thread?

2011-11-08 Thread TreKing
On Tue, Nov 8, 2011 at 3:22 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: I can set boolean flag for it.But apart from this patch is there any good idea to prevent this. Stop the background thread or preferably cancel the AsyncTask that's running.

[android-developers] Re: Android and WinXP: look for some tips

2011-11-08 Thread SL@maxis
Customers will have to start usb debug mode to get the connection to work. But how can a socket connection via usb cable without usb debugging mode be established? Interesting question, but I don't know. But since someone points to DDMS in answering my first post, I post further to ask.

Re: [android-developers] Re: Directing user to webpage, then back to app

2011-11-08 Thread Mark Murphy
On Tue, Nov 8, 2011 at 8:58 AM, Neilz neilhorn...@gmail.com wrote: Yes I rather thought that would be the case. Unfortunately I don't think the 'intent' link works from within a WebView, so I'm stuck with the browser, which would probably be the client's preference anyway. Well, if you're

Re: [android-developers] problem while updating UI from non-ui thread?

2011-11-08 Thread Hitendrasinh Gohil
Hey Treking, please read my question carefully. I am cancelling asynctask. It happens rarely. Scenario:- Request has been sent to server but the response has not came yet. In between this time if i do something that finishes my activity (i am also cancelling my asynctask.) then the method is

[android-developers] Unix socket name

2011-11-08 Thread ch
hi, I have 2 applications and i try co communicate between them with a Unix socket! But i do not know where to place the socket that both applications have access to it (i use FILESYSTEM namespace). Sorry for my bad English. Andrei -- You received this message because you are subscribed to

[android-developers] Re: Incorrect output values with gluUnProject… why?

2011-11-08 Thread Streets Of Boston
In your 3D model, you have two Z values (for depth). Z-near (the 'location' of your screen) and Z-far (the furthest z-plane of your 3D model). The user touches the screen and Xs, Ys. Now call gluUnProject twice: gluUnProject(xWin, ((float)screenH)-yWin, *zNear*, modelMatrix, 0, projMatrix, 0,

[android-developers] List reload fails

2011-11-08 Thread dginzbourg
Hi, I'm doing a salary calculator application, and i'm using ListView. When i add my first task it shows up like i want it to, but when i go for the second one, it does not appear on the screen. I'm using tabs, so the left tab is to add a shift, and the middle one is to see the list. Sometimes

[android-developers] Bitmaps, i am doing something wrong (NDK + alpha) but what?

2011-11-08 Thread Willy Gardiol
Hi guys! I come from the Qt world and i am porting an application to Android. I am bit confused, i am banging my head for a few days now on something that must be so trivial that i cannot find why it's not working. Some background: i have a C++ engine which i use trough NDK and JNI. This

[android-developers] How to show the “add to home screen” popup window in customize home screen?

2011-11-08 Thread Saurabh Patel
Hi all The Home sample in the android sdk doesn't implement the Add item, which bring up the Add to home screen popup window, and Notifivcations item in onCreateOptionsMenu and onOptionsItemSelected. How to do that like the default home? Thanks! -- You received this message because you are

[android-developers] Need some help for right implementation of a method in KeyEvent.Callback interface

2011-11-08 Thread kerpie
Hi Everybody! I was looking to get a message( Toast ) when a key is pressed multiple times, I found the onKeyMultiple(int keyCode, int repeatCount, KeyEvent event) method is able to do that, but it looks like I'm not implementing it right, do you have an example about it? or did you do this

[android-developers] System account.

2011-11-08 Thread xueting
I want to create a system account by AccountManager.addAccountExplicitly(..); What i want to know is how to prevent user from removing the account from Settings-AccountsSync. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] How to add extra window in customize home screen launcher

2011-11-08 Thread Saurabh Patel
Hi all here i want to know about how to add extra window in customize home screen launcher. i want to add two and three extra window in my customize home screen. So any body have idea. please share your ideas and tell me how to achieve this things Thanks to all -- You received this message

[android-developers] SDK(Android 4.0) launch fail when GPU emulation is activated from the SDK config window

2011-11-08 Thread Ramaraj Bijur
Dear fellows Please help me to launch the Android 4.0 emulator on MS-Windows- XP(SP-3) OS. As of now i am getting below error when GPU emulation of the SDK is enabled Note:i coulde able to run the SDK sucessfully without GPU emulation enabled In conclose i am getting below error

[android-developers] How to use this Google git website to see the code

2011-11-08 Thread Saurabh Patel
here i want use google git for see source code of different different things but when i open this link i have two options like Generate New Password Revoke Prior Passwords So how can i proceed further for this. when i generate new password so how can i use this credentials on google git link

[android-developers] SDL init failure, reason is: No available video device IS KILLING ME!

2011-11-08 Thread swami
SDL init failure, reason is: No available video device IS KILLING ME! I have no clue why I am getting this when I try and launch the emulator for a generic froyo build! I tried all what I could find on the net, but in vain :( 1. I have no SDL_VIDEODRIVER or SDL_VIDEO env variables set, atleast

[android-developers] Re: startActivity() in monkeyrunnner doesn't work

2011-11-08 Thread pinknoiz
There's a further wrinkle, I discovered. I was able to launch my main Activity (the one with action=MAIN, category=LAUNCHER) but none of the other ones would activate. Once I altered the AndroidManifest.xml to include the intent filter with those settings, the other activities would launch. I

[android-developers] c2dm performance

2011-11-08 Thread kouz
hi, I try to create a php server to send message with c2dn. The process is very slow, It take more than 10 min to send 5000 messages. the code is very simple: First I connect to google: $this-ch = curl_init(); $post_fields = accountType= . urlencode('GOOGLE') . Email= .

[android-developers] FingerPaint eraser

2011-11-08 Thread New Developer
Hi All I'm trying to expand the concept of the Finger Paint Example I have where I can draw with the finger and a line is left I thought, if I just change the paint Color from 0x which is red to 0x which is Transparent it would erase ? No Joy Any ideas on how I can

[android-developers] Re: problem while updating UI from non-ui thread?

2011-11-08 Thread Streets Of Boston
And what about when the user rotates his or her device...? In short: Create an object that your will return in your activity's onRetainNonConfigurationInstance method. This object can be gotten in the onCreate, by calling getLastNonConfigurationInstance. Store this object in a field/reference

[android-developers] Re: Android and WinXP: look for some tips

2011-11-08 Thread SL@maxis
Customers will have to start usb debug mode to get the connection to work. But how can a socket connection via usb cable without usb debugging mode be established? I think there is a need to clarify since some insinuates there be some ulterior motives, that the programs I mentioned in my

[android-developers] Display battery status of my application

2011-11-08 Thread Manikandan M
Hi All, How to display battery usage of my app. In Settings-Application- Battery Use it display the battery usage of some applications. How to add my application over there? Thanks in Advance Mani. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Incorrect output values with gluUnProject… why?

2011-11-08 Thread saex
isn't exist a easiest way to do it...? i think i need a little help with that algorithm On Nov 8, 4:03 pm, Streets Of Boston flyingdutc...@gmail.com wrote: In your 3D model, you have two Z values (for depth). Z-near (the 'location' of your screen) and Z-far (the furthest z-plane of your 3D

[android-developers] Re: Incorrect output values with gluUnProject… why?

2011-11-08 Thread Streets Of Boston
Nothing comes easy. :-) Google it. Open up your geometry books. Do whatever is necessary to make it happen. The information is out there and you can learn it and apply it to your app. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] RegisterBroadcastReceiver in Manifest.xml

2011-11-08 Thread Priyank
Hi, I am trying to register a callback when a get a call on my phone. Here is what I am doing: public class BroadcastActivity extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) {

[android-developers] Re: Delegate TouchEvents from WebView

2011-11-08 Thread Philipp Comans
Never mind, I found the solution in an older reply by Romain Guy: http://groups.google.com/group/android-developers/browse_thread/thread/d15edc816a0b436c/92ec68238acd1c62 You have to override either Activity.dispatchTouchEvent(MotionEvent) or ViewGroup.onInterceptTouchEvent(MotionEvent) See:

Re: [android-developers] problem while updating UI from non-ui thread?

2011-11-08 Thread TreKing
On Tue, Nov 8, 2011 at 8:25 AM, Hitendrasinh Gohil hitendrasin...@gmail.com wrote: Hey Treking, please read my question carefully. I am cancelling asynctask. I read your question. Unless I'm blind or illiterate (very possible!), your original post has no mention of either AsyncTask or

[android-developers] Re: System account.

2011-11-08 Thread Oli Wright
Why do you need to stop the user removing the account? Sounds nefarious. If you need an account to be set up then surely the apporach would be to verify whether one exists and, if necessary, offer to create a new one - whether one has existed before or not is completely irrelevant. -- You

[android-developers] Re: RegisterBroadcastReceiver in Manifest.xml

2011-11-08 Thread Streets Of Boston
Then you'd have to do two things: - Make Receiver1 a static class: public *static *class Receiver1 extends BroadcastReceiver If not, instances of Receiver1 cannot be instantiated without an enclosing BroadcastActivity instance. - Change the name in your manifest to

[android-developers] Re: SDK 4, R15, where is the navigation button?

2011-11-08 Thread sblantipodi
bump On Nov 1, 3:17 pm, sblantipodi perini.dav...@dpsoftware.org wrote: Bumping the question until I'll get an answer. -- 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

[android-developers] Re: SDK 4, R15, where is the navigation button?

2011-11-08 Thread Kumar Bibek
What do you mean by the navigation button? On Nov 8, 11:54 pm, sblantipodi perini.dav...@dpsoftware.org wrote: bump On Nov 1, 3:17 pm, sblantipodi perini.dav...@dpsoftware.org wrote: Bumping the question until I'll get an answer. -- You received this message because you are

[android-developers] Re: RegisterBroadcastReceiver in Manifest.xml

2011-11-08 Thread Priyank
Thanks for the reply. The 2 changes you mentioned made it work. But the problem now I am facing is that, I cannot call a method which belongs to the main class(BroadcastActivity ) from onReceive() since the Receiver1 class is static. Is there any way to deal with this. The reason I can not put

Re: [android-developers] How to use this Google git website to see the code

2011-11-08 Thread s.rawat
if u have the link to the source code u can install git and issue git clone git.link.for.your.sourcecode. on the terminal ..pain is temporary.quitting lasts forever.. On Tue, Nov 8, 2011 at 12:43 PM, Saurabh Patel saurbh...@gmail.com wrote: here i want use google git for see

Re: [android-developers] Re: RegisterBroadcastReceiver in Manifest.xml

2011-11-08 Thread Mark Murphy
On Tue, Nov 8, 2011 at 2:45 PM, Priyank priyankvma...@gmail.com wrote: Thanks for the reply. The 2 changes you mentioned made it work. But the problem now I am facing is that, I cannot call a method which belongs to the main class(BroadcastActivity ) from onReceive() since the Receiver1 class

Re: [android-developers] Display battery status of my application

2011-11-08 Thread Mark Murphy
On Tue, Nov 8, 2011 at 10:43 AM, Manikandan M c2dmdevelo...@gmail.com wrote: How to display battery usage of my app. In Settings-Application- Battery Use it display the battery usage of some applications. How to add my application over there? That screen shows the top battery consumers. You

[android-developers] Re: RegisterBroadcastReceiver in Manifest.xml

2011-11-08 Thread Priyank
Hi, I had tried initially by dynamically using registering the receivers using the registerReceiver(). I get the callback when I the application is in the foreground. The problem I faced was that, when I exit the application, I never got a callback on the receiver when I try to trigger it from my

[android-developers] Understanding the lifecycle of ViewPager

2011-11-08 Thread Chris Stewart
I'm working on implementing ViewPager and I want to let the host activity load the background data (from the Internet) instead of each fragment doing an independent I/O request. The reason why is because the same data is being loaded into two fragments, with the only difference being a category.

Re: [android-developers] Re: Re: Android and WinXP: look for some tips

2011-11-08 Thread Kostya Vasilyev
It is. It enables not only debugging, but also other adb - based features, and does no harm. If you need some of those features to support a PC-side application, just leave it on. -- Kostya 09.11.2011 1:52, SL пишет: I am just wondering whether it is appropriate to let the phone on

Re: [android-developers] Re: SDK 4, R15, where is the navigation button?

2011-11-08 Thread Chris Stewart
I suspect you mean the menu button. I believe, and could be very wrong, but if you're using Android 4.0 and on a display of 720p or better (e.g., Galaxy Nexus), you won't see that button. -- Chris Stewart http://chriswstewart.com On Tue, Nov 8, 2011 at 1:56 PM, Kumar Bibek

[android-developers] android statistics (android versions and their market share)

2011-11-08 Thread John Goche
Hello, I wonder if anyone could tell me how long the latest version of android (2.3.3) has been out. Where can I find a web page with a pie chart of the relative number of phones which have been produced for each android version? Thanks a lot, Many thanks, John Goche P.S. I am considering

Re: [android-developers] android statistics (android versions and their market share)

2011-11-08 Thread Chris Stewart
http://developer.android.com/resources/dashboard/platform-versions.html -- Chris Stewart http://chriswstewart.com On Tue, Nov 8, 2011 at 4:09 PM, John Goche johngoch...@googlemail.comwrote: Hello, I wonder if anyone could tell me how long the latest version of android (2.3.3) has been

Re: [android-developers] android statistics (android versions and their market share)

2011-11-08 Thread Kostya Vasilyev
You might want to study platform highlights by version, as well: http://developer.android.com/sdk/android-2.3.3.html ... the links for other versions are on the left. Unless you need specific features that were introduced relatively recently, like NFC or VoIP, I'd go with 2.0 or aybe 2.2

[android-developers] Android with Blue tooth Printer

2011-11-08 Thread fthusa
I am trying to write simple programme to connect my bluetooth printer and print a text ex: simply My profile like wise , Please help me to do this I have already connect with my bluetooth printer with android phone please send me sample codes . Thanks all, -- You received this message

[android-developers] Looking for a tester

2011-11-08 Thread Alexander Turda
I'm looking for a tester,and a person to help me add content to my games.No knowledge in programming/design or anything required. I'm also planning to make a team,to release a new game every 2 months(paid game). -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: C2DM Message fails

2011-11-08 Thread trebonius
I'm having the same problem. Multiple users report that after upgrading their DroidX to Gingerbread, my app is no longer receiving C2DM messages. I had them re-register, make sure they're logged into GTalk, etc. The messages just aren't being delivered as far as i can tell. I even had a user send

[android-developers] Transfer medical images to galaxy tab(android)

2011-11-08 Thread inn
Hi everyone. I need your help. Anyway,i need to make android application for transfer from medical images from ultrasound to my galaxy tab(7 inches) The image maybe in DICOM format. The application in my tablet will be used by specialist to view images from ultrasound in long distance and real

[android-developers] Re: Auto accept Bluetooth pairing request

2011-11-08 Thread monkeyscanfly
I've been thinking the same problem, may be you can listen to ACTION_PAIRING_REQUEST from BluetoothAdapter, and then setPin() in BluetoothDevice ? On 9月22日, 下午11时42分, Ricky sc.richard.t...@gmail.com wrote: In the Android 2.3.3 BluetoothChat example with with

[android-developers] using ZXING API in a application

2011-11-08 Thread melakamc
i need to use ZXING API in my own application without forwarding it to the ZXING barcode scanning application. anyone could help me on 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] change input method

2011-11-08 Thread Willy Estrada
hi people! I have a question I've been trying to find a solution but i cant , the question is I want to change the type of my default keyboard for one i made, I do not know if anyone have any idea, I was trying to do that with an instance of InputMethodManager and there, I got the process name

[android-developers] sqlite database

2011-11-08 Thread Narendra Singh Rathore
hi frnds, I actually want to show my database table in tabular form in my avd. Is there any simple way to achieve that. I am currently using single class for database (no sqliteDBHelper), with the help of cursor object. Cursor cur; tv.setText(cur.getString(0)+ +cur.getString(1));

[android-developers] Android with Blue tooth Printer

2011-11-08 Thread fthusa
If some one code to print a text through blue tooth printer please send me code -- 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] UIActionSheet Android counterpart

2011-11-08 Thread bob
I'm converting an app from iPhone to android. On iPhone, there's a UI element called a UIActionSheet that slides up from the bottom. Here's an example: http://www.youtube.com/watch?v=tDHaQoApgxw Anyone know what the Android counterpart is? Thanks. -- You received this message because you

Re: [android-developers] UIActionSheet Android counterpart

2011-11-08 Thread Kostya Vasilyev
Um, PopupWindow or just a view with animation... -- Kostya Vasilyev 09.11.2011 1:55 пользователь bob b...@coolgroups.com написал: I'm converting an app from iPhone to android. On iPhone, there's a UI element called a UIActionSheet that slides up from the bottom. Here's an example:

Re: [android-developers] UIActionSheet Android counterpart

2011-11-08 Thread Miguel Morales
AlertDialogBuilder. You're welcome. On Tue, Nov 8, 2011 at 1:53 PM, bob b...@coolgroups.com wrote: I'm converting an app from iPhone to android. On iPhone, there's a UI element called a UIActionSheet that slides up from the bottom. Here's an example:

[android-developers] Re: SDK 4, R15, where is the navigation button?

2011-11-08 Thread sblantipodi
I mean the three button we see in ICS, the back, the home and the recent. On Nov 8, 10:08 pm, Chris Stewart cstewart...@gmail.com wrote: I suspect you mean the menu button.  I believe, and could be very wrong, but if you're using Android 4.0 and on a display of 720p or better (e.g., Galaxy

Re: [android-developers] change input method

2011-11-08 Thread Mark Murphy
Users can elect to use your I out method editor. However, you cannot force the user to use your input method editor. Mark Murphy mmur...@commonsware.com On Nov 8, 2011 1:35 PM, Willy Estrada willyestrada1...@gmail.com wrote: hi people! I have a question I've been trying to find a solution but

Re: [android-developers] Understanding the lifecycle of ViewPager

2011-11-08 Thread Dianne Hackborn
Off-hand, I think it would be easier to implement a custom loader that knows how to load the data once and share it across all requests. On Tue, Nov 8, 2011 at 1:06 PM, Chris Stewart cstewart...@gmail.com wrote: I'm working on implementing ViewPager and I want to let the host activity load the

Re: [android-developers] Transfer medical images to galaxy tab(android)

2011-11-08 Thread J Handal
What about a server in between? -- 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] Re: Library Projects with Resources to Jar using r14

2011-11-08 Thread joebowbeer
I'm also wondering about this. What is temporary about the jar that is currently created by the r15 tools? Are there any snags involved in just zipping the bin folder of the lib project and distributing that?

[android-developers] Re: Re: Re: Android and WinXP: look for some tips

2011-11-08 Thread SL@maxis
It is. It enables not only debugging, but also other adb - based features, and does no harm. If you need some of those features to support a PC-side application, just leave it on. Thanks. -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ -- You received this

Re: [android-developers] Understanding the lifecycle of ViewPager

2011-11-08 Thread Chris Stewart
Thanks for the reply Dianne. I'm not completely sure what you mean by custom loader, are you referring to what was introduced in 3.2? If so, is it available in the support library for pre-3.2? I'm looking for similar functionality found, or at least perceived to be, in the Google+ app. You can

[android-developers] StackWidget - StackView Widget sample download

2011-11-08 Thread John
How do I download the sample the StackWidget - StackView Widget sample for the Windows SDK? It, apparently, is supposed to be found here: The file containing the source code shown below is located in the corresponding directory in sdk/samples/android-version/... I have downloaded the samples for

Re: [android-developers] sqlite database

2011-11-08 Thread Pawan Singh Rathore
Try with table layout, And fill different colors for Table and Table row, set margins so that it will show like table with lines. You can easily google it. Thanks BR, Pawan Rathore On Tue, Nov 8, 2011 at 11:42 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: hi frnds, I actually

[android-developers] ManagedQuery for Images returns null

2011-11-08 Thread Ankur Avlani
Hi, The following code returns a null Cursor to me String[] projection = {MediaStore.Images.Media._ID}; // Create the cursor pointing to the SDCard Cursor cursor = managedQuery( MediaStore.Images.Media.EXTERNAL_CONTENT_URI, projection, // Which columns to return null, // Return all rows

[android-developers] Re: Transfer medical images to galaxy tab(android)

2011-11-08 Thread John Coryat
You might try to rephrase your problem into one like: How can I view ultrasound images in a browser? If you can do this, then you've solved 90% of the issues and the rest is trivial. Check the documentation of your machine to see what it has in terms of internet capabilities. If you can't get

[android-developers] attachment through mail

2011-11-08 Thread LaxmiRamGanesh
Hi, i have issue on my application , coding sucessfully executed , but file not attach in my email , its only shows filename , but not image . code: Intent emailintent = new Intent(Intent.ACTION_SEND); emailintent.setType(image/jpg);

Re: [android-developers] ManagedQuery for Images returns null

2011-11-08 Thread Pawan Singh Rathore
Have you set permission to access SDCard in manifest file ? These silly mistakes I often do. Thanks BR, Pawan Rathore On Wed, Nov 9, 2011 at 10:09 AM, Ankur Avlani ankuravl...@gmail.com wrote: Hi, The following code returns a null Cursor to me String[] projection =

[android-developers] How to send DHCPINFORM request

2011-11-08 Thread petr.maza...@mautilus.com
Is it possible to send manually the DHCPINFORM request? I was searching the SDK and I did not found any class that allows creating and broadcasting the DHCPINFORM (see RFC 2131) request. Might be there is some Java implementation, which can be ported to the Android. Kind Regards, STeN -- You

Re: [android-developers] Application incompatible when trying to install on Galaxy 10.1

2011-11-08 Thread Jovish P
Removed the min sdk version tag from Manifest file and added uses-feature android:name=android.hardware.telephony android:required=false/ to the manifest file . We are getting following error error: No resource identifier found for attribute 'required' in package 'android' when trying to build

[android-developers] prb: Listview Scrolling

2011-11-08 Thread shweta
http://ericharlow.blogspot.com/2010/10/experience-android-drag-and-drop-list.html I used above link to rearrange item in listview.i am able to drag n drop the item on touch event. but there is problem that if the listview has more item on listview. i am not able to scroll the list item. Plz tell

[android-developers] TFTP (Trivial File Transfer Protocol) support

2011-11-08 Thread petr.maza...@mautilus.com
According to my information the SDK does not support directly the TFTP. Are the any other ways how to deal with the missing API? Was anybody tried to use org.apache.commons.net.tftp? Are there any experiences how difficult is to run this on Android? Any other GPL solutions for TFTP? Thanks,

[android-developers] hava a drag and drop listview, when doing drag and drop on listview then scroll not working please help me how scroll work when dragging and dropping items on list.

2011-11-08 Thread Naveen
Hello All, I hava a drag and drop listview, when doing drag and drop on listview then scroll not working please help me how scroll work when dragging and dropping items on list. Refer this Link:

  1   2   >