[android-developers] Re: How can we keep a particular application on the top always

2011-08-01 Thread Ankit
Hi , Thanks for your valuable suggestions. Actually we want to know if it is possible using launch modes and task affinities basically without changing the System Image. We want to place our application over other applications, while keeping the background application working as normal. Please

Re: [android-developers] context menu

2011-08-01 Thread arun kumar
can any one tell where is error in my code... Thankyou arun -- 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] RECORDING THE VOICE IN ANDROID.... For a Game

2011-08-01 Thread Kunju Vava
Hi All In my App I want to record an audio and play the same record when ever the recording is completed... it is just like the tom cat app in android .. when the user say something to the screen it should be recorded and give the reply at suddenlty using the same audio. Thanks in

[android-developers] OnClick error

2011-08-01 Thread mark2011
Dear All : I install eclipse Android SDK under the Windows/XP successful. If I test a program using onClick that I want to click a button, it displays an error. But the code is ok on an another pc. Can anyone help me? my code is that : btnNumberOne.setOnClickListener(new

[android-developers] Re: Comms with Intent

2011-08-01 Thread kypriakos
Thanks for the response Nikolay --- Assuming the servlet runs in a separate thread, no. Not directly at least. That's what I was afraid of ... You could launch the activity using the FLAG_ACTIVITY_SINGLE_TOP flag. Then when you call startActivity() again, a new instance won't be created,

Re: [android-developers] OnClick error

2011-08-01 Thread Robin Talwar
Did u import onclicklistener library and wots d error line ? On 1 Aug 2011 11:59, mark2011 androidmark2...@gmail.com wrote: Dear All : I install eclipse Android SDK under the Windows/XP successful. If I test a program using onClick that I want to click a button, it displays an error. But the

[android-developers] Re: Changes in Developer Console - longer time for app update to appear in Market?

2011-08-01 Thread gjs
Hi, Yes, if you do this too frequently you do not see your app appear in 'just in', how frequently is something like once about every 12 days, but that is just a guess. Regarsd On Jul 30, 8:49 am, pawpaw17 georgefraz...@yahoo.com wrote: Has anyone else noticed a much longer latency for your

[android-developers] Re: File transfer via TCP\IP - language independency (Java vs C++)

2011-08-01 Thread gjs
Hi, http Regards On Jul 30, 3:57 am, haci.2x mlendz...@gmail.com wrote: Hello, I have a problem with sending a file from my PC to Android application via WiFi. PC App is wirtten entirely in .NET (but I would prefer to do it in C++) and Android version in Java. Now I want to send a file

[android-developers] Re: ocr implementation with android

2011-08-01 Thread gjs
Hi, http://www.itwizard.ro/interfacing-cc-libraries-via-jni-example-tesseract-163.html regards On Jul 29, 7:34 pm, barun barunala...@gmail.com wrote:  I want to implement the optical  character recognition  program  for Android  phone. if any body knows something please help me. Thanks in

[android-developers] Re: How to find available services in a bluetooth connected device

2011-08-01 Thread gjs
Hi try - Hint: If you are connecting to a Bluetooth serial board then try using the well-known SPP UUID 1101--1000-8000-00805F9B34FB. However if you are connecting to an Android peer then please generate your own unique UUID. see

Re: [android-developers] Need help diagnosing problem

2011-08-01 Thread ajaykumar kanchak
here u need to handle resolution and also screen size make all child to be act with parent if not they will be closed any small configuration is not oaky then ur whole application is not support in device help the users and suggest them as per ur application settings while installation or u make

[android-developers] how to highlight and select a button in listview item

2011-08-01 Thread Ethan Gao
Hi everyone: I am working on an app which contains a listView to display the products user is interested. And for each product at the listview, we have a delete button to delete the product from list. I can hightlight the product in listview using trackball, but can not highlight the delete

[android-developers] Re: Force close

2011-08-01 Thread ajaykumar kanchak
hi saurab, first u need to check is there any value is going to be null when u r passing values handle the null values first and then enter it into database, if u r passing any value as null application will give force close most of the problem are for null values and handle them okay and also

[android-developers] changing wallpaper eating any memory ??

2011-08-01 Thread AJ
When ever i change a home screen wallpaper on my samsung galaxy ace, first it shows Saving picture and then shows Setting wallpaper .. Can i know where this picture is getting saved ? Is it into any temporary memory which i need to delete? I need to know if its eating up my phone memory or any

[android-developers] How to add stream as an attachment file

2011-08-01 Thread RVM
How to add stream (String or CharSequence) as an attachment file without save stream in a file? -- 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

Re: [android-developers] How to tell if an intent-filter caught a custom url from the browser

2011-08-01 Thread Tom Fairfield
These are existing applications, not something I'm building. As far as error dialogs, the only thing that happens normally is the browser navigates to a can't find the page screen. By trying the navigation in an iframe this can be avoided, though. On Fri, Jul 29, 2011 at 2:31 PM, Mark Murphy

[android-developers] about google Api

2011-08-01 Thread ajaykumar kanchak
Hi developers, If u r having net with you go to the android sdk and check the third party adons and then you will get list of google apis with version, select ur version and thenn select install. for map view com.google.android.maps.MapView

[android-developers] Two Newbie Questions

2011-08-01 Thread Giggybyte
1.) Is there a way to make a button load another layout XML by android:onClick in XML? 2.) In my other XML, I have a WebView that fills the screen. How can I set the homepage for this WebView? Thanks for the help. -- You received this message because you are subscribed to the Google Groups

[android-developers] How to add stream to email as an attachment file

2011-08-01 Thread RVM
How to add stream (String or CharSequence) to email as an attachment file without save stream in a file? -- 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

[android-developers] Problem with canvas when drawing lines

2011-08-01 Thread G
I am trying to draw a line between two points that the user chooses on a map, I am using the Google maps library for this. The user has to choose from a menu what they want to do so when they press the draw line button it allows them to choose the two points and it draws the line. I can get it to

[android-developers] Text To Speech from a service

2011-08-01 Thread byron
Hello im devoliping this app where I initialize the TextToSpeech tool from a service after Boot Completed, and I keep it running, but when i try to use it from one of my activities by instatiating it comes the error. Does anybody have any suggestion? -- You received this message because you are

[android-developers] [NDK] - access to texture ressources

2011-08-01 Thread Gaetan
Hi ! I'm working on a future Android iOS game, using the latest NDK (r6). I want to load some textures with C/C++ code. I've seen it's possible to use a native Asset Manager on Gingerbread platform (android 2.3 - API 9), but I currently work with Froyo (2.2 - API 8) because Gingerbread is not

[android-developers] Image buttons selector XML - how to align with phone's original theme?

2011-08-01 Thread Eric
Hi all, I have a Button object with custom background image. When the button is being pressed, I can change the background image with a selector XML. However I observed that different Android phones have different themes --- some phones highlight their buttons in blue when pressed; some phones

[android-developers] unable to update SDK

2011-08-01 Thread Bruce Ferrell
I have a fresh install of opensuse 11.4 and I'm getting thhe following error we I attempt an update: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml, reason: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the

[android-developers] A new Android project

2011-08-01 Thread balbayrak
tell me the way to make any service running automatically when the phone is turned on.And this service provide me notification every time such as breaking of talking with phone -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Breaking of talking with android app

2011-08-01 Thread balbayrak
How can I break talking on phone with my custom android application. -- 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] Resource - font size

2011-08-01 Thread John
I'm trying my best to figure out how the default resource size system works in android without much success. Working on an ASUS eeePad Transformer tablet 1) I worked through the notepad tutorial and the font size is so small for the row entries that I can't select rows. 2) Tried some market

[android-developers] Re: custom events in android

2011-08-01 Thread Chris
I was wondering about this as well; I figured the Google team would have incorporated a GWT EventBus into Android, as it works very well in the GWT framework. On Jul 5, 2:58 am, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Tue, Jul 5, 2011 at 1:46 PM, doles sachin.d...@gmail.com wrote:

[android-developers] How to set focus on the item in Gallery view when activity is started

2011-08-01 Thread Chuan
Hi, I am developing an application that is navigated by DPad, and I use gallery view as the navigation bar. How do I set the initial focus to be on the central item of the gallery view? I know that some control like EditText can attract the focus, but I still have no luck after trying

[android-developers] locking msg inbox

2011-08-01 Thread AJ
How do i lock my message inbox ( or any thread ) and gallery in samsung galaxy ace .. Is there any privacy lock within the phone or do i need to download any app, if yes can i know the name of the app.. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Interaction between activities

2011-08-01 Thread Chris
You need to have a reference to the other activity, from which you would call your second (or third) activity's method to update the coordinates For example, your second activity could have a static method to return the component/widget or entire activity. SecondActivity.java

[android-developers] Re: Need help diagnosing problem

2011-08-01 Thread ajaykumar kanchak
you need arrange the things like for example u may used only for drawable ldpi, only but having mdpi ldpi hdpi so u have check out the things may be it may work only landscape make it as potrait and take resolutions dynamically it may fix only for some screens. On Jul 30, 9:27 pm, bob

[android-developers] Handling MIME type that is the result of a browser POST in Android

2011-08-01 Thread Mark
I have an Activity that is successfully invoked for the MIME type in which I'm interested. The content being sent from the server is an XML document created as the result of a POST. I've tried to process the result two different ways and I'm not having luck with either: 1. android:scheme=http

[android-developers] Re: Multiple Intents

2011-08-01 Thread ajaykumar kanchak
u need differentiate them with messages and handle them and which u want onActivity apply it in a thread and use that thread in oncreate okay On Jul 30, 2:12 pm, perumal316 perumal...@gmail.com wrote: Hi All, If I got multiple intents, how do I use:     @Override         protected void

[android-developers] Read icon from apk file

2011-08-01 Thread NkD
How can I read icon from apk file (not installed) ? I need it in my file manager to show on ListView. I found: if (file.getPath().endsWith(.apk)) { PackageInfo pi = context.getPackageManager().getPackageArchiveInfo(file.getAbsolutePath(), 0); Drawable icon =

[android-developers] Re: takepicture hangs on Android 2.3.3

2011-08-01 Thread Jorge Garcia
I get the same problem on a Samsung Exhibit 4G android 2.3.3 On Jun 30, 10:01 am, dingding dangdang ustcchenj...@gmail.com wrote: I have some codes of takeing picture working at Android 2.1 and 2.2. But these codes broke at Android 2.3. After spending a time to fix this issue in vain, I would

[android-developers] Cannot run adb command

2011-08-01 Thread Lucas
Hey folks! I have been very excited about the fact that one can make Android apps using HTML, CSS, and JavaScript. Therefore I bought the following book: O'Reilly - Building Android Apps with HTML, CSS, and JavaScript by Jonathan Stark. Since then I have been trying to get the

[android-developers] Android Application materials

2011-08-01 Thread Yashwant kumar
Hello there, I am learning android. Please give some online links and please give some practice application on android development. thanks in advance. Regards Yashwant -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Callbacks from service to multiple activities.

2011-08-01 Thread Iacopo Rozzo
Hi, I'm an Android newbie, and I'm developing an application that performs REST calls. I'm using a service that executes the calls in background and puts the results on a content provider. The requests are enquehed by the service and performed one at a time in a worker thread. My doubt is on how

[android-developers] Multiple onTouchListeners

2011-08-01 Thread John
Hi, I'm trying to create multiple ImageView's each with its own onTouchListener that will redraw a bitmap on motion events. I dynamically create a new object for each ImageView and this works fine but the onTouchListener seems to only be tied to the last view created. I think this is because

[android-developers] Re: Extending Interface of Dynamically Loaded Dex File

2011-08-01 Thread Kenley Capps
Hi Matt, I think your choice to introduce Foo2 has caused some of these issues. Maybe I'm misunderstanding something, but you're implying that you're adding more functionality to Foo by creating a new interface called Foo2 that extends Foo. In doing so, you'll have to have a dex class entry

[android-developers] error

2011-08-01 Thread 晨 梁
ERROR/Database(373): android.database.sqlite.SQLiteException: no such table: collTb1: , while compiling: INSERT INTO collTb1(desc, url, name) VALUES(?, ?, ?); -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: takepicture hangs on Android 2.3.3

2011-08-01 Thread Jorge Garcia
I just posted a fix on stackoverflow, let me know if it works: http://stackoverflow.com/questions/6535652/takepicture-hangs-on-android-2-3-3/6886993#6886993 On Jul 20, 3:51 pm, musfiq musfiqu...@gmail.com wrote: I get the similar kind of error in 2.3.4 but don't know how to fix it. On Jun 30,

[android-developers] new here

2011-08-01 Thread imsmooth
I want to start writing some apps for the android/droid. I have written some for the iPhone. I have a Windows XP. Which SDK should I use and which JDK? I was going to use JDK 7. Is that ok? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: SIPMANAGER RETURNS NULL FROM EMULATOR AND SAMSUNG GALAXY S 2

2011-08-01 Thread jakkaxe
The SipManager isn't supported in the emulator. Not all Gingerbread phones support it either (as you've found out). Cyangenmod does for sure (I've used it to test with) as does the stock Honeycomb on the Xoom. Amir On Jul 28, 2:53 pm, Graham Bright gbwienmobil...@gmail.com wrote: Hi, Has

[android-developers] HTC Legend

2011-08-01 Thread killer00911
Hello, I want to know how to install .apk files in my SD card; so that I can have my phone memory free. I downloaded softwares to move application from phone to sd but it said package error!!! So help me please. Thank you,

[android-developers] Does apps from market can catogery itself automaticly?just like iPhone.

2011-08-01 Thread jb qiu
I think it is a useful function.From other application,I know someone do it but it is not automaticly,it is based on user's input.why google does not do this function? or is it in plan ?who can tell me? thanks. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Line2D?

2011-08-01 Thread bob
Anyone know why Line2D doesn't work on Android? http://download.oracle.com/javase/1.4.2/docs/api/java/awt/geom/Line2D.html -- 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: Android Market news

2011-08-01 Thread moster67
yep, I noted that as well. Don't know what's going on... Browsing Android Market (using https://market.android.com/) shows correct amount of comments but the graphic showing the star-ratings is wrong (and seems to correspond with the wrong value shown in the Developer Console). Maybe they are

[android-developers] Re: Is it possible to use MonkeyRunner from java

2011-08-01 Thread Nitin Chhabra
Hi Bill/Karthikeyan, Can you please help me out as well in this regard. I am able to run MonkeyRunner using Python Scripts on Windows Platform. But I would like to use it in Java, as my test application is being built in Java. I am using MonkeyRunner to automate things only. I can call my Python

[android-developers] Windows 64-bit drivers for HTC Dream G1

2011-08-01 Thread Neel Mehta
Hi. I have been trying to do this since ages but I am unable to install 64- bit Windows 7 drivers for my HTC Dream G1. Can someone please guide me. Thanks, Neel -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Can I use google weather api in commercial app?

2011-08-01 Thread Novice
I mean android application. On Jul 30, 4:17 am, TreKing treking...@gmail.com wrote: On Fri, Jul 29, 2011 at 1:56 AM, Novice noviceplayer1...@gmail.com wrote: Can I use google weather api in commercial applications? This has nothing to do with Android.

[android-developers] how to make a service that can'e be killed by task killer?

2011-08-01 Thread micxfile
i make a security application, so the application can lock a android phone when it lost (like a Mcafee wave secure).. my application is listen to the SMS.. when the phone owner send a command set to the phone when it lost, it will lock the phone so the thief can't access that phone.. my problem is

[android-developers] Implement Android MonkeyRunner in Java Only

2011-08-01 Thread Nitin Chhabra
I am able to run MonkeyRunner using Python Scripts on Windows Platform. But I would like to use it in Java, as my test application is being built in Java. I am using MonkeyRunner to automate things only. I can call my Python script using Java to run MonkeyRunner, but that is not a clean solution!

[android-developers] Re: Help! My App dissappeared from Android Market after routine Update

2011-08-01 Thread piezo
I have a similar issue. After a regular update, without any changes to the manifest, the device availability dialog suddenly showed only 8 devices - as apposed to 400+ for the older version. I noticed that android.hardware.screen.portrait appeared only for this latest version, allthough

[android-developers] inApp soundgeneration possible without heavy use of CPU ?

2011-08-01 Thread Peter Pippinger
Hello, I have now completed my first app ( https://market.android.com/details?id=com.pippinger.android.frogthiswayfree). For the music I was working with http://www.warmplace.ru/soft/sunvox/ which is a very powerful synthesizer in my opinion. I think the chiptunes-style fits best for

[android-developers] Ratings on market are gone

2011-08-01 Thread Christiaan Schoenaker
Hi all, As of this morning, 25% of my ratings are gone, just like all these people choose to clear the rating they send me. I'm frustrated about this, since a large portion of my 5star rating has gone now! Big deal?: (don't read this if you know why I am frustrated about this) Yes, before my

[android-developers] Re: Android Market news

2011-08-01 Thread Christiaan Schoenaker
this is ridicules, my ratings dropped with 25% and got me -0.2 average rating. Since ratings are probably in the formula for place on the market, and place on the market determine how many people download your app everyday, and if your app has ads, these people determine great deal of your

[android-developers] how to set reminder for Future event

2011-08-01 Thread kirti waykole
hello friends, I am new in android . I am getting problem while using AlarmManager. i want to use AlarmManager for setting future event. please send me code for how i set future event. Please guide me. Thanks in Advance -- You received this message because you are subscribed to the Google

[android-developers] How to add multiple buttons and multiple tablerows dynamically

2011-08-01 Thread grebwerd
Hello I want to click a button that will add a new button to a table row every time it is clicked. After 3 buttons have been added to the row, I want to dynamically create a new table row and add a new button to it. I know how to add a row with a button(s) to a tableLayout if I click a button. I

[android-developers] Ndef.get(tag) returns null

2011-08-01 Thread sansknowledge
Hi, I am new to android, and got one nexus s, so while trying to play with NFC Capabilities, when i try to write to a mifare classic 1k card , Ndef.get(tag) returns null, upon searching, i find that tag is not listed in tech list. but when i issue getTechList() command, i am able to find

[android-developers] Access External Database

2011-08-01 Thread Sumedh
I want to access data which is stored on external database server. is it possible? if yes please tell me how thanx 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] How to broadcast information with Bluetooth on Android?

2011-08-01 Thread Siea Chin Chuan
I'd like to know how to broadcast information with Bluetooth on Android. I'm thinking to utilize the service name for SDP record in listenUsingRfcommWithServiceRecord() to broadcast the information. However, I couldn't find any method to use to read the service name for SDP record. May I

[android-developers] About Python?

2011-08-01 Thread WinuX
hi all ; i am new here with you.. i wanna develop some apps 4 android. but i know nothing about JAVA. i can code in python as OOPL.. So what can i do? if there is a option like this for us ; what about editor? as i know ; the dwnload links r about java.. and how i can upload my app? thank you..

[android-developers] connecting to tcp/ip server using gprs

2011-08-01 Thread Sumedh
Hi, How to setup connection to TCP/IP server using GPRS, in emulator, please help thanx 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: 2D Live Wallpaper Tutorial

2011-08-01 Thread Dr. House
Thanks for the reply. What I would like to do is very simple, for the images are already created. Here's an example of one of the stages I made that I would like to convert to a Live Wallpaper. http://www.youtube.com/watch?v=2uGBcopMrMQ I need to do it in layers so I can have the flexibility to

[android-developers] android Detect shapes drawn by orientation sensor

2011-08-01 Thread sandeep agrawal
I am developing one android application in which i can draw any shape using orientation sensor i.e. by moving my phone. Can you all please suggest me any api or algorithms for shape detection like if i draw a line it should pop up this is a line , if i draw a rectangle this is a rectangle .

[android-developers] Android Market user ratings disappeared on July 29, 2011

2011-08-01 Thread Scott
Yesterday (July 29, 2011), I had two apps with ratings of approximately 4.5 (a network calculator) and 4.0 (a spinning polyhedra live wallpaper). That changed late last night. Approximately 50% and 75%, respectively, of my user ratings vanished! Now I have ratings of 4.3 and 3.0! Taking a full

[android-developers] Re: Curious NPE

2011-08-01 Thread Doug
On Jul 31, 1:41 am, Zsolt Vasvari zvasv...@gmail.com wrote: But I am curious why you're serializing to JSON but not sending or saving it anywhere, unless I'm misunderstood your previous message? I am storing JSON encoded objects in the Activity state in onSaveInstanceState().  It's used by

[android-developers] Hi Alireza

2011-08-01 Thread Jupiterz
Your work is nice. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For

[android-developers] Making an alternatice UI menu (like for example: the camera menu)

2011-08-01 Thread Thomas
I am trying to create a more appealing menu for my application, however I am unsure as how to re-root the input of the menu button so that it makes certain images in the corners visible, (they are all in the same xml file, however just set to invisible by default. If also possible I'd like to

[android-developers] Re: Android Battery Reporting Error

2011-08-01 Thread tom
I seem to have exactly the same problem. After unregistering the sensors, my app does not get any sensor events anymore (according to logcat). However, the battery use increases steadily, even after stopping the app from the manage apps menu. The battery stats only normalize after rebooting the

[android-developers] Re: emulator problem

2011-08-01 Thread Guyue Liu
it really works thx a lot! On Jul 17, 1:55 am, stevejbrot...@gmail.com stevejbrot...@gmail.com wrote: Lemme EXPAND on the answer that Chrystian didn't explain... I don't know about Linux and Macs Operating systems, but you need to change to the short 8.3 format path (eg. the old MS-DOS

[android-developers] Xml Parsing

2011-08-01 Thread Hari
Plz, Anyone can please help me with parsing an XML String in Android??? Here is the Xml file which has to be accepted as a string and display the contents of this xml code?? ?xml version='1.0' encoding='iso-8859-1'? categories category id=1 nameReal Estate/name /category category id=2

[android-developers] how to use tag view in OnClickListeners

2011-08-01 Thread vijay pratap
Hiii i am trying to add some button, and i use OnClickListener for event. could you please tell me... is there any way to use made Tag view on click listeners. if there is any way, please write me a example. your last answer was, came out quickly, amazing, thanks.. thanks a lot. -- Sincerely

[android-developers] Tamil unicode for Android users - project working!!

2011-08-01 Thread xkrishx
Hi, it seems everyone is waiting for the Unicode support for Android phones. I'm developing custom Unicode font and a language biased converter Keyboard. I need support from tamil beta users to improve the project. the project can be seen in:

[android-developers] Tab background for header

2011-08-01 Thread volodymyr nedashkivskyi
Hi, I want to change background behind Text and Indicator (header of tab). Could anyone tell me how can I do this? -- 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

[android-developers] Collecting feedback through apps

2011-08-01 Thread Varun Agrawal
Hi all, Two months back I had developed my first Android app. The feedback I got through the Android Market reviews was minimal and didn't help too much. In two months, there was only one constructive feedback. I thought that going to Android Market is a pain, and if feedback can be sent right

[android-developers] Organise

2011-08-01 Thread selvas selvas
Android Developers android-developers@googlegroups.com Discuss developing Android applications using the SDK: troubleshooting apps, advice on implementation, strategies for improving your app's speed and user experience. This group is for development-related topics only, not for job opportunity

Re: [android-developers] Re: hiii dearssssss

2011-08-01 Thread Suresh Indian
helo geniuss,,, if u knw means,,,reply probperlyy ,,, otherwise i wont need ur replies here,, okk,, y r u doing lyk this,, any way thanks for motivating me by irritating ,, i found solution sterday itselfff for printing via bluetooth;):) Together For ever (¨`·.·´¨)

[android-developers] Re: Communication between android app and application on a remote server

2011-08-01 Thread work_84
No...But am still looking for any suggestions on this topic On Jul 28, 11:00 am, Yue Zeng zenggon...@gmail.com wrote: Chinese? On 26/07/2011 12:49 PM, work_84 work8...@gmail.com wrote: Hello, I am developing an Android application which has to send/receive data to/from a

[android-developers] Kid app - callee streaming video automatically to caller?

2011-08-01 Thread Orchus
Hi, I need to know if it is possible to have one cell phone stream the video from its camera to another cell phone automatically without any intervention from the callee. The caller simply presses this button from this app yet written and the callee's cell phone start streaming the video quietly.

[android-developers] Is this possible?

2011-08-01 Thread Orchus
Hi, I'm reposting since I never my post go through the group... I want to know if its possible to write an app that can make another phone (running the same app) stream the video of its camera. I know this sounds like cloak and dagger. I want to be able to see what's going on at the daycare and

[android-developers] att's outright refusal to play fair and stomping on the....

2011-08-01 Thread tdog65
spirit of what i thought droid would stand for. Completly open sourced with the owner choosing where to download from. Without rooting, is it possible to get around att outright defiance at what droid stood for in the beggining. By not allowing apk from other respectible markets to be installed

[android-developers] Re: Curious NPE

2011-08-01 Thread Doug
On Jul 31, 12:47 am, Indicator Veritatis mej1...@yahoo.com wrote: But one of the main points of Eckel's rather negative analysis of the checked/unchecked distinction is -precisely- that it lends itself to the abuse you mention. That is WHY no language since Java's invention has chosen to

Re: [android-developers] OnClick error

2011-08-01 Thread wu mark
Dear Robin : I import import android.view.View.OnClickListener; The result is the same. The error is istill existed. BTW, on another pc, I don't import it. It works. Thanks. BR, Mark 2011/8/1 Robin Talwar r.o.b.i.n.abhis...@gmail.com Did u import onclicklistener library and wots d

[android-developers] Detecting photo clicks

2011-08-01 Thread Vikram
This has been discussed many times on the forum and on StackOverflow To summarize: this cannot be done at real time without running a long living service. If we go the long living Service way, a FileObserver on the folder of interest/ContentObserver on the MediaStore can be setup and we can

[android-developers] Using RTP/SIP

2011-08-01 Thread Jupiterz
Hello Everyone, I want to know about the complete usage of RTP/SIP to make calls from one end to another end. Can anyone share links/ example codes or documents in which i can find detailed information. Many Thanks, Peace. -- You received this message because you are subscribed to the Google

Re: [android-developers] OnClick error

2011-08-01 Thread Robin Talwar
btnNumberOne.setOnClickListener(newOnClickListener() { @Override public void onClick(View v) { Put your on click implementation here } }); btnNumberOne must be refering to some id in xml with findview On Mon, Aug 1, 2011 at 1:41 PM, wu mark

[android-developers] android view listview

2011-08-01 Thread yanamala siddaiah
I took view in activity . In that view nestedly I took listview . I want on click listener for the listed items pls -- 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

[android-developers] Re: hiii dearssssss

2011-08-01 Thread Vikram
Can you please send me the compiled APK so that I can send it to my client :P -- 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

[android-developers] Re: Android Application materials

2011-08-01 Thread Vikram
http://developer.android.com/guide/index.html and http://developer.android.com/resources/index.html -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Re: android view listview

2011-08-01 Thread Vikram
Check this out http://developer.android.com/guide/tutorials/views/hello-listview.html -- 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: Xml Parsing

2011-08-01 Thread Marta Rodriguez
Hi, You should use DocumentBuilderFactory, DocumentBuilder and Document classes. Here you have an example. URL url = new URL(http://...;); HttpURLConnection urlConnection = (HttpURLConnection) url.openConnection(); urlConnection.connect(); DocumentBuilderFactory dbf =

Re: [android-developers] Use CursorLoader for SQLiteDatabase?

2011-08-01 Thread Julius Spencer
Hi, I can't figure out how to use this if I am using a SQLiteDatabase which isn't set up as a ContentProvider. From what I remember there won't be source for Honeycomb released anytime soon so I'm not sure how I could use the Loader framework to make it work. Regards, Julius. On

Re: [android-developers] Use CursorLoader for SQLiteDatabase?

2011-08-01 Thread Nikolay Elenkov
On Mon, Aug 1, 2011 at 6:13 PM, Julius Spencer jul...@msa.co.nz wrote: Hi, I can't figure out how to use this if I am using a SQLiteDatabase which isn't set up as a ContentProvider.  From what I remember there won't be source for Honeycomb released anytime soon so I'm not sure how I could

Re: [android-developers] Use CursorLoader for SQLiteDatabase?

2011-08-01 Thread Kostya Vasilyev
How about: Take the source for AsyncQueryHandler http://developer.android.com/reference/android/content/AsyncQueryHandler.html ... and make modifications to work directly with a SQLiteDatabase object? You could also look at AsyncTaskLoader, specifically, this example which doesn't use a

[android-developers] best practice for testing complex app

2011-08-01 Thread jjoe64
For me it's unclear how to test my activity. My Activity works together with my ContentProvider. To test the functionality, I need to restore for every test a test scenario (fixtures) on my SQLite database. At the moment I'm doing this so: *MainActivityTest#setUp*: contentResolver =

Re: [android-developers] Android Application materials

2011-08-01 Thread Antony K
you can follow this books http://android-codes-examples.blogspot.com/2011/04/android-books-you-can-download-android.html On Sat, Jul 30, 2011 at 9:34 PM, Yashwant kumar kumar.eryashw...@gmail.comwrote: Hello there, I am learning android. Please give some online links and please give some

Re: [android-developers] Android Application materials

2011-08-01 Thread Wenhua Li
Absolutely, ANDROID developer guide and the official site are good choices, and of course this group. On Sun, Jul 31, 2011 at 12:04 AM, Yashwant kumar kumar.eryashw...@gmail.com wrote: Hello there, I am learning android. Please give some online links and please give some practice

  1   2   3   >