Re: [android-developers] Sample App with Bluetooth

2011-05-30 Thread Kristopher Micinski
BT only works on real devices, no emulator support (perhaps I heard of someone hacking it, but typically it's best to be on a device.) On May 30, 2011 1:58 AM, khanh_qhi™ khanhqh20...@gmail.com wrote: Yeah, I run it on emulator and it won't work. On Mon, May 30, 2011 at 12:28 PM, Kristopher

Re: [android-developers] Re: Moving from free app to a paid model

2011-05-30 Thread Nikolay Elenkov
On Mon, May 30, 2011 at 2:54 PM, William Ferguson william.ferguson...@gmail.com wrote: You could offer an in-app purchase to upgrade users from your existing free app to whatever extra capability/content you believe they will pay for. That way you only have  a single app, single source base.

Re: [android-developers] Orientation problem

2011-05-30 Thread kaushik p
ok Kaushik Pendurthi. Now what is my need is when i changing the orientation my apps is work continuesly not from the begining... according to my understanding this statement means , you are trying to change the orientation while the app is running try to make set the orientations in code for ex

Re: [android-developers] Orientation problem

2011-05-30 Thread shanmu nathan
There is no bug raises when i changing the orientation.. when i changing the orientaion the activity is restarted.. On Mon, May 30, 2011 at 11:32 AM, kaushik p kaushiks...@gmail.com wrote: ok Kaushik Pendurthi. Now what is my need is when i changing the orientation my apps is work continuesly

[android-developers] Re: ListView overscroll disable

2011-05-30 Thread crios
Thanks for the reply. Sadly, I really need to go that way, but that`s for android 2.3 also :( On May 29, 5:57 pm, Marcin Orlowski webnet.andr...@gmail.com wrote: On 29 May 2011 15:28, crios crios8...@gmail.com wrote: I might be asking in the wrong group, but maybe somebody has an idea...

[android-developers] user-agent

2011-05-30 Thread Jumana
Im just a beginner. Would like to know what is a user-agent? In what practical examples would that be required to be changed? 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-developers] layoutopt

2011-05-30 Thread Pradeep
Hi, I have a linearlayout and one of its element was as follows FrameLayout android:layout_width=50px android:background=#22 android:layout_height=match_parent android:layout_weight=1.0 ListView android:layout_width=50px

[android-developers] Re: Moving from free app to a paid model

2011-05-30 Thread Peter Webb
I have just made a paid version of my free app. The only chnage I made to my free version was I included a market link to my paid version. My ratings dropped immediately. I used to get 65% of my ratings as 5 star, immediately dropped to less than 50%. This was nowhere made up for by 5 start

Re: [android-developers] user-agent

2011-05-30 Thread TreKing
On Mon, May 30, 2011 at 2:41 AM, Jumana jumanamaj...@gmail.com wrote: Would like to know what is a user-agent? http://tinyurl.com/3c3vhko - TreKing

Re: [android-developers] Sample App with Bluetooth

2011-05-30 Thread Indika Jayasinghe
There are a couple of threads on Stack Overflow regarding ways to test Bluetooth code on a PC. As a few people have mentioned, the emulator doesn't support BT (see the Bluetooth FAQ). The best suggestion I've seen is to install Android-x86 on a virtual machine (VMWare/VirtualBox/Qemu). This is

Re: [android-developers] Re: Moving from free app to a paid model

2011-05-30 Thread TreKing
On Mon, May 30, 2011 at 2:47 AM, Peter Webb r.peter.w...@gmail.com wrote: I don't know what you would do if you wanted to transfer (say) user preferences from the free to the paid, if that is your issue then you may need to do something clever ... Export to SD card, re-import from paid

[android-developers] Re: Orientation problem

2011-05-30 Thread albnok
Google onConfigurationChanged and copy the code that checks if you're in landscape or portrait, into this. You'd want to save the time in onCreate in a static variable. On May 30, 2:16 pm, shanmu nathan win.sha...@gmail.com wrote: There is no bug raises when i changing the orientation.. when i

[android-developers] Does Android support RFC 2821 standard?

2011-05-30 Thread Viddhu
Does Android support RFC 2821 standard? -- 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

Re: [android-developers] Mac or PC for development

2011-05-30 Thread Harri Smått
Hi Raghav, If money is not an issue I would go with iMac. Apple has their own Java virtual machine but so far I haven't seen any reason for not to use it - and frankly speaking - have not figured out how it differs from Oracle Java. As for me it was also a symbolic decision. Once Nokia

[android-developers] Re: 回覆:facebook

2011-05-30 Thread Ali Chousein
What??? The official Facebook app has nothing to do with the app you develop, which integrates Facebook API. Of course you need to retrieve your app secret from Facebook and put it in the code of your application. The official Facebook app and your app are two completely different things. And

Re: [android-developers] Re: Orientation problem

2011-05-30 Thread shanmu nathan
Can you send any example code for this? On Mon, May 30, 2011 at 12:24 PM, albnok alb...@gmail.com wrote: Google onConfigurationChanged and copy the code that checks if you're in landscape or portrait, into this. You'd want to save the time in onCreate in a static variable. On May 30, 2:16

Re: [android-developers] how to read email using java mail api?

2011-05-30 Thread Hitendrasinh Gohil
On Sun, May 29, 2011 at 9:16 PM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: hi, I found this link to send mail.http://stackoverflow.com/questions/ 2020088/sending-email-in-android-using-javamail-api-without-using-the- default-android-app But can anybody tell me or give me a

[android-developers] Re: onRestart from Home button or from back button

2011-05-30 Thread Fina Perez
Hi! I thought to use that, but I'm not sure if it's going to work. The thing is sometimes I break the normal flow between activities, I mean, from activity A I start activity B, and from B, C. But when I finish activity C, I go back to the activity A, so I really dont know if

[android-developers] Re: Problem Starting in Eclipse

2011-05-30 Thread Cliff Montgomery
Are you developing on Win7? I got a similar error after installing Eclipse in the Program Files (x86) folder. When I moved the entire Eclipse folder to C: it started working. Cliff On May 25, 12:02 pm, Bagatelle: David Lee Evans dle.ev...@gmail.com wrote: Need a little more to go on, but what

[android-developers] moving imageview on the screen

2011-05-30 Thread Thiago
Hi =) Im new at Android/java development and i have a issue, im making a experience trying to move a imageview on a position in the screen(defined by x,y coordinates) but it don't work =( Anyone know what a method can i use to move my imageview to a defined position in the screen? Thanks -- You

[android-developers] Re: NFC Intents: Reacting on specific NDEF types

2011-05-30 Thread Matthijs Langenberg
Fellow NFC engineers, Code is King, I would like to propose a mapping from NFC Forum External Type to a valid RFC2045 MIME type in the, form of a patch. One of the key elements to make NFC succeed is the ability to use very specific Intent filters. You never want to show people the Activity

Re: [android-developers] 3d game engine for android game development on ubuntu

2011-05-30 Thread Chandra Sekaran Ramasamy
ya sure i got a solution i ll tell you --- On Thu, May 26, 2011 at 4:34 PM, gaurav gupta gaurav.gupta...@gmail.comwrote: :) Tell me too. if u got any solution. On

[android-developers] removeProximityAlert()

2011-05-30 Thread Joe
Hi, i have a class with 1 ProximityAlert. The Alert himself just works fine. In my destructor, i remove the alert with the same pending intent, as registered. locationManager.removeProximityAlert(proxyIntent); This seems to be ok - the intent doesnt fire again. But, the GPS-icon doesnt dissapear

Re: [android-developers] how to read emails in android?

2011-05-30 Thread Chandra Sekaran Ramasamy
There is a library called com.google.android.gmail is available try to access it but i did try this i ll try and tell you - On Thu, May 26, 2011 at 4:34 PM, Hitendrasinh

[android-developers] Escalate extension dialing (Issue 7514)

2011-05-30 Thread David C. Wilson
How can we get a developer to look at being able to dial an extension like 800-555-1212x3452? It looks like a simple provlem to fix. http://code.google.com/p/android/issues/detail?id=7514 android.telephony.PhoneNumberUtils maybe: isStartsPostDial -- You received this message because you are

[android-developers] Preferences class help needed

2011-05-30 Thread Simon
Hello again, I'm having problems getting my preferences activity to start a new activity when a region is selected by the user. the call comes from a submenu: public boolean onOptionsItemSelected(MenuItem item){ pob = new Prefs();// public Prefs pob; in field vars

[android-developers] Custom Touch on a image

2011-05-30 Thread Neha Aggarwal
Hi Members, I am new to Android Programming and have following query : How can we enable multiple touch on different parts of a image. And each touch have different response For Example: If i have a image of Man and If i touch on hands then there will be event goes to my code. Please guide or

[android-developers] Plugged in Mics and Recording from Them

2011-05-30 Thread DF
Question regarding plugged in mics. With most recording programs right now, it is recorded through the phone mic regardless of whether a mic is plugged in. Is it possible code into a program to use a plugged in mic when a mic is plugged in? Thanks. -- You received this message because you are

[android-developers] META-INF files

2011-05-30 Thread Glenn Maynard
Many libraries require control files under META-INF. However, at least when building with Eclipse, files in META-INF aren't included in the APK. All other paths work; just files under META-INF are ignored. In fact, it seems that if a path has META-INF as a component anywhere inside it, it's

[android-developers] HELP Activities Diagram Application

2011-05-30 Thread Julliano Pintas
Hello, I need to develop a application that represents activities diagrams to finish my dissertation. The application interface shoud look like smartdiagram : http://www.appbrain.com/app/smart-diagram-lite/com.sillycube.android.DiagramMaker.core What is the best Library or game to build this

[android-developers] Re: ListView Issue

2011-05-30 Thread Nikola Gotsev
Another way is to have Custom List Item and Custom List adapters more info here - http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/ Hope it helped. Regards, Nikola Gotsev -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: How to use Canvas.drawText()

2011-05-30 Thread Neha
I have an android application in which I need to download text from a website, convert it into bitmap format and display it on an LED-based display board. I am struggling with the bitmap conversion. Tried the following code but its not working. Paint paint = new Paint();

[android-developers] simple hello world app crashing with android 1.5

2011-05-30 Thread jesb
I'm very new in developing android. I'm basically following a book example from Android Development for dummies. It's just a simple hello world. I didn't even write any code at all. I just did this from eclipse: file, new, project, android project, specify android 1.5 target, and api level 3.

[android-developers] AVD emulator: changing orientation?

2011-05-30 Thread RobertB
Is there any way to change the orientation of a running AVD emulator from landscape to portrait and back again? My emulator starts out in landscape, but I'd like to test flipping the device to see the layout change properly. Thanks for any help! --Rob -- You received this message because you

[android-developers] Bug Report - Navigation lock out

2011-05-30 Thread Tim
If you're in navigation normally, if you turn the screen off it does not lock. The screen can be turned on to go directly back to the active navigation without entering pattern/password/PIN. But when navigation is active and I got a calendar notification, the next time the screen went off it

[android-developers] Re: Quick Search Box Limit

2011-05-30 Thread dmccartney
I am seeing the same thing. -- 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

Re: [android-developers] Rtsp Http Streaming

2011-05-30 Thread Robert Slama
hmmm i try open your url rtsp://strm-3.tr.medianova.tv/rkraltv/rkraltv with realplayer and with vlc and that stream is not available. Try u open stream in some player (on pc) before u test it on android? r^ On 26 May 2011 08:37, Filiz Gökçe sonsuzlu...@gmail.com wrote: Hi, I try to make live

[android-developers] Position MediaController over VideoView ?

2011-05-30 Thread Bob Koutsky
Hello, I'm trying to create an activity based on LinearView, with some graphics at the top, VideoView in the middle and more graphics and controls at the bottom. I'd like to have MediaController positioned over VideoView, so it does not obscure stuff at the bottom of the screen. I tried calling

[android-developers] How to verify Camera view(front/back) in Robotium for Android 2.2 phone

2011-05-30 Thread Bharathiraja R
Hi All, I am testing Android 2.2 phone. want to verify Camera view in Robotium any one know how to do this. please help me out. Regards, Bharathiraja R -- 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] Regard implemetation of web service in Android

2011-05-30 Thread Elan chezhiyan.k
Hai, we r working on a word game project like hangman etc for Tamil Language using Android Java. Now we have a webservice our server, we need to fetch the values from Andriod api through Webservice. Our webservice are successfully running in other java based web application. when we integrate

[android-developers] Custom Touch

2011-05-30 Thread Neha Aggarwal
Hi Members, I am new to Android Programming and have following query : How can we enable multiple touch on different parts of a image. And each touch have different response For Example: If i have a image of Man and If i touch on hands then there will be event goes to my code. Please guide or

[android-developers] Resource (book or online) for developing on Android in HTML5

2011-05-30 Thread Will Merydith
I'm looking for a recommendation on a current resource that includes examples and design patterns for developing HTML5 apps for Android. 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-developers] Re: Application Licensing

2011-05-30 Thread John Smith
I am currently experiencing the same problem with ServerManagedPolicy, albeit with only one person so far. The person claims that my application was working fine for one week up until around May 9, when suddenly the app said it wasn't licensed. He tried reinstalling but that didn't work. I've

[android-developers] Can we use Google Wallet as payment option for Android apps?

2011-05-30 Thread Eduard
Just noticed the Google Wallet introduction. Does anyone know whether we'll be able to use Google Wallet as a form of payment within our apps? E.g. as part of the the In-app Billing service? Or perhaps that we interact with it directly? Or do we need to use Android Market's Billing service to

[android-developers] addons_list.xml

2011-05-30 Thread RV
Hi, i am getting No Repository found at https://dl-ssl.google.com/android/repository/addons_list.xml when trying to install google add ons. Is there any way to resolve this. Regards RV -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] List of files in the Res/Raw folder...

2011-05-30 Thread Karthik
Hello, I am working on an android music app. As part of this app, when the user clicks on Play ALL menu all the songs in the Res/Raw folder should play. Can you some help me with this? Basically this is a two part question. 1) How to get the list of all the mp3 files in the res/raw folder? 2)

[android-developers] com.android.internal.telephony.CommandException: REQUEST_NOT_SUPPORTED

2011-05-30 Thread Wind-Power
Hi, Phone Model: Nexus One android Version: 2.3.4 I have an app that tries to setup a http connection to a server over a data connection to a private APN. I see that my APN settings are being picked up correctly by Android but it could not establish a PDP context. The error reported is

[android-developers] Changes in main.xml not reflected on emulator

2011-05-30 Thread gunjansharma
Hi, I changed the value of hello in main.xml to a user-defined value and added an AnalogClock widget but they are not showing on the emulator when I run the app. How do I reinstall the app on the emulator so it uses the latest build? I'm using Eclipse Helios and launched the AVD from the Run

Re: [android-developers] Mac or PC for development

2011-05-30 Thread Méher Khiari
I'll go for a PC also, but I'm having problems with debugging applications on windows on my samsung devices, so I installed a Linux system on a visrtual box and connected it via virtual USB and it works. Thus with a PC you can get affordable 8GB or more of memory and a 2 cores that can handle VMs.

[android-developers] Re: How to draw text on a bitmap

2011-05-30 Thread Neha
This finally got things to work: Bitmap bm = Bitmap.createBitmap(16, 16, Bitmap.Config.ALPHA_8); float x = bm.getWidth(); float y = bm.getHeight(); The getWidth and getHeight functions helped initialize the bitmap correctly. (Not sure why though) Thanks for your suggestions. -- You received

[android-developers] Re: Android connection to MySQL database

2011-05-30 Thread dbv
I haven't seen any examples or guidance for setting up your own web service. For example, we want our Android app to communicate to a web server (nginx or lighttpd) running a Python (or C) program which is attached to a mySql db, which is a typical setup ie. Android - webservice - webserver -

[android-developers] Re: All Renderscript samples fail to run on actual device (Samsung Galaxy Tab 10.1 'google io edition')

2011-05-30 Thread Ignacio Vina
Hi all! I fixed the problem in Windows version replacing \platform-tools\llvm- rs-cc.exe with previous version (platform-tools r03 - http://dl-ssl.google.com/android/repository/platform-tools_r03-windows.zip). I hope this helps. I'm very interested in Renderscript for real-time image processing,

[android-developers] displaying mySQL data through JSON in a selectable list

2011-05-30 Thread ram_droid
Hi, I am in the process of building an app that runs on a client device collecting various bits of data and then posting it to a remote mySQL database via php. This part is no problem and works successfully. The remote DB is host to a server process that performs various matching exercises on

[android-developers] android 2d game development

2011-05-30 Thread Raghu Nagaraju
Hi can anybody please help in finding good material for android 2d game development? -- 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] Digital Signature in android

2011-05-30 Thread Vivalavista
Hi I am working on a project that deals with verifying the digital handwritten signature on touch screen.I can save the digital signature but I am having a problem in verifying the signature. I am using Gesture library of android to verify signature but the problem is the verification is not that

[android-developers] How can I extract text from an image. ??

2011-05-30 Thread SproutinGeek
Help needed... plz... -- 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] Voice recognition without screen

2011-05-30 Thread moa-code
Currently true voice control is not possible, since if Andoid has an issue understanding the user or other error a dialog is displayed which needs dismissed via the screen. 1/ Is this going to be changed, so the developer can set an Intend to be called on error, so the screen user interaction

[android-developers] RTP Stream from SIP Call

2011-05-30 Thread yoyo
Hi everyone, It seems that we can't retreive rtp stream informations from SIPAudioCall. Is there a way to deal with the audio stream from a sip call? Kind Regards, Yohann -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] how to display multiple lists in a single activity in android?

2011-05-30 Thread Nermeen Nasim
ive made a table layout like 4 quadrants, i need to show 1 list for each quadrant. ive assigned id's to TextViews, ive tried listviews as well by using final String[] Cities = new String[] {karachi, Lahore, Bangol, Islamabad, Muree}; ListView lv1=(ListView)this.findViewById(R.id.listview1);

[android-developers] Re: Drawing scaled bitmaps on a SurfaceView -- no antialiasing

2011-05-30 Thread miguel
I'm having the same problem and I've search all over the place and I'm still find a solution. When using a View I get a crystal image but not using SurfaceView with the same options. On May 15, 10:05 am, FReDD --- altesse.fr...@gmail.com wrote: Hi all, I'm sorry if this topic has been brought

[android-developers] Anyone know about USB Audio Class support in Android 3.1?

2011-05-30 Thread xdjpwilk
Is it supported (e.g. audio streaming over USB)? The 3.1 notes don't mention it but the press releases imply audio accessories are 'supported'. Any info gratefully appreciated! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Install APK programmatically - return value

2011-05-30 Thread The Jaguar
In my app, I am calling a javascript interface from my activity. In the webview associated with this interface, I am asking the user to download and install an APK. I am using a startActivityForResult to start the install process (after downloading the file). Here is the code: Intent

[android-developers] android market-visit website for developer name

2011-05-30 Thread gary
Hi, In android market, why visit website for developer name doesn't not update, while I change my account setting? does any other have similar problem? thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Android Training and Certification

2011-05-30 Thread Bishop
I would like to know if there is some kind of training and/or certification process for Android developers. Thanks Flavio -- 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] Scale a Image.

2011-05-30 Thread Marcos Roriz
Hi, I have a ImageView that has a drawable (128x128). How can I scale it to other size, ex: 64x64? -- 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] Touchlistener problems

2011-05-30 Thread Lowhill software
I am unable to figure out how to make my game support finger dragging because on finger drag android registers the first touch, not that when i am moving finger / cursor still touching the screen. I am using OnTouchListener and OnTouch event which moves the player but it doesn't work as i want. Is

[android-developers] Indic language support in Android 2.3.x

2011-05-30 Thread hnkumar
Hi, I know so many posts are there on Indic language support. Every where you guys are saying we are working and will release it soon. Can you at least help me on how to add ICU or Harfbuzz to render Indic fonts? Can I download latest skia (for linux) and can port into android? Regards, Naresh

[android-developers] setResultData(null) does nothing.

2011-05-30 Thread Daggoth
Hi everybody, I'm trying to end a call after a few seconds, I would make a missed call, but no way. With setResultData(null) the call is ended without problems but it does just before the call. I tried to use thread and not work, and now I'm trying to use CountdownTimer and despite running the

[android-developers] android.intent.action.PACKAGE_INSTALL broadcast action

2011-05-30 Thread TrashMind
Hello! I want to track apk installations in my program. According the docs there are two actions generated while installation process: 1) android.intent.action.PACKAGE_INSTALL 2) android.intent.action.PACKAGE_ADDED As I undastand the first one is generated before and the second after apk

[android-developers] Re: Plot quadratic equation graph

2011-05-30 Thread SamuelXiao
Hi Webb, Could you explain in more details please? I studied the Path class but from other examples, it seems path cannot generate smoothed lines Thanks. On May 24, 10:27 am, Peter Webb r.peter.w...@gmail.com wrote: You can draw lines using canvas.drawline. You can make these smoothed

[android-developers] Send SMS

2011-05-30 Thread Muhammad Umair
Hi guys, I am new to this world. Could any one guide me, i want to connect my android phone to PC and then want to send SMS through ecclips. Or any other way to send sms like this. Need your help Regards Umair -- You received this message because you are subscribed to the Google Groups

[android-developers] Market link without related apps garbage

2011-05-30 Thread CelluDrive
Hey ya'll, I'am trying to figure out how to create a link to my market app WITHOUT showing other related apps. So if this is my link https://market.android.com/details?id=com.Smoothdrive there will be like 10-15 other apps displayed on the left side. Now, some of you can ask me - why this is a

[android-developers] How to read data from ./asset/ files correctly?

2011-05-30 Thread progman
I do not know how to get datasize from inputstream and i read data two time :-) first time i read data by blocks of 4096 bytes and know datasize. next i create new array with correct size and read data to this array. i think this is incorrect and slow. how to do right? may be i can to resize the

[android-developers] SQLite DataStorage write frequency?

2011-05-30 Thread Andrew Pamment
Hi I'm writing a game that uses SQLite storage to keep the game objects persistent through restarts etc. I'm wondering how frequently I can update records? Should I do it only when the game closes, or whenever the object changes? Given that the object changes every 10 seconds I'm worried it would

[android-developers] Need HELP PLS How to make a Splash Screen

2011-05-30 Thread Joseph Blythe
Greetings: I am a newbee I am using Eclipse and i need some serious help making a splash screen i have the jpg. file in my res/layout ect... I created the Project and Activity and so on can anyone please give me a walk through for making a splash screen? I have tried You tube video and many other

[android-developers] Spinner items missing selection radio button

2011-05-30 Thread Nadav Ben-Gal
Hey, i asked it at SO few days ago, no answer yet, hoped someone here will have an idea... (http://stackoverflow.com/questions/6146442/spinner-items-selection- radio-missing) When my items contains English and/or numeric signs, it shows the radio selection near the item, but when it doesn't

[android-developers] Creating Chat Application

2011-05-30 Thread TAPASWINI PATHY
I want to develop a chat Application which integrated with Telephony Services in Android Mobile; the main idea is we can handle chat and call in a single activity. my problem is that are the API s Available for working with Jabber Servers like(gtalk,facebook,msn,yahoo) please help me.

[android-developers] code to unlock a SIM in Android Application

2011-05-30 Thread rajeev arora
Hi!! I want source code for unlocking SIM card in an android application. I want to develop an application in android in which when a user insert a sim in android device then he has to enter the password first to unlock the sim. once he enter the password then sim will be unlock and then he will

[android-developers] JSON OR SOAP ?

2011-05-30 Thread Migazan
What better way to consume web services on android JSON or SOAP? -- 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] a question of message hooking

2011-05-30 Thread Xie Daniel
I have a scenario like this : A1 Thread(GUI thread) and A2 thread. A2 thread regularly sends msg to A1 to update GUI showing . But frequent msg sending might lead to the msg accumulation in A1 Queue because A1 might not handle these messages in a short manner. Then, some msgs like onDestroy

[android-developers] No simplified chinese description?

2011-05-30 Thread Santiago Lema
Please bear with me since I am totally new to Android. I have several apps that are currently being ported to Android (after working decently on iOS). Now I am ready to prepare my first app and I see this: http://emberapp.com/blackjack75/images/android-no-simplified-chinese-1 Is there really NO

[android-developers] JSON OR SOAP ?

2011-05-30 Thread Migazan
Qual a melhor forma de consumir serviços web em android JSON or SOAP? -- 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] Does Android make use of use multi-core?

2011-05-30 Thread sbstreater
I've bought a Samsung Galaxy S2, and I've noticed that, according to the task manager, my app never uses over 50% of the CPU. This app is a port of a Java app which (on Java SE on desktops on multi-core machines it uses multiple CPUs concurrently). Does Android allocate multi-threaded apps to

[android-developers] Password protect app for private beta on Android market

2011-05-30 Thread Andrew
I thought I read somewhere that it was possible to password protect an app on Android Market and use this as a way to run a private Beta of your app, but using Android for distribution and update. I have prepared an app for publishing, and explored all the documentation I could find, plus the

[android-developers] Re: Moving from free app to a paid model

2011-05-30 Thread Kiet
Hi Chris; One way is to provide additional feature/function to the free app and then you can charge for the new version. This requires work but you have the advantage of having an existing user base. Sincerely, Kiet On May 29, 9:21 pm, Chris crehb...@gmail.com wrote: Hi there, So I started

[android-developers] Activity.openOptionsMenu doesn't work on 3.0 honeycomb

2011-05-30 Thread Support Remote
Hi, following methods to show options menu don't work on honeycomb. Is it a bug or supposed to be like that, so how can I do this manually on honeycomb. Activity.openOptionsMenu doesn't work. getWindow().openPanel(Window.FEATURE_OPTIONS_PANEL, new KeyEvent(KeyEvent.ACTION_UP,

Re: [android-developers] Re: How to draw text on a bitmap

2011-05-30 Thread Neha Gupta
Thanks for the inputs. I tried various combinations of x,y nothing really worked. Beyond that, you don't say what you're doing with the Bitmap. I eventually need to pass the Bitmap (as a byte array) to another device(LED based) which will display the text. Are you sure you're seeing the results

Re: [android-developers] layoutopt

2011-05-30 Thread Romain Guy
0dip/weight=1 is a special case that LinearLayout can optimize. Also, match_parent/weight=1.0 is (almost) meaningless. You are telling LinearLayout to have this child take up all the space (match_parent) and then fill the remaining available empty space (weight=1.0.) What you really want is

Re: [android-developers] Android Training and Certification

2011-05-30 Thread Rocky
Training process have in market, you can enroll to any training institute or personally to any individual tutors, but there is no any certification of Android as of now. On Sat, May 28, 2011 at 7:40 AM, Bishop flavio.tob...@gmail.com wrote: I would like to know if there is some kind of

Re: [android-developers] Changes in main.xml not reflected on emulator

2011-05-30 Thread Rocky
post the details, only one can understant whats the problem is? On Fri, May 27, 2011 at 9:35 PM, gunjansharma gunjans.sha...@gmail.comwrote: Hi, I changed the value of hello in main.xml to a user-defined value and added an AnalogClock widget but they are not showing on the emulator when I

[android-developers] Re: sensorLandscape orientation and disabled auto-rotate screen preference (Honeycomb)

2011-05-30 Thread clemp6r
So, how other applications achieve to lock the orientation when auto- rotate screen is disabled, and use the sensor when it is enabled? On May 27, 10:51 pm, Dianne Hackborn hack...@android.com wrote: No the point of this config is to allow it to rotate with the sensor.  The user can still lock

[android-developers] Re: Activity.openOptionsMenu doesn't work on 3.0 honeycomb

2011-05-30 Thread Zsolt Vasvari
Does your Honeycomb device have a menu key? On May 30, 7:45 am, Support Remote supp...@toremote.com wrote: Hi, following methods to show options menu don't work on honeycomb. Is it a bug or supposed to be like that, so how can I do this manually on honeycomb. Activity.openOptionsMenu

Re: [android-developers] Re: How to run app on command shell?

2011-05-30 Thread daniel
Thank you, its very helpful. Regards, Daniel On Fri, May 27, 2011 at 7:43 PM, String sterling.ud...@googlemail.comwrote: Android doesn't have a concept of run an app. Depending on the app in question, running it may involve starting one of its Activities, displaying AppWidgets, invoking

[android-developers] Re: No simplified chinese description?

2011-05-30 Thread Zsolt Vasvari
No, it's fairly recent. Google no likey China. But, besides that, it's utterly ridicolous and another short-sighted decision by the Android Market team to provide a preset list of locales for which you can provide descriptions. My app is localized in a language that's not on that list, and

Re: [android-developers] Mac or PC for development

2011-05-30 Thread Nikolay Elenkov
On Fri, May 27, 2011 at 11:39 PM, Méher Khiari keikun2...@gmail.com wrote: I'll go for a PC also, but I'm having problems with debugging applications on windows on my samsung devices, so I installed a Linux system on a visrtual box and connected it via virtual USB and it works. Thus with a PC

[android-developers] Re: JSON OR SOAP ?

2011-05-30 Thread Zsolt Vasvari
JSON is not a replacement for SOAP. JSON is more of a replacement for XML. On May 30, 11:15 am, Migazan eni...@gmail.com wrote: What better way to consume web services on android JSON or SOAP? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Need source code of sample game in Android

2011-05-30 Thread khanh_qhi™
Hi everyone, I would like to build an simple game in Android. But, I don't have a lot experience in game programming. Could anyone give me sample game app? Thank a lot! --- Regards, Khanh. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Moving from free app to a paid model

2011-05-30 Thread Zsolt Vasvari
Hi Chris; One way is to provide additional feature/function to the free app and then you can charge for the new version. This requires work but you have the advantage of having an existing user base. Sincerely, Kiet No, you cannot. Once it's free, it's free forever (unless you use in- app

[android-developers] Re: Market link without related apps garbage

2011-05-30 Thread Zsolt Vasvari
While I am not 100% sure, of course, given how poorly most things related to the Android Market are implement, I would bet any money in the world that you cannot do what you are asking. That said, if FB randomly picks some image off the page to show as the icon, what gurantees you that it won't

[android-developers] Re: Need source code of sample game in Android

2011-05-30 Thread Zsolt Vasvari
Would you mind stop spamming this board (and my personal e-mail) with a bunch of stupid requests? The Android SDK already comes with a sample game. Do you even have the SDK installed? Please don't answer that. On May 30, 3:50 pm, khanh_qhi™ khanhqh20...@gmail.com wrote: Hi everyone, I

  1   2   3   >