[android-developers] display one view from 2 different activity

2011-09-24 Thread android_dev
Hi, I have 2 activity, one activity is rendering form view and one common date activity is rendering view for data picker. i want to render both output in one view. I am using the date view in multiple place, i want to avoid writing date picker code in form activity. Please help me to achieve

[android-developers] Knwon issues and limitations on running Android applications on Android 2.1 smartphone

2010-10-21 Thread android_dev
We would like to gather some general known issues and limitations on running Android applications on Android 2.1 mobile phone. eg. memory issues, battery usage, ..etc; since there is only limited information from developer.android.com/guide/practices/design/ -- You received this message

[android-developers] Re: Geo Fix Still Not Working in 1.6

2009-11-21 Thread android_dev
Hi, i am also facing the same problem with android 1.6, i am sending coordinate through telnet but LastKnownLocation is returning null, m using android 1.6 eclipse window vista, am i doing anything wrong in Java code, can please send me java code. is it require any changes in menifest except

[android-developers] Re: Geo Fix Still Not Working in 1.6

2009-11-21 Thread android_dev
21, 11:58 am, android_dev pankaj.i...@gmail.com wrote: Hi, i am also facing the same problem with android 1.6, i am sending coordinate through telnet but LastKnownLocation is returning null, m using android 1.6 eclipse window vista, am i doing anything wrong in Java code, can please

[android-developers] urgent: issue with media recorder

2009-11-18 Thread android_dev
HI, i am really stuck with media recorder. i am trying to record a video. it is working to record audio and i can play the recorded audio as well.the code sample for recording audio is: recorder.setAudioSource(MediaRecorder.AudioSource.MIC); recorder.setOutputFormat

[android-developers] Re: media recorder error on start

2009-11-18 Thread android_dev
when i add video source and video encoder, it gives error in recoreder.prepare while the same code is working for audio. i am not finding what i am doing wrong. setContentView(R.layout.camera); preview=(SurfaceView)findViewById(R.id.surface); previewHolder=preview.getHolder();

[android-developers] Re: media recorder error on start

2009-11-18 Thread android_dev
when i add video source and video encoder, it gives error in recoreder.prepare() (prepare failed) while the same code is working only for audio. i am not finding what i am doing wrong.Please help setContentView(R.layout.camera); preview=(SurfaceView)findViewById(R.id.surface);

[android-developers] Re: video recording issue

2009-11-18 Thread android_dev
, android_dev pankaj.i...@gmail.com wrote: HI, i am trying to record video and upload to web, i have given my best effort but no luck, i am not sure if it is possible with android 1.6. Please help me to figure out the solution. is it possible to do that.its really urgent -- You received this message

[android-developers] media recorder error on start

2009-11-17 Thread android_dev
Hi i am trying to record video and upload to web server. i created a temp file but when i try to start recorder.start(), it gives me java.lang.RuntimeException: start failed. i tried debugging it but i am not getting it working. can someone please give me sample code to record video and save. i

[android-developers] video recording issue

2009-11-17 Thread android_dev
HI, i am trying to record video and upload to web, i have given my best effort but no luck, i am not sure if it is possible with android 1.6. Please help me to figure out the solution. is it possible to do that.its really urgent -- You received this message because you are subscribed to the

[android-developers] Re: Animated window transitions in Android 1.5

2009-06-15 Thread android_dev
How do I override system activity transitions to create custom transitions between activities for my app? On Jun 12, 6:33 pm, Dianne Hackborn hack...@android.com wrote: Unless you are explicitly overriding them, you should get the default activity transitions as long as the setting under sound

[android-developers] Re: Custom transitions for Activity in 1.5

2009-05-19 Thread android_dev
Anyone successful in setting a custom transition for an app or activity (different from the default slide left/right)? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Custom transitions for Activity in 1.5

2009-05-18 Thread android_dev
I have enabled Activity transitions on the emulator thru the SpareParts app. However, I would like to override the system default transitions for a specific activity in my app. I find that in 1.5, animation attributes can be set in the application theme. I have defined a custom animation theme

[android-developers] Re: Drawable or Uri for Notification icon

2009-04-09 Thread android_dev
Looking for comments on this On Mar 24, 11:20 pm, android_dev esks...@gmail.com wrote: --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Drawable or Uri for Notification icon

2009-03-25 Thread android_dev
The Notification API allows to set a drawable resource id for the icon of a notification. This drawable resource id is used to put the icon in the status bar and in the expanded window shade. This is a limitation if the icon images are to be represented by a Drawable or from a content provider

[android-developers] Dalvik VM VFY messages

2008-09-08 Thread android_dev
What are these messages in LogCat output? My app seems to run fine but there are several messages like this: DEBUG/dalvikvm(183): VFY: ... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Phone state listener for missed call

2008-09-05 Thread android_dev
Hi.. I would like to have a phone state listener for missed calls. I am looking at the PhoneStateListener. However, the TelephonyManager does not define a listen state constant for MISSED CALL. I have a phone state listener and simulated a missed call from incomingphone# using DDMS. The

[android-developers] Re: Web search

2008-09-04 Thread android_dev
Any plans to have business and/or local search in 1.0? On Sep 3, 2:02 pm, Megha Joshi [EMAIL PROTECTED] wrote: 2008/9/3 android_dev [EMAIL PROTECTED] How to get web search results in an application (without launching the browser)? Can the getFromLocationName(...) be used for getting

[android-developers] Web search

2008-09-03 Thread android_dev
How to get web search results in an application (without launching the browser)? Can the getFromLocationName(...) be used for getting web search results given a search term? example: getFromLocationName(pizza San Jose, CA, 5) Will this return the pizza places around San Jose, CA?

[android-developers] Search Invoke sample

2008-09-03 Thread android_dev
Question on the API demo - Search Invoke I launched this sample and have selected Automatic in the spinner. I also see a menu option Automatic. When this menu option is selected, it pops an alert that says To invoke search try menu+S However, menu+S doesn't bring the search dialog. Any issues?

[android-developers] Re: Search Invoke sample

2008-09-03 Thread android_dev
-keys provides a complete list of special keys in the emulator) Thanks, Andy On Wed, Sep 3, 2008 at 4:06 PM, android_dev [EMAIL PROTECTED] wrote: Question on the API demo - Search Invoke I launched this sample and have selected Automatic in the spinner. I also see a menu option

[android-developers] Re: Comunication Server-Phone: SMS directed to an application (0.9 SDK)

2008-08-26 Thread android_dev
There are a few unanswered posts on this topic. Android team, any ideas? On Aug 26, 6:35 am, Cristina [EMAIL PROTECTED] wrote: --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Geocoder IOException

2008-08-26 Thread android_dev
The Geocoder in 0.9 uses network lookup to obtain results. This seems to not work since I see the following exception: java.io.IOException: Unable to parse response from server at android.location.Geocoder.getFromLocation(Geocoder.java:120) This is for the location 37.422006, -122.084095. I

[android-developers] Notification -- is it persistent?

2008-08-26 Thread android_dev
The API doc says Notification is used to present a persistent notification to the user. What does persistent mean? Does the notification stay persistent after phone reboots? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: Geocoder IOException

2008-08-26 Thread android_dev
Yes, I have uses-permission android:name=android.permission.INTERNET / in my manifest file. I get this error the first time I invoke the Geocoder in my app for reverse geocoding. Subsequently, I don't see the error. But the results from the reverse geocoding is weird. On Aug 26, 1:20 pm, Mark

[android-developers] Address.getMaxAddressLineIndex()

2008-08-26 Thread android_dev
Any idea what is the purpose of Address.getMaxAddressLineIndex() ? Is it supposed to return the max address lines for street or thoroughfare? How is getMaxAddressLineIndex() used with getAddressLine(int index)? The getAddressLine(int index) sometimes returns city, country. But these are

[android-developers] Re: correct way to iterate through database table in 0.9 beta

2008-08-26 Thread android_dev
Use cursor.moveToFirst() and cursor.moveToNext() On Aug 26, 2:33 pm, kingkung [EMAIL PROTECTED] wrote: Obviously if (cursor.first()) {    do    {      ...    } while (cursor.next()) } doesn't work anymore. What's the right way to iterate through the rows of a database table

[android-developers] Menu bug?

2008-08-26 Thread android_dev
Menu does not show up. If the focus is on an EditText field with android:password=true, then hitting the Menu key does not show the menu options for that screen. If the focus is on some other field, then the menu shows up. Bug? --~--~-~--~~~---~--~~ You received

[android-developers] SMS directed to application

2008-08-25 Thread android_dev
How can I send an SMS directed to an application? My app looks for messages with a particular prefix and then must consume it. Other applications (including the Messaging app) should not get the SMS messages directed to my app. I have an SMS broadcast receiver that can get all the messages and

[android-developers] Re: Abort SMS broadcast

2008-08-25 Thread android_dev
Hi Justin, How to direct an SMS to an application without passing the SMS to other apps and the SMS inbox? On Aug 20, 11:24 am, Justin (Google Employee) [EMAIL PROTECTED] wrote: --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Gallery missing attribute / method

2008-08-25 Thread android_dev
android.widget.Gallery: What is the equivalent for these in SDK 0.9? android:drawSelectorOnTop or setDrawSelectorOnTop(boolean) android:spinnerSelector or setSelectorSkin(Drawable) Thanks. --~--~-~--~~~---~--~~ You received this message because you are