[android-developers] Re: hi, help a newbie :)

2011-04-20 Thread Ali Chousein
> Is this possible to implement Of course it's possible! It just needs work and hours and hours of researching, experimenting and learning. > and if so, just give me an overall view to start this app construction Well, anything else? How about a complete source code with your name as the develo

[android-developers] Re: C2DM notification delivery is unpredictable

2011-04-20 Thread Paul Turchenko
Update your radio firmware On Apr 20, 4:06 pm, JohnC wrote: > I have been researching for a long while and getting nowhere.  Many > have asked along the lines of: What is the sanity behind the C2DM > message delivery delay?  The delay, as slows as 30 minutes, is always > attributed to the first m

[android-developers] Re: How to develop a wheather forcast application for android

2011-04-20 Thread Dan
Or he could at least do some minimal research first. I think porting this system wouldn't be too hard: http://en.wikipedia.org/wiki/Weather_Rock After gathering a few years of user data, you could extrapolate for a forecast. On Apr 20, 10:52 pm, Zsolt Vasvari wrote: > What this forum reallly n

[android-developers] Re: how to access desktop files from android app remotely?

2011-04-20 Thread Peter Webb
You have given no context for your problem. Are you trying to load some mp3s onto your droid? Or trying to write a program of some description (which is what this group is about). It is easy but inconvenient to set up an ftp server on your PC. There are also several programs you can download which

Re: [android-developers] Complete Action using Dialog to view a JPEG

2011-04-20 Thread Marcin Orlowski
On 21 April 2011 02:00, Grig wrote: > I have a gallery widget with jpegs. I want to kick off the "Complete > Action Using" dialog so the user can select how they want to view the > image. Could someone point me in the right direction? > You mean the system one? Fire ACTION_VIEW intent with rig

[android-developers] Re: ActivityGroup, when i press back the activity does not reload itself...

2011-04-20 Thread Sergio Luceno
Looking at your code I can see that you have the tablayout with a tabwidget that has the buttons But i can't imagine what is the status bar... do you have also buttons at your status bar? And if in your tab nº2, you have more than one activity... the menu buttons still appearing doing tr

[android-developers] Re: Flash 10.2 on Android 2.2 crashes

2011-04-20 Thread Sumeet
Hi, Thanks for your quick response! Is there any way I can handle this on my own, i.e. catch the exception somewhere. Is this a known issue in flash 10.2 on android 2.2, i.e. are other developers also facing it. Sumeet On Apr 20, 10:00 pm, TreKing wrote: > On Wed, Apr 20, 2011 at 7:31 AM, Sum

[android-developers] Re: a problem about ACTION_TIME_TICK

2011-04-20 Thread 李凯
resolved 2011/4/21 李凯 > the code dosen't work: > > ManiFest: > > > > > > > TextReceiver.java > public class TextReceiver extends BroadcastReceiver { > > @Override > public void onReceive(Context context, Intent intent) { > // TODO Auto-generated method stub > String action = intent.ge

[android-developers] How can i stop to envoke onDrawFrame

2011-04-20 Thread a a
Dear all, Below function will envoked by android once again and again. public void onDrawFrame(GL10 gl1); How can i stop it? 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-develo

[android-developers] Re: Live Video Streaming from Android

2011-04-20 Thread LaxmiRamGanesh
hi, im doing master degree and live video streaming is important in my project module , i need some idea plz reply soon to my mail id ganeshpa...@gmail.com thanks , Ganesh On Mar 18, 7:07 am, Sumeet wrote: > Hi, > > I am trying to create a live video streaming application for Android. > > U

[android-developers] Re: Appwidget + AsyncTask + Handler

2011-04-20 Thread b_t
It works well if it is the main thread. In all my version I uses this way. There isn't long-running work when I update my widget but sometime (very very rarely) I got ANR. For example when I try to get application label from PackageManager. I thought that I can avoid these ANRs with AsyncTask but

[android-developers] Re: SQLite and DB query

2011-04-20 Thread Zsolt Vasvari
The Cursor won't get filled until you try to retrieve the first row. So if you are stopping the program on the rawQuery, you won't see anything. On Apr 21, 9:03 am, David Williams wrote: > Tried that but it didn't make any difference. > > This is weird and I can't work out why the query is not re

[android-developers] Re: How to develop a wheather forcast application for android

2011-04-20 Thread Zsolt Vasvari
What this forum reallly needs is a stupid-filter... On Apr 20, 2:47 pm, sanjay wrote: > Hi all, > > i m new in this field. So plese help. > How to develop a wheather forcast application for android -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Re: Problem with reopening the activity

2011-04-20 Thread Kacee
Your question is though not very clear, but i am getting an impression that you are dealing with more than one activity and then facing problem on pressing back button or at re-start. If thats the case, then you can check Activity stack and see the order of activities getting launched. Use this com

Re: [android-developers] Problem with ListView

2011-04-20 Thread Kapil Lokhande
Hi, Hey man you have to use different xml layout for row of listview. see this carefully you will understand what ou are doing wrong. http://developer.android.com/resources/tutorials/views/hello-listview.html -- Thanks & Regards, Kapil Lokhande | Dexter Advisory Pvt. Ltd. |

[android-developers] Re: Failed to install xxx.apk on device emulator

2011-04-20 Thread Kacee
can u paste adb logcat here ? On Apr 17, 2:53 pm, ady wrote: > I am new to android development. I am writing "Hello World" program . > But when i run it the emulator loads after say 5-10 mins it will give > the following error  : > > [2011-04-17 14:26:35 - HelloAndroid] Installing HelloAndroid.ap

[android-developers] Re: ColdFusion and Android development

2011-04-20 Thread lbendlin
please explain what made you think that the two have anything to do with each other. -- 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, s

[android-developers] Is there a min SDK level for "android.hardware.telephony" feature?

2011-04-20 Thread Mark Carter
I have an app that uses (but does not require) telephony. So (as described by Mark Murphy here: http://commonsware.com/blog/2011/02/25/xoom-permissions-android-market.html) I add the following line to the manifest: and then check for the feature at runtime using: private static boolean hasFe

[android-developers] Re: Google Maps MapView bug?

2011-04-20 Thread lbendlin
I would guess this has to do with the way the zoom controls fade in and out of view. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Re: Map view ballons - Updating time

2011-04-20 Thread lbendlin
You gave the answer yourself. Don't use the same ID for all markers. You better have the time zone available for each marker too, else this gets messy. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to a

[android-developers] Re: How to find bandwidth usage by different activity

2011-04-20 Thread Rajesh Rathod
Hello, After putting lot of hardwork, I found the solution which can work on all the devices. Thanks to everyone. On Apr 14, 3:44 pm, Rajesh Rathod wrote: > Hi, > > I want to develop such application where we can find networkbandwidth > used bydifferentactivityinstalled in mobile device. I gone

[android-developers] Re: Problem with ListView

2011-04-20 Thread Sourav Howlader
can you post the stack trace as well as your main.xml ? -- 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-developer

[android-developers] Re: How to set the NAT IP in CONTACT FIELD of SIP message REGISTER during registeration process

2011-04-20 Thread vikram jain
Hi Adroid-Developers Please, any reply will be appreciated Thanks in advance Viks On Tue, Apr 19, 2011 at 4:17 PM, vikram jain wrote: > Hello > > I am using Android SIP on Android 2.3. My SIP client is being NAT as shown > in the figure below. When i try to register, the "CONTACT" field of the >

[android-developers] Re: Scrolling in a ListView

2011-04-20 Thread ABSOLUT
Hi again, I begin a new proyect deleting all and only have a listview and the funcion where I get the arraylist and I have the same error :-( 04-21 03:28:27.035: ERROR/AndroidRuntime(682): FATAL EXCEPTION: main 04-21 03:28:27.035: ERROR/AndroidRuntime(682): java.lang.NullPointerException 04-21 03:

[android-developers] Re: Only first record is visible in tablelayout

2011-04-20 Thread pramod.deore
Thanks TreKing. After creating TextView at runtime solves issue. On Apr 20, 9:43 pm, TreKing wrote: > On Tue, Apr 19, 2011 at 11:37 PM, pramod.deore > wrote: > > > Here number of rows are can vary from 0-n. Then How to add other Row? > > Add them dynamically. > Your current set up is specificall

[android-developers] a problem about ACTION_TIME_TICK

2011-04-20 Thread 李凯
the code dosen't work: ManiFest: TextReceiver.java public class TextReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { // TODO Auto-generated method stub String action = intent.getAction(); if (action.equals(Intent.ACTION_TIME_TICK)

[android-developers] Could I show a text with dashed-line in TextView or EditText

2011-04-20 Thread xeagle
Hi, Android support rich editor. A underlined text can be shown in EditText view by using "UnderlineSpan". Now I'd like show a dashed under-line instead. Could I implement this effect? Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" gro

Re: [android-developers] Re: Compiling Android Source

2011-04-20 Thread Andrew
I just commented out the line. It didn't make a difference as far as I can tell. I may go back and change it though. On Apr 20, 2011 10:42 PM, "Edison" wrote: > I looked into the ADW Launcher donut version, > It simply change SearchManager.SOURCE to "source". > > > On Apr 13, 3:11 pm, Moose wrote

[android-developers] Sample app for UDP receiver

2011-04-20 Thread Lay
Hi Android experts, I am trying to develop a simple app for UDP receiver that receives UDP packets from a UDP sender. I tried searching the Android samples for networking apps but I could not find a suitable one. Can someone guide me to a suitable app or tutorial? Thank you very much. -- You r

[android-developers] Re: how to set text color in array adapter in android

2011-04-20 Thread sujith
You have to give you own view. for that create a list_item.xml (you can give any name) with a check box and text view in a linear layout. give this file instead of android.R.layout.simple_list_item_checked.xml. Now you can set any color to the text view. On Apr 20, 1:53 pm, Siva Kannabiran wrote:

Re: [android-developers] Re: In-app purchase signature verification with PHP openssl

2011-04-20 Thread Nikolay Elenkov
On Thu, Apr 21, 2011 at 6:24 AM, Nate Totura wrote: > > Still no luck, I am pretty confident I am sending the PHP routines > correctly formatted data. > > A followup question: > How can I verify the signature and data using only openssl, here is > what I am currently doing: > >   openssl dgst -sha

RE: [android-developers] license fees / royalties for players using audio video codecs offered by Android or device manufactures

2011-04-20 Thread bmjg
Maybe it's easier to just ask: Did Google (or the device maker) already take care of any license fees for the audio/video codecs that are distributed with Android (or delivered as an extra codec by the device manufacturer or phone provider) and thus is the developer of an audio/video player that

RE: [android-developers] license fees / royalties for players using audio video codecs offered by Android or device manufactures

2011-04-20 Thread bmjg
@Mark, My question isn't firmware related but related to possible legal ramification of developing an audio player with the SDK while using the codecs delivered with Android. After reading the charter of the group I thought that this list was the right place to ask. Anyway, sorry, I am new to an

[android-developers] Re: Making something happen in an activity from another thread.

2011-04-20 Thread Kromosome
What about: http://en.wikipedia.org/wiki/Observer_pattern On Apr 21, 3:26 am, Tobiah wrote: > I know about AsyncTask, and I use it for this > in some cases, but I was wondering whether > there is another way for a background thread > to initiate a call to the UI thread.  In some > cases I have

[android-developers] Re: Problems in creating an android chat application

2011-04-20 Thread Kromosome
You need to research SharedPreferences due to the Activity Life cycle On Apr 19, 6:32 pm, manish wrote: > Hi, > > I am very new to android development. I am trying to create a chat > application, where I have one activity which displays, the list of > people and when u click on a list it calls an

[android-developers] Re: ListPopupWindow does not anchor correctly after an orientation change

2011-04-20 Thread David Montemayor
I'm surprised that the default orientation change handler doesn't take care of this. However, why don't you handle the state change instead? Override onSaveInstanceState() and save whether or not the popup is showing. Then, when resuming your activity, check if you need to show the popup again and

[android-developers] Complete Action using Dialog to view a JPEG

2011-04-20 Thread Grig
I have a gallery widget with jpegs. I want to kick off the "Complete Action Using" dialog so the user can select how they want to view the image. Could someone point me in the right direction? -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Eclipse IDE missing Android documentation

2011-04-20 Thread Muscipula
Hello Android developers I have managed to install the android SDK within Eclipse. I can create a shell Android application with the design pane etc. However although the documentation was installed, along with the example Android applications, the documentation is not in-line and the example code

[android-developers] accessing widget in Dialog during unit test

2011-04-20 Thread juszczec
Hi folks I made a little change to SpinnerActivity from the Android Junit tutorial: public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); dialog = new Dialog(SpinnerActivity.this); dialog.setContentView(R.layout.main); Spinner spi

[android-developers] C2DM notification delivery is unpredictable

2011-04-20 Thread JohnC
I have been researching for a long while and getting nowhere. Many have asked along the lines of: What is the sanity behind the C2DM message delivery delay? The delay, as slows as 30 minutes, is always attributed to the first message, because once it's received then subsequent messages are delive

[android-developers] iTunes

2011-04-20 Thread Ren Montañez
have someone already developed a software for iTunes on android thats for free? -- 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 em

[android-developers] Re: Use Gallery to display my app image

2011-04-20 Thread Kromosome
Where exactly are the images? Resources Sd card etc??? On Apr 19, 4:28 pm, Steven Le wrote: > Hi, > In my own app, I have bunches of png files: file1.png, file2.png, file3.png. > I want to use Gallery to display image in my own directory only. When a user > clicks onto the image, it will give bac

[android-developers] Hacking on dx

2011-04-20 Thread Alex Marquez
Hello all, I'm looking to (possibly) hack on dx for my Master's thesis. (Not sure if this is the right mailing list for this sort of thing, but we'll see.) I'm thinking of converting from JVM bytecode to dex through the use of a variant of CFA2 adapted from continuation-passing style to analyze th

[android-developers] Re: Displaying the Image in the screen center using Canvas

2011-04-20 Thread Kromosome
Check this out: http://developer.android.com/reference/android/widget/LinearLayout.html Look under the XML Attributes heading! On Apr 19, 4:22 pm, Nandagopal T wrote: > I am using the canvas to display an image in Android. I want an image > to occupy the center of the screen irrespective of th

[android-developers] ColdFusion and Android development

2011-04-20 Thread erik tsomik
I am new to android development. Can Anybody give me some tips, examples of integrating ColdFusion and android Thank you -- 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.c

[android-developers] Is that possible to change default keyboard from Android keyboard to others?

2011-04-20 Thread Nick
I am working on a project that is asked to change Android default keyboard to a customized one. I have to make the customized keyboard as a default selected one once the system boots instead of asking customers to change it by themselves. Where is the code in Android System that I have to modify? I

Re: [android-developers] Re: In-App Billing example service lifecycle

2011-04-20 Thread Jaisingh Gehlot
2011/4/20 Kostya Vasilyev > 20.04.2011 17:32, markusn82 пишет: > > I tried out several other applications with In-App billing (Dungeon >> Defenders and Comics) and they suffered from the same issue. >> >> Are there any official responses from the Android team about this >> undocumented way of st

[android-developers] hi, help a newbie :)

2011-04-20 Thread Siva.Nitesh
hi there!!! I have to develop an app which should satisfy the following requirement When an user (owner) SMSes to the android mobile with this app installed and with his user password, the app should return the mobiles current location using GPS through a SMS Is this possible to implement and i

Re: [android-developers] Re: Application not installed

2011-04-20 Thread Nandagopal T
Hi bob, You can find the logcat in the DDMS perspective, check whether you have it in your top right most corner of your eclipse. (or) Window - > open perspective -> others -> DDMS -> you can find the log cat in that . Cheers With Regards, Nandagopal T On Wed, Apr 20, 2011 at 12:33 AM, bob

Re: [android-developers] help -> how to connect Android Terminal to PC(ubuntu10.10

2011-04-20 Thread ralfs...@googlemail.com
http://developer.android.com/guide/developing/device.html#setting-up On 04/16/2011 02:34 AM, zhutou wrote: hello guys I want to debug android kernel source with gdbserver+ddd. but i have the problems in the under 1. how to connect Android Terminal on phone or Board to PC(ubuntu10.10 thanks

[android-developers] Re: Consumer closed input channel

2011-04-20 Thread mahesh Shivananda
I faced this problem in this scenario: Due to a check missing, NPE had occurred previously and when InputDispatcher tried to post an event to my activity got the error about the channel being closed Hope this helps :) -- You received this message because you are subscribed to the Google Group

[android-developers] Drawable in a String

2011-04-20 Thread pennstate24
I'm trying to get a Drawable image to show up in a String or CharSequence and all I'm getting is the integer number of the image. Can anyone please help me out with this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group

[android-developers] Consider starring this Android Feature request

2011-04-20 Thread Bobby
Basically, looking for google to implement the Visitor pattern in their View interface. The CursorFactory is of very good use and I think this visitor would be also. The issue can be found here -> http://code.google.com/p/android/issues/detail?id=16255 -- You received this message because you

[android-developers] Application data wiped out after reboot

2011-04-20 Thread gava
Hello, I have an application with around 20Mb of resources files and .so files which are stored on /data/data/myapp.com/res and /data/data/ myapp.com/lib respectively. However all the time that I reboot the system all my data (res and .so) are wiped out. Does anyone know why this is happening? Any

Re: [android-developers] Re: OutOfMemoryError- while to download big data and storing in db4o

2011-04-20 Thread nuruddeen umar
i have no idea on this problem. On 4/20/11, imran ali wrote: > Hi Streets, > Thanks for reply, > > i have been following your both advice still i am having problem after > some time. > i am doing download and save data in loop, that is approx more than > 100 times > to download that much of data

[android-developers] Limitations of ActivityUnitTestCase (Spinners vs EditText)

2011-04-20 Thread David Montemayor
Hi, I've recently started implementing tests for some of my activities and seeing how far I could take the unit tests vs the integration tests. I was pleasantly surprised to find that I could actually do A LOT more than what would seem apparent, at least from what could be gleaned from documentati

[android-developers] Andoid development and coldfusion

2011-04-20 Thread tsomik1
I am new in Android development.How can I create an APP using coldfsuion? -- 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] Help: Android ADB Shell doesn't work

2011-04-20 Thread Muiz
Dear all, I would like to use ADB shell to test the android system, but it doesn't look like bash shell on linux. Is there any documents for this issue? Or what can I do then? The below scripts was my test steps: [muiz@hp platform-tools]$ *cat c.sh* x="$1" if [ "$x" == "a" ]; then echo

[android-developers] Re: OutOfMemoryError- while to download big data and storing in db4o

2011-04-20 Thread Adriano
Hi An option could be to commit more often (if that's not an issue for your application of course) letting db4o to flush some state that it keeps in memory until you commit. Best Adriano On Apr 20, 2:34 am, imran ali wrote: > Hi Streets, > Thanks for reply, > > i have been following your bot

[android-developers] Re: Live Wallpaper canvas gradient banding

2011-04-20 Thread DH
Thanks Dianne, that solved my png banding issue. On Feb 23, 6:05 am, Dianne Hackborn wrote: > The canvas drawing into the live wallpaper is not ; the default is 565, > which yes will result in banding.  You can change the desired format with > the SurfaceHolder API. > > http://developer.andro

[android-developers] Opening new package to current view

2011-04-20 Thread Stonde
Hi, I have a problem when loading a new package to current view. It doesn't find the libraries which the new package has. How to overcome? This is my code: public void onClick(View v) { contentLayout = (LinearLayout)findViewById(R.id.contentLayout);

[android-developers] identifier num range

2011-04-20 Thread Rancs
Hello, R.drawable. returns a unique identifier (int) for each drawable file. What are the num range of these auto-generated identifiers? Ps. I want to give my own identifiers to my bitmaps generated on the fly. I don't want they overlap existing auto-generated identifiers of other files. That's

[android-developers] This is True / False or a bug!?

2011-04-20 Thread Perry168
Hi, Today, I wrote a program. The function is to get the installed packages name through the provider name. But I find a problem, when I compare two SAME strings. The Boolean result will be FALSE. I used the Eclipse to watch the value change. From expression, I saw the Local1 and xx are same. But t

[android-developers] Ideas/Problems

2011-04-20 Thread Alex Halsey
ok, i wanted to propose and idea and mention a problem idea #1. it would be nice whenever you pull down the notification far and music was playing that you could long hold on it and have an option to pause the music, that way you would not have to exit your current app or whatever to pause it now

[android-developers] CustomView in a ScrollView

2011-04-20 Thread Androidguy
Dear All, I am trying to implement a custom view which can scroll vertically. My XML layout is as follows I need

[android-developers] Re: Compiling Android Source

2011-04-20 Thread Edison
I looked into the ADW Launcher donut versio. It simply changes SearchManager.SOURCE to string "source". On Apr 13, 3:11 pm, Moose wrote: > Deleting the gen folder in the application's directory should clear up the > duplicate class errors. Not sure about the SearchManager.SOURCE though. > Looks

[android-developers] Map view ballons - Updating time

2011-04-20 Thread Dijil
Hi, In the application which I am developing, the users can tap on a map and the current time at that location will be shown in a balloon. I am using "mapviewballoons" library in this project. More than one balloons can be shown in a page. The time in the balloons need to be updated once each mi

[android-developers] Call events in detail

2011-04-20 Thread Shahzad
Hi, I am working on an application providing service like voicemail. I need to monitor the complete lifecycle of an outgoing call so i can do some actions if the call is unanswered on the receiver end. Just for testing purposes I am writing the code below: --

[android-developers] Send SMS message in a background?

2011-04-20 Thread Developer
Hello there, in my app I need to be able to send a text message in a background, without any user intervention. I found a way to do that using SmsManager (code below). It sure does send a message but the popup asking me to choose a delivery method still shows up (even after the message is sent). Is

[android-developers] Re: JUnit test case blocking main UI thread for AsyncTask

2011-04-20 Thread Billy
Jason, here is the solution I am using, and it seems to work well. You are basically still doing the testing on the test thread, but when it comes time to call the asynctask we switch to the ui thread, and block the testing thread. When the UI thread is done, it releases the testing thread and you

[android-developers] Display list of saved tables to be opened

2011-04-20 Thread ZitZ
So, I have an android project which I am working on. I have added database code to the project which saves the data to a database table. Basically, for each saved "project" I have a 2dimensional array and two parallel arrays that go with that 2dimensional array. What I want to do is save each "pro

[android-developers] Making flash as torch

2011-04-20 Thread satyanarayana
i want to use camera flash as torch in android mobile.i have tried some through googling but failed and also i need to control the brightness of torch as well.can you tell me how can i do this?? -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Timezone in Developer console

2011-04-20 Thread chocobokkle
Hi, Does anyone know the timezone in Total active installs of Developer console? (https://market.android.com/publish/Home) If yes, could you please let me know? I published an application to Japanese market only. I guess that is UTC but I couldn't find any information source. Thanks. Kumi --

[android-developers] one view calls other view`s ondraw.

2011-04-20 Thread Sebastián Rivas
I understand that android goes to the root view node and after that re- draws what it`s correpond, this linked to a misterious "invalid rectangle". My problem is that i have this. 1- one scrollview, 2- one modified view to draw. 3- another scroll view. scroll views has controls to draw the modifi

[android-developers] How to develop a wheather forcast application for android

2011-04-20 Thread sanjay
Hi all, i m new in this field. So plese help. How to develop a wheather forcast application for android -- 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] How to get this information (In this picture) to TextView on Android ?

2011-04-20 Thread ZhOCKeR z
http://i.imgur.com/wvVJr.png I don't want a list of permission. I want a list of detail permission. Please show example for 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@googleg

[android-developers] Making flash as torch

2011-04-20 Thread satyanarayana
i want to use camera flash as torch in android mobile.i have tried some through googling but failed and also i need to control the brightness of torch as well.can you tell me how can i do this?? -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Re: Compiling Android Source

2011-04-20 Thread Edison
I looked into the ADW Launcher donut version, It simply change SearchManager.SOURCE to "source". On Apr 13, 3:11 pm, Moose wrote: > Deleting the gen folder in the application's directory should clear up the > duplicate class errors. Not sure about the SearchManager.SOURCE though. > Looks like it

[android-developers] Re: EditText.SetError() Not working properly in Sony Ericsson Xperia

2011-04-20 Thread Zsolt Vasvari
We heard you the first two times. Contact the Sony Experia support forum. On Apr 19, 2:05 pm, banu wrote: > Hi, >     We have an application in which we are using Edittext.Seterror() > to notify the user if he enter any invalid data in the edittext.we > have check it in other devices but when we

Re: [android-developers] Re: SQLite and DB query

2011-04-20 Thread David Williams
Tried that but it didn't make any difference. This is weird and I can't work out why the query is not returning any rows. Is there something else in the debugger I need to be looking at? As mentioned before, when I copy the DB down to my computer I can see that there are records there created

Re: [android-developers] Re: Notification bar always shown on ViewSonic g tablet

2011-04-20 Thread Dianne Hackborn
You would need to ask Viewsonic about how they allow it. If it doesn't have Market, they may have modified the platform in pretty much any way imaginable. On Wed, Apr 20, 2011 at 3:05 PM, John Gaby wrote: > Thanks for the response, you are correct in that it does not have the > Android Market.

[android-developers] Google Maps MapView bug?

2011-04-20 Thread Murphy
I need to detect/disable pinch to zoom, and this method seems to work: http://stackoverflow.com/questions/4626028/how-to-disable-pinch-in-android-mapview I found out that as soon as you use: mapView.setBuiltInZoomControls(true); onTouch(View v, MotionEvent event) is only called once, the fir

[android-developers] Re: Why my maps api didn't work?

2011-04-20 Thread Spiral123
you don't have to put in things to make it good, you have to take out the things that are making it bad. as TreKing suggests, run the app and pay attention to the Log Cat output. When the app crashes, search back to the last Error messages (in red) and you should find out which line is causing th

[android-developers] Re: Hello Everyone

2011-04-20 Thread Spiral123
"TBM"? Is that Male or Fem? One tip, I think Is to follow this link: https://market.android.com/details?id=com.poetry.android&feature=search_result On Apr 16, 3:43 pm, "^TBM^" wrote: > Hey I'm new to this group you can just call me TBM. I am looking forward to > learning as much as possible bec

Re: [android-developers] Multiple timers in a ListActivity

2011-04-20 Thread TreKing
On Sun, Apr 17, 2011 at 8:05 PM, NT wrote: > What should one do if there are multiple timers? > You can abstract the concept presented in the article to create your own Timer class, of which you can create multiple instances for each of your list items requiring a timer. > If the main UI threa

Re: [android-developers] Hello Everyone

2011-04-20 Thread TreKing
On Sat, Apr 16, 2011 at 2:43 PM, ^TBM^ wrote: > Hey I'm new to this group you can just call me TBM. Hello Tunnel Boring Machine . > I am looking forward to learning as much as possible ... If anyone has any > helpful tips to help me I would greatly apprecia

[android-developers] ListPopupWindow does not anchor correctly after an orientation change

2011-04-20 Thread Shri
My activity has configChanges="orientation" so that the activity is reused across orientation changes. If I have a ListPopupWindow displaying before the orientation change, it does not get positioned correctly after the orientation change. Is this a known issue? Furthermore, I cannot figure how to

Re: [android-developers] Changing the makers on the map

2011-04-20 Thread TreKing
On Sat, Apr 16, 2011 at 6:02 PM, Crim wrote: > i tried :P but this just messed things up: > You should probably explain what "messed things up" means .. - TreKing

Re: [android-developers] Change Fast Scroll to Alphabetical like Galaxy S or iPhone

2011-04-20 Thread TreKing
On Sun, Apr 17, 2011 at 8:05 AM, David wrote: > Would it be possible to develop an app that changes the behavior of fast > scroll for all apps that use it? > No. How would I go about doing this? > Build your own version of the firmware.

Re: [android-developers] Conversion old application

2011-04-20 Thread TreKing
On Sat, Apr 16, 2011 at 10:19 AM, deephands wrote: > So ,how can i open the application as a project with new target > (android 2.X). > Just change the project settings. - TreKing

[android-developers] Re: Notification bar always shown on ViewSonic g tablet

2011-04-20 Thread John Gaby
Thanks for the response, you are correct in that it does not have the Android Market. However, there are apps that run full screen without that bar, so there must be some way to turn it off. On Apr 20, 1:56 pm, Mark Murphy wrote: > If I had to guess, they do not have the Android Market on that d

[android-developers] Re: java.lang.NullPointerException

2011-04-20 Thread Indicator Veritatis
Oh: and when you "copy-pasted java files", what did you do with AndroidManifest.xml? You can't just copy that from the 2.2 project too. You need to set android:minSDKVersion to 8, not 9 for 2.2. That will also give you better warning/error message to find what else you have to change. On Apr 17, 2

[android-developers] Re: In-app purchase signature verification with PHP openssl

2011-04-20 Thread Nate Totura
Still no luck, I am pretty confident I am sending the PHP routines correctly formatted data. A followup question: How can I verify the signature and data using only openssl, here is what I am currently doing: openssl dgst -sha1 -verify public.key.ssl -signature signature.bin data where publi

[android-developers] Re: java.lang.NullPointerException

2011-04-20 Thread Indicator Veritatis
Null Pointer exception means exactly that. Somehow, a variable was declared, initialized only to null and the referenced. Take a look at the whole stack trace (use logcat for this) and see a) what method threw the exception and b) which method of yours is in the stack. 99% of the time that is where

[android-developers] Re: Magnetic Sensor

2011-04-20 Thread ip332
This method does not return magnetic sensor output but calculates parameters of the Earth magnetic field model in a given point at a certain time (you can Google for IGRF abbreviation to see details). If you want to get magnetic sensor output then check SensorManager: check http://developer.androi

Re: [android-developers] Notification bar always shown on ViewSonic g tablet

2011-04-20 Thread Mark Murphy
If I had to guess, they do not have the Android Market on that device. I don't quite know how they would qualify for the Market with that behavior. You will have to take this issue up with Viewsonic, I guess. That being said, do bear in mind that the system bar (bottom bar) on Android 3.0 cannot b

[android-developers] Notification bar always shown on ViewSonic g tablet

2011-04-20 Thread John Gaby
I have an app which hides the title and notification bar and runs full screen. I use the following line in the manifest to accomplish this: android:theme="@android:style/Theme.NoTitleBar.Fullscreen" This seems to work find on phones and some tablets that I have tried. However, on the ViewSonic g

Re: [android-developers] Problem with ListView

2011-04-20 Thread Mark Murphy
Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your error. Most likely, you do not have a widget with android:id="@+id/listView1" in your res/layout/main.xml file, but that is just a guess. On Tue, Apr 19, 2011 at 1:45 PM, fi

Re: [android-developers] license fees / royalties for players using audio video codecs offered by Android or device manufactures

2011-04-20 Thread Mark Murphy
Step #1: Find the right list to post to on http://source.android.com Step #2: Ask your questions there This list is for Android SDK development, not firmware issues On Tue, Apr 19, 2011 at 11:30 AM, bmjg wrote: > I am researching about the required license fees for a android based > (patent pro

Re: [android-developers] My application crash when I try to open a menu on some phones (all test are done with Android 2.2).

2011-04-20 Thread Mark Murphy
Sounds like a flawed modded ROM to me. On Tue, Apr 19, 2011 at 11:28 AM, AGPX wrote: > Hi, > > I wrote a game (using GLSurfaceView) application for Android 2.2. I > have the following error when I try to open the menu: > > android.view.InflateException: Binary XML file line #17: Error > inflating

  1   2   3   4   >