[android-developers] Re: code for capturing screenshot of android device

2010-04-26 Thread Sudheendra
Rooted phones ??? what does it mean On Apr 27, 11:39 am, "Maps.Huge.Info (Maps API Guru)" wrote: > From what I understand, it's only possible with rooted phones. > > -John Coryat > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To

[android-developers] Re: How to warn user when back button is pressed to navigate out of my application?

2010-04-26 Thread Nicholas Albion
My first thought was to suggest that you rethink if you really need to do this - maybe your app isn't going to be as important to your users as you may think. But then, I been frustrated in the past by games which exit in the middle of the game if you press too far right... Maybe you should provi

[android-developers] Re: code for capturing screenshot of android device

2010-04-26 Thread Maps.Huge.Info (Maps API Guru)
>From what I understand, it's only possible with rooted phones. -John Coryat -- 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 emai

[android-developers] How to set Connection mode?

2010-04-26 Thread vikky
Hi all, I want to provide option to users...for Connection mode with web server for services(XML).. How can i set the connection to use Wi-Fi or Direct or MDS or WAP connection mode.. Is there any way to set the connection to use SSL? plz help me.. Thanks.. Vikky -- You received this messag

[android-developers] Re: webview touch problem

2010-04-26 Thread Maps.Huge.Info (Maps API Guru)
It's hard to tell if and where a mistake may have been made without seeing your html... Are you using touch or click events? -John Coryat "Radar Now!" "What Zip Code?" -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] code for capturing screenshot of android device

2010-04-26 Thread Sudheendra
can somebody give me tips on how to take a screenshot of the android phone using code ( not with DDMS, i mean with in code i have to write a logic to take a screen shot , i have no idea which classs i have to use for this ) Thanks , Sudhi -- You received this message because you are subscribe

RE: [android-developers] Is it possible to develop and upload Android 2.1 apps onto Motorola backflip?

2010-04-26 Thread Tommy
I currently have a backflip and droid and see no problems using either for developement. -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Mark Murphy Sent: Monday, April 26, 2010 8:53 PM To: android-developers@googlegrou

[android-developers] How to warn user when back button is pressed to navigate out of my application?

2010-04-26 Thread Xiongzh
I can find some posts on how to warn user when the back button is pressed to 'quit' the application. http://groups.google.com/group/android-developers/browse_thread/thread/496500abe014f324/7bf02ce27368b9e6?lnk=gst&q=back+button+prevent#7bf02ce27368b9e6 http://groups.google.com/group/android-devel

[android-developers] convert a image into Base64 format

2010-04-26 Thread pramod.deore
hello I want to convert a image into Base64 format and send it to server. I have one Base64 class which accept byte array and return a string.I am sending image into chunks of data.I am creating creating one chunk of 100kb. If image is less than 100 kb then image is uploaded on server, but if it i

[android-developers] Re: webview touch problem

2010-04-26 Thread Kumar Bibek
Writing touch based apps for Android WebView, and iPhone as well, is kind a tricky. Detecting touch events on the WebView doesn't work properly. You have to look for workarounds to get this working. Thanks and Regards, Kumar Bibek On Apr 26, 2:11 pm, Sunil Mishra wrote: > Hi All, > > I am writin

[android-developers] Re: Android browser - how to disable the green click animation

2010-04-26 Thread Kumar Bibek
You can customise your buttons to whatever you want. Follow this link. http://tech-droid.blogspot.com/2010/03/custom-buttons-on-android.html Thanks and Regards, Kumar Bibek On Apr 25, 1:49 pm, Paul Stanway wrote: > Hi, > > I want to develop a web app that uses HTML, CSS and Javascript and > wan

[android-developers] Re: Starting a Mapactivity from a normal activity

2010-04-26 Thread Kumar Bibek
What error do you get. Check the logcat for hints on what might be wrong. Thanks and Regards, Kumar Bibek On Apr 26, 1:32 am, Munki83 wrote: > Hi, > > I have a map app which works fine when its stand alone but it causes > an unexpected error when I try to add it as part of another app. > > My cur

[android-developers] Re: notifyDataSetChanged doesn't update screen

2010-04-26 Thread Kumar Bibek
Show some code. That will help us figure out what's wrong. THanks and Regards, Kumar Bibek On Apr 26, 10:54 pm, "..:: Rodrigo ::.." wrote: > Hi everybody! > I've a question about ListActivity & ListView & CursorAdpater. > The problem is that my listview isn't updating when I call > notifyDataSet

[android-developers] Re: CSS 3d animations

2010-04-26 Thread Kumar Bibek
You will have problems with detecting touch events on a webview. This is a known issue. You can try firing your code by some other means, may be a button click etc. Thanks and Regards, Kumar Bibek On Apr 25, 1:46 pm, Paul Stanway wrote: > Hi, > > I want develop a HTML, CSS , Javascript applicati

[android-developers] Re: onActivityResult not being called in Activity that uses GLSurfaceView

2010-04-26 Thread String
On Apr 27, 5:04 am, SChaser wrote: > BTW, how do you set something "singleTask" or "singleInstance"? I > don't have a setting like either. http://developer.android.com/guide/topics/manifest/activity-element.html#lmode String -- You received this message because you are subscribed to the Googl

[android-developers] Send SMS fails on CDMA Device.

2010-04-26 Thread Raj
Hi, I was trying to send sms from a CDMA android device, but it crashes with null pointer exception in the function call to SmsManager::sendDataMessage() function. SmsManager smsManager = SmsManager.getDefault(); smsManager.sendDataMessage(smscHost,null, (short)8021, text, sentPI, null); //Null po

[android-developers] Re: how to connect android phone to pc using adb

2010-04-26 Thread karteek
@Rogerio My OS is ubuntu.And I already used these commands.But the device is not getting displayed under ./adb devices. @AJ I have the Driver CD that came with the phone.But,it is for Windows,the driver installer is in .exe. How do I make it work for linux? On Apr 26, 5:35 pm, Rogério de Souza Mo

[android-developers] About Image taken time in Media Scanner.

2010-04-26 Thread skan95
Dear all. Currently, Eclair 2.1 might have a problem when calculating image taken time during media scanning. When an image is captured in Camera, the taken time is written correctly in media DB. But if the device is booted, the image taken time is changed from original taken time to the time adde

[android-developers] The function "getLine1Number" always return a empty. why?

2010-04-26 Thread perrot
I was tried to get the phone number in a real device.But the function "getLine1Number" always return a empty string.Why? How do I get the phone number in a read device? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] Re: onActivityResult not being called in Activity that uses GLSurfaceView

2010-04-26 Thread SChaser
The sub-activity has the same characteristics when started by the map- view activity, where it reports a result back, as when started by the GLSurfaceView activity, where it does not report back. It is the same sub-activity, started by the same code, with the same arguments to the intent. BTW, how

[android-developers] Re: ApiDemos/Graphics/CamerPreview Nexus One force close

2010-04-26 Thread wurp
I did have this same problem. The issue is that the Camera.open method bombs out. I created a camera wrapper class that does a bunch of initialization to ensure that open works, then takePicture works, etc. I found the initialization code by looking through the Camera source code for Google's ma

[android-developers] Re: WebView and Native Browser

2010-04-26 Thread thrusty
I'm having a similar problem. Here's an example of a web page that doesn't work within a WebView: https://m.gmail.com/ I setup my WebView in a manner similar to Nelson...even setup a WebChromeClient that implements onExceededDatabaseQuota as suggested previously by the PhoneGap folks. No luck

[android-developers] Re: Finally, I published my Android/GAE based MMO War Game

2010-04-26 Thread polyclefsoftware
You also have the option to flag an app as inappropriate, which might not be a bad idea. On Apr 26, 8:06 pm, Zsolt Vasvari wrote: > When you unistall the game in Android Market, you have the option to > mark it as spammy and give a reason why.  Instead of complaining on > here, perhaphs being a b

Re: [android-developers] Re: How to custom option menu style?

2010-04-26 Thread D.Y
Dear Sunil, Thanks for your quick response, you are clear about my question. I knew the default nature of option menu, so I want custom the option menu. There is a solution to show the option menu like I said, but this option menu is only available in Activity, but I want use the

[android-developers] Dialog not responding to fill_parent setting

2010-04-26 Thread Jeffrey
How do I fix this? I'm sure most of you have had this problem. I want my dialog box to fill the screen as I have seekbars set on fill parent, and so it makes this tiny dialog in the middle of the screen with tiny seekbars to go along with it. This is really irritating as I can't find any help anywh

[android-developers] Re: Finally, I published my Android/GAE based MMO War Game

2010-04-26 Thread Zsolt Vasvari
When you unistall the game in Android Market, you have the option to mark it as spammy and give a reason why. Instead of complaining on here, perhaphs being a bit more proactive could be helpful. On Apr 27, 4:29 am, Mike wrote: > I agree with Robert.  I really hope Google will take a serious loo

[android-developers] Re: HTC Soft keyboard key events

2010-04-26 Thread skominac
Thanks for reply. InputConnection API is the solution for this. -S. On Apr 20, 5:49 pm, Dianne Hackborn wrote: > I would strongly recommend that you update your app to use the > InputConnection API that was introduced in 1.5 along with IMEs.  Trying to > receive input from a soft keyboard via onK

Re: [android-developers] Is it possible to develop and upload Android 2.1 apps onto Motorola backflip?

2010-04-26 Thread Mark Murphy
Giri Senji wrote: > Thanks much again. > You almost made my purchasing decision. Please share any other gotchas > that you are aware of :) w/ Motorola backflip device itself or its use > w/ Android development. Personally, I don't have one yet. I have been following it closely, given the AT&T rest

Re: [android-developers] Is it possible to develop and upload Android 2.1 apps onto Motorola backflip?

2010-04-26 Thread Giri Senji
Thanks much again. You almost made my purchasing decision. Please share any other gotchas that you are aware of :) w/ Motorola backflip device itself or its use w/ Android development. Cheers, Giri Senji On Mon, Apr 26, 2010 at 5:45 PM, Mark Murphy wrote: > Giri Senji wrote: > > Does that mean

Re: [android-developers] Is it possible to develop and upload Android 2.1 apps onto Motorola backflip?

2010-04-26 Thread Mark Murphy
Giri Senji wrote: > Does that mean I've to use Android 1.5 to develop my app and not 2.1? You can create applications that work across a range of device versions. You would use the emulator for testing versions unavailable to you in hardware. -- Mark Murphy (a Commons Guy) http://commonsware.com

Re: [android-developers] Is it possible to develop and upload Android 2.1 apps onto Motorola backflip?

2010-04-26 Thread Giri Senji
Thanks much Mark. Does that mean I've to use Android 1.5 to develop my app and not 2.1? Cheers, Giri Senji On Mon, Apr 26, 2010 at 5:14 PM, Mark Murphy wrote: > Giri SENji wrote: > > Is it possible for a developer to write an app and upload to the > > device? > > You should be able to use the

Re: [android-developers] Re: Facebook Connect in WebView Failing

2010-04-26 Thread mike
I can say that if you were using the normal require_login() php call (or whatever server-side language your app is written in) in a facebook callback app, it was broken for about a month and a half on mobile browsers (iphone, android...) taking you to their mobile version of facebook rather than h

Re: [android-developers] Re: Accelerometer not working when screen turns off

2010-04-26 Thread mike
I'll third that on wanting to know what's up. Some insight as to whether this is a hardware issue on some platforms would be pretty nice too... the same thing happens on the iPhone but getting any insight from them is impossible. Mike On 04/24/2010 09:14 AM, Jonathan wrote: Thanks Lance. I saw

Re: [android-developers] Is it possible to develop and upload Android 2.1 apps onto Motorola backflip?

2010-04-26 Thread Mark Murphy
Giri SENji wrote: > Is it possible for a developer to write an app and upload to the > device? You should be able to use the developer tools and install your app via the USB cable. > If so my next doubt is how would I upgrade the OS from Android > 1.5 to Android 2.1 on my backflip device? You w

[android-developers] Is it possible to develop and upload Android 2.1 apps onto Motorola backflip?

2010-04-26 Thread Giri SENji
Hi Geeks, I'm planning to become android developer w/ Android 2.1 SDK For some reason I like to AT&T network. Since Motorola backflip is the only phone available on AT&T and reading recent reports that it only allows apps to be downloaded from Android Marketplace I've a basic yet very important qu

[android-developers] ProgressBar setMax(int) defaulting to 100

2010-04-26 Thread Jeffrey
I actually found the answer to this issue as I was about to post, but I will post anyway to help anyone that might encounter this issue. DO NOT set any progress or secondary progress amounts in the XML file for the progress bar, this apparently prevents you from setting the Max programmatically lat

[android-developers] Re: How do ListViews exactly work?

2010-04-26 Thread Moto
I hope someone can shed some light? :( On Apr 25, 9:37 pm, Moto wrote: > I'm trying to figure out how it's been designed.  How it holds its > items?  How do I get a hold of the scrolling container?  How can I > know it's exact scrolling position?  How can I scroll it to an exact > position? > > I

[android-developers] How to reuse preferences inflation mechanism?

2010-04-26 Thread Ilya Shinkarenko
Hi all, I wonder if it is possible to reuse Android preferences mechanism for an app. For the App preferences I of course use PreferencesActivity, but I need similar functionality for preferences of a business entity, otherwise it's a hassle to layout every single element manually. So I would lik

[android-developers] what extact tags for official releases

2010-04-26 Thread Derek
There are quite a few tags in http://android.git.kernel.org/?p=platform/external/opencore.git . I'm wondering what extact tags are for the official releases Android 2.1, Revision 1, Release 1.6 r1, Release 1.5 r3, Release 1.1 r1 and Release 1.0 r2. Thanks! -- You received this message because

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-26 Thread Lim Sim
Come on. why is everybody taking this so seriously?? lighten up guys. It's a freaking joke. Why the persistent negativity?? On 26 April 2010 16:32, James O'Brien wrote: > > Realistically: > > -They are in the post, most likely shipped from US. So they've been > delivered to US devs and are on

Re: [android-developers] Message passing between two Android applications

2010-04-26 Thread Mark Murphy
Amritendu Biswas wrote: > Hi, > > I am trying to communicate between two Android applications. > > Application-A will send message/data to Application-B. After receiving > message from Application-A, Application-B will send a reply message to > Application-A. > > Is it possible in Android applic

[android-developers] notifyDataSetChanged doesn't update screen

2010-04-26 Thread ..:: Rodrigo ::..
Hi everybody! I've a question about ListActivity & ListView & CursorAdpater. The problem is that my listview isn't updating when I call notifyDataSetChanged method from adapter, after I delete an item from database. Anybody knows what's happening? Thanks for the help... -- You received this mes

[android-developers] About AdSense for Mobile Applications

2010-04-26 Thread s-hiro...@hirookaservice.co.jp
Nice to meet you. It is Syougo Hirooka. I am Japanese. Hereafter, App of Google Android is made. All App is opened to the public free of charge. The beta version of AdSense for Mobile Applications It is thought that it used it. How can I obtain the beta version of AdSense for Mobile Applicati

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-26 Thread James O'Brien
Realistically: -They are in the post, most likely shipped from US. So they've been delivered to US devs and are on the way to Europe where I guess after being sorted, they'll be distributed to our homes. -Our phones won't come with FroYo -We can't purchase a contract with Vodafone at get a refund

[android-developers] Multiple - multiple choice dialogs/activities, questionnaire, one question at the time

2010-04-26 Thread John Smith
Hi there, I am new at developing for android, so bear with me (and my ignorance). I have tried to make a series of dialogs, like a questionnaire, that the user needs to answers a series of questions selecting one or more checkboxes. I can do one, just fine, but when I try to make more than one qu

[android-developers] How to create "All Day Event" using the Calendar Content Provider?

2010-04-26 Thread androidsdk166
I can create non-allday events. I just set the "DTSTART" and "DTEND" for the event times. But, for All Day Events, it seems to be weird. For example: I created a All Day Event on " April 26, 2010 ". I query it via the content provider, the returned " DTSTART " is " UTC April 26, 2010 08:00:00 ". W

[android-developers] Gallery Application in Eclair / 2.1 problems (Intents)

2010-04-26 Thread Schermpie
Hi there, In Cupcake, when long-pressing a bucket of images in the Gallery application, and selecting Slideshow from the pop-up menu, a VIEW intent would be launched that my application could intercept. The intent contained an extra boolean value set to true; and I was using that boolean value to

[android-developers] Re: Live Wallpaper not Showing up on Market for Moto Droid w/ OTA 2.1

2010-04-26 Thread yuska
I just searched on my Droid and it found your wallpaper right away. Could you search for my live wallpaper on your Droid? There's 2: liveScroller and liveStrobe. Just search "yuska" though, and it should give both listed. I have a strong feeling your Droid won't find them, which brings me to my

[android-developers] JNI stdout, stdin

2010-04-26 Thread Budugu 369
Is it possible to redirect the stdout of JNI code to Java code and vice versa with stdin -Budugu -- 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] Message passing between two Android applications

2010-04-26 Thread Amritendu Biswas
Hi, I am trying to communicate between two Android applications. Application-A will send message/data to Application-B. After receiving message from Application-A, Application-B will send a reply message to Application-A. Is it possible in Android application? If yes please point me the APIs tha

[android-developers] Deploy a build for a specific resolution

2010-04-26 Thread Viorel
Hello, It is possible to deploy a build on Google Market filter by the resolution and handset? For example: I want to deploy a build that works only on the devices that have 480x800 and only OS 2.x Thanks, Viorel -- You received this message because you are subscribed to the Google Groups "

[android-developers] about "AdSense for Mobile Applications"

2010-04-26 Thread s-hiro...@hirookaservice.co.jp
Nice to meet you. My Name is Syougo Hirooka. I am Japanese. Hereafter, App of Google Android is made. All App is opened to the public free of charge. The beta version of AdSense for Mobile Applications It is thought that it used it. How can I obtain the beta version of AdSense for Mobile Appl

[android-developers] custom seekbar

2010-04-26 Thread student
Hi android developer If anybody tel me how to change the color of secondary progress in seekbar. Is there possible to do it? Reply Soon Regards Student -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] Hello~~! I have a some question that how to get airplane mode.

2010-04-26 Thread sumiface
I`d like to get a airplane mode status . How to get? Using Settings.System.Airplane_Mode_ON? -- 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] Re: extending soft-keyboard with language switching support?

2010-04-26 Thread Jason Boileau
I am also very interested in quick language switching. At the very least, it would be possible to make holding the search button down switch languages as you suggest in 2). This would save a lot of time switching languages, especially from Handcent, which seems to be slow at loading the settings di

[android-developers] Starting a Mapactivity from a normal activity

2010-04-26 Thread Munki83
Hi, I have a map app which works fine when its stand alone but it causes an unexpected error when I try to add it as part of another app. My current app which extends Activity tries to launch the map activity with the following lines of code Intent m = new Intent(this, HomeSetter.class); startA

[android-developers] Redrawing Widget When Changing Orientation

2010-04-26 Thread Matt M
Hello, I have a widget set up and it displays properly in both portrait and landscape when added to each. But when I change orientation it has the problem "Problem Loading Widget". I delete this, re-add the widget, and it displays correctly. Thus, my widget can support both portrait and landscape

[android-developers] gpsd in android

2010-04-26 Thread Reinhard
Hello! I want to use gpsd in android (http://gpsd.berlios.de/) gpsd provides location and satellite-information over network(tcp). I wrote a protocol-driver that parses the data from gpsd and provides the current location, speed and the used satellites. Now I want to use it inside android. In th

[android-developers] Message passing between two Android applications

2010-04-26 Thread Amritendu Biswas
Hi, I am trying to communicate between two Android applications. Application-A will send message/data to Application-B. After receiving message from Application-A, Application-B will send a reply message to Application-A. Is it possible in Android application? If yes please point me the APIs that c

[android-developers] Android Bottombar with two buttons having different backgrounds and a common background for two buttons

2010-04-26 Thread cppdev
Hi, I have a linear layout in my main.xml which has a listview. Now I want to create a bottom bar below listview. Bottombar has a background image and two buttons with their individual background images. I want to put these two buttons on common background image. I have read that this can be ach

[android-developers] CSS 3d animations

2010-04-26 Thread Paul Stanway
Hi, I want develop a HTML, CSS , Javascript application that has pages that flip animate the same as on the iphone. I have tried JQTouch but the animations do not work Does anyone know how to flip a page in the Android 2.1 browser? Thanks Paul -- You received this message because you are sub

[android-developers] Re: Problems with start a Map Activity from other Activity

2010-04-26 Thread Munki83
Has anyone been able to resolve this problem as I'm also experiencing it. My mapactivity works fine when used standalone but can't be launched from a normal activity On Apr 8, 10:08 pm, Carlos Moreira wrote: > Hello every one! > > It's my first time mailing for a solution, I hope find the solutio

[android-developers] Progress Dialog is not showing

2010-04-26 Thread Bipin Sutariya
Dear All, I am developing one application for facebook. In this application when user click on login button i start WebView acitvity there user can login. On success of login i start activity from where user pressed that login button. Now My problem is On main activity I get all friends list from

[android-developers] How to get ListView behavior inside a ScrollView?

2010-04-26 Thread eehouse
I'm writing the configuration activity for a game that can have a variable number of players. Players are listed in the activity and can be added and removed dynamically. Users click on players to open a player-details dialog. The natural way to display the players list is in a ListView, but the

[android-developers] Apps not showing up in Droid Market

2010-04-26 Thread yuska
I know there have been similar issues posted, but I can't seem to find any resolution to this issue. I have a couple live wallpapers up in the Android Market, both un-copy- protected. For some reason though, most Motorola Droids cannot see them in the store at all. Androlib and other sites alike

[android-developers] ApiDemos/Graphics/CamerPreview Nexus One force close

2010-04-26 Thread Scott Sheppard
I am running the android-7 ApiDemo sample project on a Nexus One device. I am interested specifically in the Graphics/CameraPreview sample code. The project works fine, but when I select Camera the device displays a Force Quit message. I am not receiving any error information in the debugger. T

[android-developers] I want that Usb Support for Android Default Application

2010-04-26 Thread Wangsung
Hi all I'm looking for that usb memory stick support for android default application usb mount point is "/usbmass" and mounting worked vold. I modified android/system/core/vold and the make api and URI usb storage, like EXTERNAL_STORAGE(SD card). and I worder if this work that android default

[android-developers] Re: How to use emulateShiftHeld() Method???

2010-04-26 Thread kibo
http://cosmez.blogspot.com/2010/04/webview-emulateshiftheld-on-android.html On Mar 29, 3:55 am, brijesh masrani wrote: > Hi, > > Can anyone tell me how to use emulateShiftHeld () method of WebView class.. > > Please rep as soon as possible -- You received this message because you are subscribed

[android-developers] Announcement: DynaDroid - an open source micro-framework for Android

2010-04-26 Thread Brian Knorr
Hello all, We developed the popular mobile travel application TripCase (http:// www.tripcase.com) natively for the iphone, backberry, winmo, and recently Android. We really like the Android framework compared to the others, but found some of it's concepts like Activities to be very cumbersome whe

[android-developers] Activity does not load after first run?

2010-04-26 Thread Valce
This is a silly question... but after following the instructions and running my application, I can't get it to run again. I hit run, the emulator opens up, and nothing happens at startup. When I attempt to launch the app from the applications menu, I get the old version of the app. Breakpoints etc

[android-developers] Android browser - how to disable the green click animation

2010-04-26 Thread Paul Stanway
Hi, I want to develop a web app that uses HTML, CSS and Javascript and want to know if it is possible to disable the green animated border that appears when the user clicks a button, link etc. Does anyone know what this green click animation is and how to disable etc. Thanks Paul Stanway -- Y

[android-developers] webview touch problem

2010-04-26 Thread Sunil Mishra
Hi All, I am writing ebookReader for Android using webview. I am using Iframe to separate the number of chapters. My problem is : while i am scrolling the webview and after that i touch the screen to stop scrolling, then after i click on the menu button(TOC) to open the div for Table of contents(T

[android-developers] JetCreator / JetPlayer FIFO Functionality Question

2010-04-26 Thread Mark
Hi All, I'm Laying the framework for an application that plays instrument notes (at various pitches) in reaction to user input and the graphical state of the applications. It looks like MIDI via JetPlayer / JetCreator is the system i need to use to do this. As i understand the system i can accom

[android-developers] Video transition effects during Playback?

2010-04-26 Thread Abhi
Is there an easy way to insert transitional effects during Video playback from the available APIs? Or is this something that would have to be done outside of Android (Native code implementation)? Thanks, Abhi -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Re: Finally, I published my Android/GAE based MMO War Game

2010-04-26 Thread Mike
That's half the problem - OK, more than half since this is what is driving their ranking through the roof. The other half is there are many "people" that are spamming the other apps' comments using them as free advertising. Wouldn't this also be against the terms of service? - Mike On Apr 26, 1

[android-developers] change margin of a view after it has been rendered

2010-04-26 Thread nou
I have an element in the page that under certain circumstances has to get the margin-top increased. as the title says, the element is systematically rendered in the page via xml. Only in certain circumstances, and when that specific view is already rendered, I need to increase the margin. Is it pos

[android-developers] Re: preventing orientation change during video playback

2010-04-26 Thread Abhi
Excellent inputs guys... Thanks a ton!! Abhi On Apr 26, 2:51 pm, Prajakta Shitole wrote: > You can also set the screenOrientation to be as "landscape" in your Android > Manifest file for the Activity which has the video player. > > Eg:- > >   android:screenOrientation="landscape"> > > Thanks, >

[android-developers] Re: Finally, I published my Android/GAE based MMO War Game

2010-04-26 Thread Mike
I agree with Robert. I really hope Google will take a serious look at this as it undermines the trust of the rankings and ratings associated with any app in the market. It bothers me that the spamming seems to have started more than 10 days ago, and nothing has been done. PE is now the number 9

Re: [android-developers] Android ANT compilation

2010-04-26 Thread Xavier Ducrohet
It looks like your using a 3rd party Ant build system instead of the one that comes with the SDK. >From the stack trace of the exception it looks like this is http://code.google.com/p/autoandroid/wiki/AndroidAnt You might want to file a bug there, or ask a question to the commiter of that project.

RE: [android-developers] Re: Saving ArrayList to .txt file

2010-04-26 Thread Tommy
Thanks! -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Mark Murphy Sent: Monday, April 26, 2010 3:55 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] Re: Saving ArrayList to .txt file Tommy

Re: [android-developers] Re: Saving ArrayList to .txt file

2010-04-26 Thread Mark Murphy
Tommy wrote: > Ah ok. Would you have any recommended links for tutorials that show how to > list files in a directory. I'm new to android/java. Thank you for your time. ExampleDepot is your friend for standard Java stuff: http://exampledepot.com/egs/java.io/GetFiles.html http://exampledepot.com/e

RE: [android-developers] Re: Saving ArrayList to .txt file

2010-04-26 Thread Tommy
Ah ok. Would you have any recommended links for tutorials that show how to list files in a directory. I'm new to android/java. Thank you for your time. -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Mark Murphy Sent: M

Re: [android-developers] Re: Saving ArrayList to .txt file

2010-04-26 Thread Mark Murphy
Tommy wrote: > So then there would be no way for my app to be able to list out the file > names that reside in that location so the user can choose which one to open? Only those files within your own space (getFilesDir() and subdirectories), or are on the "external storage" (Environment.getExterna

RE: [android-developers] Re: Saving ArrayList to .txt file

2010-04-26 Thread Tommy
So then there would be no way for my app to be able to list out the file names that reside in that location so the user can choose which one to open? The reason I ask is because I am saving an ArrayList to a .txt file then later down the road if the user wants they can go to "Open a Saved Report" a

[android-developers] Re: Transparent Text Field?

2010-04-26 Thread Kumar Bibek
The TextField has a property called background. You can assign a drawable or a color attribute to that field. Else, you can also do it through code. textView.setBackgroundDrawable() something like this. Thanks and Regards, Kumar Bibek On Apr 26, 11:55 pm, Will Hester wrote: > How do I insert a

Re: [android-developers] Re: Changing Launch activity seems to not work on Update

2010-04-26 Thread Mark Murphy
jgostylo wrote: > This is on a Samsung Moment running 1.5. > > I have verified that my Nexus One running 2.1 update 1 does not > produce this issue. One other person that tested this out for me was > also having this issue and they were on an HTC Hero. > > Maybe this is a 1.5 issue? Possibly.

[android-developers] Re: Finally, I published my Android/GAE based MMO War Game

2010-04-26 Thread Robert Green
Ok, just like how telling people to click on your ads is against the ToS, I believe that telling users to give you a 5 star rating for any reason should also be. On Apr 26, 12:57 pm, Ralf Schneider wrote: > I installed the game. After installation there was a text box "suggesting" > to give 5 sta

Re: [android-developers] Re: HTC Incredible no default external storage?

2010-04-26 Thread Mark Murphy
webmonkey wrote: > Does anyone gave any update on this issue? > > Apparently Verizon is now adding a 2GB micro SD card: > > http://www.engadget.com/2010/04/25/droid-incredible-comes-with-limited-introductory-offer-of-2gb/ I've heard squadoosh from my HTC contacts, much to my chagrin. Clearly, I

[android-developers] Re: HTC Incredible no default external storage?

2010-04-26 Thread webmonkey
Does anyone gave any update on this issue? Apparently Verizon is now adding a 2GB micro SD card: http://www.engadget.com/2010/04/25/droid-incredible-comes-with-limited-introductory-offer-of-2gb/ On Apr 20, 4:51 pm, webmonkey wrote: > "Maybe not when you connect your phone to a PC and select 'Mo

[android-developers] Re: Changing Launch activity seems to not work on Update

2010-04-26 Thread jgostylo
This is on a Samsung Moment running 1.5. I have verified that my Nexus One running 2.1 update 1 does not produce this issue. One other person that tested this out for me was also having this issue and they were on an HTC Hero. Maybe this is a 1.5 issue? Jake On Apr 26, 11:28 am, Mark Murphy w

[android-developers] Re: ListView focus behaving different when using minSdkVersion=3

2010-04-26 Thread Streets Of Boston
"However Eclipse shows a warning that the minSdkVersion is lower than the targetSdkVersion version. Do you know if this can cause problems?" Shouldn't have any problems with this. If the min < target, then you must take precautions yourself that you don't accidentally use APIs that are available on

[android-developers] Re: Transparent Text Field?

2010-04-26 Thread Will Hester
How do I insert a text field with a background? On Apr 25, 11:34 pm, Kumar Bibek wrote: > Change the background image of the Textfield to a png image which is > transparent. > > Thanks and Regards, > Kumar Bibek > > On Apr 26, 5:27 am, WillHester wrote: > > > Is there any way to create a transpar

Re: [android-developers] preventing orientation change during video playback

2010-04-26 Thread Prajakta Shitole
You can also set the screenOrientation to be as "landscape" in your Android Manifest file for the Activity which has the video player. Eg:- Thanks, Prajakta On Mon, Apr 26, 2010 at 10:13 AM, Felipe Silveira wrote: > Hi Abhi, > > You need to do 2 things: > > 1) Add android:configChanges="or

Re: [android-developers] hw home screen works.?

2010-04-26 Thread TreKing
On Mon, Apr 26, 2010 at 1:33 PM, satish bhoyar wrote: > I was referring to android Home Screen code please help .. > What about it? I still have no idea what you're asking or what you're trying to achieve. Android is open source - go find and read the code to the home screen if that's what y

Re: [android-developers] Re: J2ME converting/translation to Android

2010-04-26 Thread Prajakta Shitole
Have you tried looking at J2ME android bridge. I had used it and it is very good. http://www.assembla.com/wiki/show/j2ab There is mapping from J2ME to Android for most of the classes and methods, and for those that are not there you can implement it yourself by looking at the way it is currently

[android-developers] Re: How to push a screen to background, without destroying the Surface?

2010-04-26 Thread Gawcio
You have to store your application state before 'hiding' it - by overriding onSaveInstanceState() method of your activity and putting data that must be stored into Bundle passed to the method - and restore the state when resuming (creating an instance again) - getting stored info out of Bundle obje

[android-developers] APN Problem

2010-04-26 Thread Hamilton Vera
Hi I am trying to use my ISP network but unfortunately I am unable to configure the APN. How to add a new APN manually? Actually I am getting this error message when I use the android interface: E/TelephonyProvider( 2116): Failed setting numeric 'null' to the current operator D/MobileDataStateTr

Re: [android-developers] hw home screen works.?

2010-04-26 Thread satish bhoyar
I was referring to android Home Screen code please help .. thanks satish On Mon, Apr 26, 2010 at 8:39 PM, TreKing wrote: > On Sun, Apr 25, 2010 at 3:26 AM, satish bhoyar wrote: > >> I was thinking hw the size of the Workspace is defined. >> > > What "Workspace" ? I personally have no idea w

[android-developers] Re: ViewFlipper with just one View

2010-04-26 Thread Pinheiro
Exactly what I thought. Thanks, Mark! -- 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...@goog

[android-developers] Re: Game stutters when drawing outside screen

2010-04-26 Thread ko5tik
On Apr 26, 10:26 am, Peter wrote: > Thanks for the suggestion. > I probably shoud have mentioned this in my original post. Objects > sometimes leave the screen, therefore they are party drawed outside > the screen until they are removed. On 320x480 screens this isn't > visible, but on bigger scr

  1   2   3   >