[android-developers] SSO for android app

2012-03-08 Thread Sanjit ...
Hi, Currently, I've a web-based application which is communicating to an existing IdP (Identity Provider on the server side) that does the authentication authorization through SAML. These are implemented in Java. Now i want to extend this solution and have a native android app which

[android-developers] location based app

2012-03-08 Thread Jon
Hi guys ! My name is Jon and I m new in android and in java :-( Please I need your help! I want to develop a location based application which shows my location and the nearest places e exp. the nearest hotels or restaurants or sth else. Also I want to draw the data from wikimapia or a similar

[android-developers] Re: HOw to extract only number

2012-03-08 Thread Marius Merkevicius
Ok first things first. 1) As I develop, always use try/catch on these kind of operations, so they only show warnings, but wouldn't force-quit program. 2) Try putting a number only format in youre EditText. (I dont remember correctly but that's android:inputType:number or

[android-developers] Performatic way to create a Bitmap?

2012-03-08 Thread Guilherme Utrabo
Hello everybody, I want to get four image files and join then to create one big image file. Is there a performatic way to do it? Thank you. Regards, Guilherme -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Does the encryption function in Android 4.0 encrypt external storage

2012-03-08 Thread Vic Hui
hey guys, I have a enquiry about security concern in Android 4.0. Can anyone tell me that is the encryption in Android 4.0 for both internal and external storage? or just internal storage only? Thanks! Victor -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] UI design

2012-03-08 Thread 唐登成
One ListView ,include a imageView and two textview . usually give the listview set a Adapter ,which is inherit BaseAdapter . you can get you need in getView() method. for example class ListItemAdapter extends BaseAdapter { public int getCount() { return defualt_account.length; } public

[android-developers] Re: Any API to send FAX from Android Application?

2012-03-08 Thread Tim Rubel
Did you find any documentation? I too would like to know how to make this possible. On Wednesday, November 18, 2009 3:58:27 AM UTC-6, Moon Technolabs wrote: Anybody knows any way to send FAX from Android Application ?? -- You received this message because you are subscribed to the Google

[android-developers] Help please,I encountered this problemCouldn't init cursor window

2012-03-08 Thread jack
I'm receiving the following error(s): java.lang.RuntimeException: An error occured while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:200) at java.util.concurrent.FutureTask $Sync.innerSetException(FutureTask.java:274) at

[android-developers] Re: Adjust Screen Size When Soft Keyboard Shown

2012-03-08 Thread bin yang
Please say it clearly On Mar 5, 7:02 am, Mark Murphy mmur...@commonsware.com wrote: On Sun, Mar 4, 2012 at 5:57 PM, Matt Clark mrclark32...@gmail.com wrote: Right now in my app, when the soft keyboard is shown, it does not resize my activity to the upper half of the screen that is not being

Re: [android-developers] need help on adding custom view to XML file

2012-03-08 Thread Bin Yang
To debug, find the null object . 在 2012年3月6日 下午2:09,chowdary nani naveenneeli...@gmail.com写道: Typeface.create(arial, Typeface.NORMAL); -- 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: using custom views in xml layouts

2012-03-08 Thread Randy
maybe you try this , in you custonm view xml : net.pocketmagic.customangletext.CustomTextView.view android:id=@+id/yourID android:layout_width=wrap_content android:layout_height=wrap_content android:layout_margin=10dp / 在

[android-developers] mono for android-How's it?

2012-03-08 Thread VATSAL
i want to know if any one has ever used mono for android.They say one can make android apps on VS after installing mono for android.But i don't know whether it would works same as apps made in eclipse.I am a c# developer and i don't want to learn a new language just to make android apps -- You

[android-developers] Android Sound Verification

2012-03-08 Thread Tapan Thakkar
Hi, I would like to create an app which recognize the sound coming from MIC. I want to differentiate whether coming sound is of Clap or Whistle. Please share your thoughts. -- Thanks and Regards, Tapan D. Thakkar (M:09714324778) -- You received this message because you are subscribed to the

[android-developers] Re: What is the cause of the RemoteException sending setActive(false) notification?

2012-03-08 Thread Aramaki
Haven't found a solution for the issue, but a lead into it. It turns out that my activity crashes when flinging AND the app service running in background crashes (just before it). Em quarta-feira, 7 de março de 2012 12h33min15s UTC-3, Aramaki escreveu: Hello, I have in my application, a

[android-developers] Re: Switch from physical to software keyboard

2012-03-08 Thread eddie
iid, I have the same problem. Were you able to find a solution? Thanks, Eddie On Saturday, February 11, 2012 5:39:38 PM UTC-5, iid wrote: Hi all, I'm developing an application that will run on a tablet with Android 3.2. I attached a physical keyboard to tablet then the software keyboard

Re: [android-developers] Re: Any API to send FAX from Android Application?

2012-03-08 Thread Mark Murphy
There is certainly nothing built into Android for this. You would send a fax from an Android app the same way you send a fax from a Web app -- by means of some Internet-based fax service with an API. On Wed, Mar 7, 2012 at 7:56 PM, Tim Rubel timothyru...@gmail.com wrote: Did you find any

[android-developers] How to read the large sized text file

2012-03-08 Thread Narendra Singh Rathore
Hi all, I am willing to know how to *read large (2.5 MB) sized text file*, that I put in assets folder of my app. I am able to read small text files as shown here http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/content/ReadAsset.html So, what should I do to

Re: [android-developers] Does the encryption function in Android 4.0 encrypt external storage

2012-03-08 Thread Mark Murphy
You might try the [android-security-discuss] list archives, or ask a fresh question there if your concern has not been asked and answered yet. On Tue, Mar 6, 2012 at 1:21 PM, Vic Hui victorhui...@gmail.com wrote: hey guys, I have a enquiry about security concern in Android 4.0. Can anyone tell

Re: [android-developers] How do I change the SDK version used in an application?

2012-03-08 Thread Mark Murphy
Install it on a different device that runs a different version of Android. If you mean how do you control the build target, in Eclipse, you will find this in the Android area of project properties . On Tue, Mar 6, 2012 at 2:09 AM, R Keith Beal rkeithb...@gmail.com wrote: How do I change the SDK

Re: [android-developers] Trying to reduce BOOT TIME

2012-03-08 Thread Mark Murphy
Questions regarding the firmware belong on http://source.android.com, not here. On Thu, Mar 8, 2012 at 1:21 AM, Ratul Roy ratulro...@gmail.com wrote: Hi all, I am very new to this android development, in order to reduce boot time on OMAP 3 , I have taken care of kernel which is taking 7 sec

[android-developers] Fail ant-build on continious integration server

2012-03-08 Thread Dirk Vranckaert
As continious integration server I'm using Jenkins. But when I'm locally on my pc building my Android application, the ant-build fails when one of my unit tests fails. However when I build the app on my continious integration server ant does not fail when one of my tests is failing. Both

Re: [android-developers] Re: Best Application Data Backup solution?

2012-03-08 Thread gc
Thank you for the reply but the backups I have would consist of anywhere from a few 100 KB to several MB in size and Google backup has limitations (it's mostly geared towards saving off settings and preferences not custom data) at least from what I've read. Is this information incorrect? On

[android-developers] Re: Android Application

2012-03-08 Thread Ali Chousein
You use HTTPPost and HTTPGet to communicate with web servers. Search the Internet and you'll find integration examples of Facebook, LinkedIn, Twitter etc which will show you how to make HTTPPost and HTTPGet requests. If this doesn't ring any bells, you need to learn programming first.

[android-developers] Creating a Tone Generator

2012-03-08 Thread Jordan Thompson
Hi there, I know that this (seems) to have been discussed on many boards, but I have not found my answer wherever I have looked. I want to be able to generate a tone when I click down and stop when I release a button. I want to be able to set the frequency before clicking. Everything I have

[android-developers] Re: Help me on selecting a name to a game..

2012-03-08 Thread Ali Chousein
хорошо :) On Mar 8, 1:03 pm, Kostya Vasilyev kmans...@gmail.com wrote: This is what I get after clicking on the link: Мы сожалеем. Таблица по указанному URL не обнаружена. Проверьте правильность URL и убедитесь в том, что владелец таблицы не удалил её. Дополнительную информацию можно

Re: [android-developers] Creating a Tone Generator

2012-03-08 Thread Mark Murphy
There are no APIs in Android to generate tones at arbitrary frequencies. Presumably, there are algorithms you could use for creating PCM data representing a tone, which you would play back via AudioTrack. On Thu, Mar 8, 2012 at 9:25 AM, Jordan Thompson jorythomp...@gmail.com wrote: Hi there, I

Re: [android-developers] Re: Any API to send FAX from Android Application?

2012-03-08 Thread Nikolay Elenkov
On Thu, Mar 8, 2012 at 10:15 PM, Mark Murphy mmur...@commonsware.com wrote: There is certainly nothing built into Android for this. You would send a fax from an Android app the same way you send a fax from a Web app -- by means of some Internet-based fax service with an API. You could

[android-developers] Re: Help me on selecting a name to a game..

2012-03-08 Thread Mohit kumawat
Sea arcade On Mar 7, 7:01 am, Fred fredrisch...@gmail.com wrote: Hi Everybody, I'm developing a android game and i'm urgently needing to define a name to this game.. can you help on choosing the name? If you have 1 minute to check it up, please just choose the wanted names here:

[android-developers] Re: Help me on selecting a name to a game..

2012-03-08 Thread Seshu
Devilfish On Mar 8, 7:36 pm, Mohit kumawat mohit.kumawat1...@gmail.com wrote: Sea arcade On Mar 7, 7:01 am, Fred fredrisch...@gmail.com wrote: Hi Everybody, I'm developing a android game and i'm urgently needing to define a name to this game.. can you help on choosing the name?

[android-developers] content provider locking?

2012-03-08 Thread bob
So, I have a content provider that maintains a list of movies. Also, there is a service that runs in the background and refreshes the list of movies every five minutes. Is there a good way to ensure no one accesses the content provider's list of movies while they are being refreshed? I

Re: [android-developers] content provider locking?

2012-03-08 Thread James Black
Have the service do a callback to activities during just before starting and after to prevent this, and return an empty list if they are not well-behaved and request during this time. On Mar 8, 2012 9:43 AM, bob b...@coolfone.comze.com wrote: So, I have a content provider that maintains a list

[android-developers] back up

2012-03-08 Thread deepu
hi dudes i want to take a backup of my contacts ,give some src -- 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] Re: WebView Java script function

2012-03-08 Thread John Purcell
Amit, WebViewClient.onPageStarted() is the most reliable and does not depend on JS. -John On Wednesday, March 7, 2012 7:22:47 AM UTC-5, Amit wrote: Thanks John for response. With my response It is not necessary to be same url as it being loaded from. I didn't mean variable url in

Re: [android-developers] Database Problem

2012-03-08 Thread TreKing
On Tue, Mar 6, 2012 at 10:11 AM, R Keith Beal rkeithb...@gmail.com wrote: Your message was flagged as Important. This results in a priority notification in my e-mail. Do you really believe this message is Important to ANYONE? No, I don't, which is why I don't flag my messages as important.

Re: [android-developers] Save Last Coordinates Map

2012-03-08 Thread TreKing
On Tue, Mar 6, 2012 at 6:37 AM, concave agung.wiguna.jo...@gmail.comwrote: What i want to ask is, it's possible to save last coordinates ? Yes, it's possible. if so, can anybody here tell me how to do it's If you can explain what you mean by save and last coordinates, you will get a

Re: [android-developers] back up

2012-03-08 Thread Fred Niggle
no thankyou. On Thursday, 8 March 2012, deepu wrote: hi dudes i want to take a backup of my contacts ,give some src -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] content provider locking?

2012-03-08 Thread Kostya Vasilyev
Using a database transaction should work too. Or a ping/pong generation number. 08.03.2012 18:53 пользователь James Black planiturth...@gmail.com написал: Have the service do a callback to activities during just before starting and after to prevent this, and return an empty list if they are not

Re: [android-developers] location based app

2012-03-08 Thread TreKing
On Mon, Mar 5, 2012 at 10:54 AM, Jon roulis...@gmail.com wrote: So far in my application I have signed up for the google map api key. What should I do in order to develop my project? Start by reading the documentation section on Location. Then use the docs, examples, and Google to get 95%

Re: [android-developers] Problem with Google Play on Android ICS

2012-03-08 Thread monica michelle villegas arias
oh, i'm so sorry, is just that i found the .apk in several places on the internet and i wanted to try it, i won't do it again. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] mono for android-How's it?

2012-03-08 Thread TreKing
On Tue, Mar 6, 2012 at 4:27 AM, VATSAL vut...@gmail.com wrote: But i don't know whether it would works same as apps made in eclipse. Try it. See what happens. Regardless of anyone else's experience, you won't know if it's something that is worth your own time unless you play with it yourself

Re: [android-developers] relationship of compound button in on checked change to others things (solved)

2012-03-08 Thread Ray Tayek
At 11:51 AM 3/7/2012, you wrote: hi, what is relationship of compound button in on checked change to other things? ... it is the radio button. thanks --- co-chair http://ocjug.org/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] How to read the large sized text file

2012-03-08 Thread TreKing
On Thu, Mar 8, 2012 at 7:16 AM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: So, what should I do to read large sized text files? Presumably the same thing you're doing for the small sized text file. What is the problem you're experiencing when trying to do this?

[android-developers] images

2012-03-08 Thread Knutsford Software
If you write an app that uses a lot of images where do you store them? I would imagine that sqllite won't have room to hold too many. I am curious as what the best practice is Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: content provider locking?

2012-03-08 Thread Nadeem Hasan
Use the work queue processor pattern inherently present in IntentService where all the request are serialized into a FIFO queue. Let the refresh logic and the content provider send intents to the service with distinct actions and you can be sure that they won't be fighting with each other. --

[android-developers] Re: How to read the large sized text file

2012-03-08 Thread Nadeem Hasan
Do the same think but in an AsyncTask and read in chunks instead of reading the whole asset into a buffer like in the demo. This approach would scale very well. Of course, I am assuming that what you want to do with that asset is compatible with chunked processing. -- You received this

Re: [android-developers] restartPackage(some package name) api not working on device

2012-03-08 Thread TreKing
On Thu, Mar 8, 2012 at 12:44 AM, ashiq sayyad ashiqsay...@gmail.com wrote: I am trying to use following api to restart package.It is working on emulator but it is not working on device.. 1 - Read the description for that method in the documentation. 2 - Specify the platform versions you're

Re: [android-developers] ICS's Holo Theme

2012-03-08 Thread Romain Guy
They are blue on my Galaxy Nexus. On Wed, Mar 7, 2012 at 11:34 PM, Zsolt Vasvari zvasv...@gmail.com wrote: Here's a screen capture: https://lh6.googleusercontent.com/-2bdh3wGXwR0/T1hg_GexVYI/Csc/IDBXqFU6oVQ/s1600/device-2012-03-08-153340.png On Thursday, March 8, 2012 3:32:37 PM

Re: [android-developers] ICS's Holo Theme

2012-03-08 Thread Mark Murphy
On Thu, Mar 8, 2012 at 11:46 AM, Romain Guy romain...@android.com wrote: They are blue on my Galaxy Nexus. FWIW, the same activity (Display in Settings) has green checkmarks on my Galaxy Nexus (4.0.2, UK import), lining up with Zsolt's. -- Mark Murphy (a Commons Guy) http://commonsware.com |

Re: [android-developers] ICS's Holo Theme

2012-03-08 Thread Nikolay Elenkov
On Fri, Mar 9, 2012 at 1:46 AM, Romain Guy romain...@android.com wrote: They are blue on my Galaxy Nexus. Definitely green on 4.0.2 ICL53F. Yours is most probably newer though :) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Problems with PhoneGap demo with Android on Eclipse

2012-03-08 Thread Bob
After successfully running the PhoneGap demon under iOS I am trying to do the same with Eclipse. On my Mac Book Pro I managed to get Eclipse and all the SDKs installed and built the demo code. When I run it however it does not work and I see the following errors display in the console log:

Re: [android-developers] Performatic way to create a Bitmap?

2012-03-08 Thread TreKing
On Mon, Mar 5, 2012 at 10:04 AM, Guilherme Utrabo utr...@gmail.com wrote: I want to get four image files and join then to create one big image file. Is there a performatic way to do it? I couldn't find a definition for that word. What do you mean by performatic? Fast? Optimized?

Re: [android-developers] ICS's Holo Theme

2012-03-08 Thread Romain Guy
What version do you have your Xoom? On Thu, Mar 8, 2012 at 8:56 AM, Mark Murphy mmur...@commonsware.com wrote: On Thu, Mar 8, 2012 at 11:46 AM, Romain Guy romain...@android.com wrote: They are blue on my Galaxy Nexus. FWIW, the same activity (Display in Settings) has green checkmarks on my

Re: [android-developers] ICS's Holo Theme

2012-03-08 Thread Mark Murphy
On Thu, Mar 8, 2012 at 12:16 PM, Romain Guy romain...@android.com wrote: What version do you have your Xoom? Well, mine is still 3.2, as I have the 3G-capable model, and AFAIK they haven't shipped ICS for that. -- Mark Murphy (a Commons Guy) http://commonsware.com |

[android-developers] problem in radioGroup.getCheckedRadioButtonId()

2012-03-08 Thread Ray Tayek
hi, i have some groups of radio buttons that i create programmatically. they work fine (please see code below). but calling radioGroup.getCheckedRadioButtonId() always returns -1 when it's called from onCheckedChanged(). is this correct behaviour? thanks package tayek.radio; import

Re: [android-developers] Re: Disabling cut copy paste menu on edittext

2012-03-08 Thread TreKing
On Thu, Mar 8, 2012 at 1:02 AM, ashiq sayyad ashiqsay...@gmail.com wrote: But is it possible to get that callback in the appliction?? I'd derive my own class from EditText and see what methods I could override that might prevent this.

[android-developers] Re: shouldOverrideUrlLoading() loads old URL

2012-03-08 Thread duadinam
Hi, I'm new to android, but I think I know what your problem might be. shouldOverrideUrlLoading is a method of WebViewClient, not WebView. Look into WebViewClient. Also, I have my own problem with WebViewClient. My client will load new pages in my webview, but it will not update the

Re: [android-developers] Problem with Google Play on Android ICS

2012-03-08 Thread bradgog
That was a little harsh of a response On Thursday, March 8, 2012 7:40:54 AM UTC-5, Mark Murphy (a Commons Guy) wrote: On Wed, Mar 7, 2012 at 8:29 PM, monimi m.michelle.villega...@gmail.com wrote: Hi, i downloaded Google Play and installed it on Android ICS (running on Pandaboard) but it

Re: [android-developers] Performatic way to create a Bitmap?

2012-03-08 Thread Guilherme Utrabo
TreKing, Exactly. Sorry for my english. Thanks for the answer. On 8 March 2012 14:12, TreKing treking...@gmail.com wrote: On Mon, Mar 5, 2012 at 10:04 AM, Guilherme Utrabo utr...@gmail.comwrote: I want to get four image files and join then to create one big image file. Is there a

Re: [android-developers] ICS's Holo Theme

2012-03-08 Thread Kostya Vasilyev
Galaxy Nexus with 4.0.2 - green Asus Transformer with 4.0.3 - cyan -- K 8 марта 2012 г. 21:22 пользователь Mark Murphy mmur...@commonsware.com написал: On Thu, Mar 8, 2012 at 12:16 PM, Romain Guy romain...@android.com wrote: What version do you have your Xoom? Well, mine is still 3.2, as I

Re: [android-developers] Performatic way to create a Bitmap?

2012-03-08 Thread TreKing
OK - If no one has an answer for you, I'd say try something, make it work, then profile, optimize, rinse, repeat. Good luck. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago

Re: [android-developers] How to read the large sized text file

2012-03-08 Thread Narendra Singh Rathore
What is the problem you're experiencing when trying to do this? I am just unable to read the contents of large file, and thus unable to display the contents on my view, unlike the small sized file on which my code is working well. -- You received this message because you are subscribed to

Re: [android-developers] Re: Best Application Data Backup solution?

2012-03-08 Thread Kostya Vasilyev
That's my impression too, and I ended up not using it because of its policy and unpredictable availability on actual devices (given manufacturer specific firmware variations), but perhaps it's worth a look just because it's (mostly) already there. Other that that, take a look at various cloud

Re: [android-developers] Re: How to read the large sized text file

2012-03-08 Thread Narendra Singh Rathore
On Thu, Mar 8, 2012 at 10:12 PM, Nadeem Hasan nha...@nadmm.com wrote: Do the same think but in an AsyncTask and read in chunks instead of reading the whole asset into a buffer like in the demo. This approach would scale very well. Of course, I am assuming that what you want to do with that

Re: [android-developers] Re: Best Application Data Backup solution?

2012-03-08 Thread Mark Murphy
2012/3/8 Kostya Vasilyev kmans...@gmail.com: Other that that, take a look at various cloud computing platforms, their terms of service and pricing. Or roll your own web server if you feel confident enough. In most cases, IMHO, it's not the developer's data. It's the user's data. Hence, the

Re: [android-developers] Re: Best Application Data Backup solution?

2012-03-08 Thread Kostya Vasilyev
On 03/08/2012 10:23 PM, Mark Murphy wrote: In most cases, IMHO, it's not the developer's data. It's the user's data. Agreed. Hence, the backup should be made to something the user controls, such as: -- external storage -- DropBox account (via API or Android client) -- email (via

[android-developers] rotating VideoView

2012-03-08 Thread bob
I was looking at the RotatingButton api demo (which allows you to rotate a button), and I thought it would be nice to rotate a videoview. However, I tried calling setRotationY on a VideoView, and it didn't seem to work. Anyone know if this works or not? Thanks. -- You received this

Re: [android-developers] How to read the large sized text file

2012-03-08 Thread TreKing
On Thu, Mar 8, 2012 at 12:10 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: What is the problem you're experiencing when trying to do this? I am just unable to read the contents of large file That tells us nothing about the why of the actual problem you're having.

Re: [android-developers] rotating VideoView

2012-03-08 Thread Mark Murphy
AFAIK, you cannot rotate a SurfaceView, which is what VideoView uses under the covers. In principle, this should work with a TextureView and a MediaPlayer on Android 4.0, though I certainly have not tried it. On Thu, Mar 8, 2012 at 1:43 PM, bob b...@coolfone.comze.com wrote: I was looking at

[android-developers] Run through Command prompt

2012-03-08 Thread megha agrawal
Can anybody tell me how to run already existing android project through cmd ? 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@googlegroups.com To unsubscribe from this group,

Re: [android-developers] How to read the large sized text file

2012-03-08 Thread Narendra Singh Rathore
On Fri, Mar 9, 2012 at 12:22 AM, TreKing treking...@gmail.com wrote: On Thu, Mar 8, 2012 at 12:10 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: What is the problem you're experiencing when trying to do this? I am just unable to read the contents of large file That tells us

Re: [android-developers] Save Last Coordinates Map

2012-03-08 Thread hooman os
I believe in the locationmanager there is a function called getlastknownlocation. On 8 Mar 2012 15:20, TreKing treking...@gmail.com wrote: On Tue, Mar 6, 2012 at 6:37 AM, concave agung.wiguna.jo...@gmail.comwrote: What i want to ask is, it's possible to save last coordinates ? Yes, it's

Re: [android-developers] Call blocking

2012-03-08 Thread Yaron Reinharts
I guess there is a way to do it since so many were able to write such application, check out: https://play.google.com/store/search?q=call+blockingc=apps https://play.google.com/store/search?q=call+blockingc=apps Hope this helps /Yaron -- Yaron Reinharts Smart Drive Applications

Re: [android-developers] Draw icons depending of zoom

2012-03-08 Thread Yaron Reinharts
Did you try to implement your own Overlay? http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/Overlay.html Hope this helps /Yaron -- Yaron Reinharts Smart Drive Applications http://www.poncho.co.il/gateaway.php

Re: [android-developers] Run through Command prompt

2012-03-08 Thread Narendra Singh Rathore
On Fri, Mar 9, 2012 at 12:29 AM, megha agrawal megha14.2...@gmail.comwrote: Can anybody tell me how to run already existing android project through cmd ? I suggest you to read the documentation. http://developer.android.com/guide/developing/building/building-cmdline.html This will surely

[android-developers] Re: Same java package in multiple applications

2012-03-08 Thread Doug
Individual app installations on the same device are completely sandboxed from each other. It's not possible for namespaces to collide for either java or C code between apps. Doug On Mar 5, 10:04 pm, Omri o...@omrikalinsky.com wrote: Hey All,    So I'm developing a mixed Java/C++ JNI based app

[android-developers] Re: Selling an app: Sales Tax and Tax Returns?

2012-03-08 Thread Doug
Now is great time for you to start learning about your local and federal tax laws. :-) If you generate income at all, you should be thinking about these things even if you don't cross whatever threshold the government will start caring about the taxes they can collect on it. Doug On Sunday,

Re: [android-developers] How to read the large sized text file

2012-03-08 Thread TreKing
On Thu, Mar 8, 2012 at 1:08 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: I guess, you got my problem now, didn;t you? Nope, sorry. You're being vague. How does fewer words work well? How does more words break it? You applied the same code but it's still of no use still doesn't

Re: [android-developers] back up

2012-03-08 Thread Jim Graham
On Thu, Mar 08, 2012 at 07:02:02AM -0800, deepu wrote: hi dudes i want to take a backup of my contacts ,give some src Source: the Android Developers Guide (http://developer.android.com/guide/index.html) That's a very good source for you to start with. Later, --jim -- THE SCORE: ME: 2

[android-developers] Expanding Galaxy?

2012-03-08 Thread bob
I have the Samsung Galaxy Tab 10.1, and it has a status bar at the bottom of the screen with the Back, Home, Menu, and Screen Capture button. Is there a reasonable way to hide this to play a movie back in complete fullscreen? Thanks. -- You received this message because you are

Re: [android-developers] mono for android-How's it?

2012-03-08 Thread Justin Anderson
I have written Android apps in both Java and in C# using Mono. For my own personal apps I use Java. At my job we are developing an Android app and are required to use Mono for Android so that we can make use of some rather extensive existing code. Unless there is a valid reason, like at my job,

Re: [android-developers] Re: Switch from physical to software keyboard

2012-03-08 Thread Justin Anderson
Unless I'm missing something, a keyboard is a keyboard, right? Why would you ever need to have a hardware keyboard attached AND use a software keyboard? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Mar 8, 2012 at 6:08 AM, eddie

Re: [android-developers] Android customize expandable list view encountered a problem

2012-03-08 Thread Ted Scott
On 3/5/2012 10:38 PM, Zheng Martin wrote: please go to see this topic first. http://stackoverflow.com/questions/9562043/expandablelistview-when-i-click-button-update-imageview#comment12121717_9562043 I pasted the problem in stackoverflow, without any answer. please help me to resolve it

Re: [android-developers] Expanding Galaxy?

2012-03-08 Thread Mark Murphy
On Thu, Mar 8, 2012 at 2:50 PM, bob b...@coolfone.comze.com wrote: I have the Samsung Galaxy Tab 10.1, and it has a status bar at the bottom of the screen with the Back, Home, Menu, and Screen Capture button.  Is there a reasonable way to hide this to play a movie back in complete fullscreen?

Re: [android-developers] Re: How to read the large sized text file

2012-03-08 Thread Nadeem Hasan
I don't have any sample code but I think I gave you enough information to try it out yourself. -- 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 do I change the SDK version used in an application?

2012-03-08 Thread Yan
Sometimes Eclipse gets never gets it straight so I give-up and cut-and-paste the old project into a new one... On Thursday, March 8, 2012 6:17:41 AM UTC-7, Mark Murphy (a Commons Guy) wrote: Install it on a different device that runs a different version of Android. If you mean how do you

[android-developers] Re: Rounded Rectangle Image

2012-03-08 Thread Yan
If the background color is always going to be the same then perhaps just change the corners of the image to the same color as the background. (Even if its not, like my icons in the Android Market, it still looks fine). On Monday, March 5, 2012 5:37:38 AM UTC-7, Pricillia wrote: Hello guys,

Re: [android-developers] Re: Rounded Rectangle Image

2012-03-08 Thread Justin Anderson
I've used code found here before and it works well: http://stackoverflow.com/questions/2459916/how-to-make-an-imageview-to-have-rounded-corners That is, if I understand what you are trying to do correctly... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware

[android-developers] Re: Difficulty rendering an octahedron (2 pyramids attached at the bottom to each other)

2012-03-08 Thread Yan
Putting the phrase homework project in this group is probably not going to get you much help, but since I love this subject so much, how about just changing the colors to random combinations they are not already. It should not take too long to find the solution... On Monday, March 5, 2012

Re: [android-developers] Android customize expandable list view encountered a problem

2012-03-08 Thread Justin Anderson
This sounds like an issue related to view recycling... There are answers all over the web for that. Try googling android list view recycling problem and seeing if you come up with an acceptable answer. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On

Re: [android-developers] Android Sound Verification

2012-03-08 Thread Justin Anderson
Ummm... have fun? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Mar 5, 2012 at 2:29 AM, Tapan Thakkar tapan.d.thak...@gmail.comwrote: Hi, I would like to create an app which recognize the sound coming from MIC. I want to differentiate

Re: [android-developers] Help please,I encountered this problemCouldn't init cursor window

2012-03-08 Thread Justin Anderson
Are you trying to do some UI stuff in your doInBackground() method? If so, that won't work... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Mar 6, 2012 at 8:55 PM, jack xinchenlong0...@gmail.com wrote: at -- You received this message because

Re: [android-developers] Re: using custom views in xml layouts

2012-03-08 Thread Justin Anderson
Have you implemented ALL of the constructors that TextView implements? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Mar 6, 2012 at 11:09 PM, Randy tangdengch...@gmail.com wrote: maybe you try this , in you custonm view xml :

[android-developers] Re: Turn Screen Off/on

2012-03-08 Thread Yan
Why not just display the screen black a few times??? On Tuesday, March 6, 2012 11:30:24 AM UTC-7, Levi Ribeiro wrote: Hi, I'm trying to do a simple test, where the screen turn off and on several times. something like that: -- You received this message because you are subscribed to the

Re: [android-developers] sending email to varify email address.

2012-03-08 Thread Justin Anderson
http://bit.ly/A3VFjN Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Mar 7, 2012 at 1:37 AM, ravindra bhavsar ravindra.bhavs...@gmail.com wrote: Hello sir /Madam, I m new in android development i want send email for verifying

Re: Go To ( http://adf.ly/20PrE )-)-) Re: [android-developers] Re: Losing memory on tablet but not phone

2012-03-08 Thread Yan
Okay, I'm using VBO's to get around it, but now there's the same problem with BitmapFactory. Regardless of the amount of textures I load, there are always three textures that waste 2/3 the size of the texture + 64k. For example if the texture is 512x512x3=786432 then it consumes 512x512x2 + 64k =

Re: [android-developers] Magento - Android integration

2012-03-08 Thread Justin Anderson
http://bit.ly/wrNanO Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Mar 6, 2012 at 10:25 PM, Parth Amin parthsa...@gmail.com wrote: Hello, I want to integrate Magento with my Android App. Can anyone guide me to start with it ? -- You

[android-developers] How can I send MMS via android app without moving to InBox Messages ?

2012-03-08 Thread Monerah AlOsaimi
I've to develop an android application that send MMS directly without moving to the InBox Messages, I search on the web all i found is this link: http://androidbridge.blogspot.com/2011/03/how-to-send-mms-programmatically-in.html I downloaded the .zip file and imported it in eclipse but actually

Re: [android-developers] Background and foreground image views

2012-03-08 Thread Justin Anderson
Or you can just display an image view and set the background and foreground to what you want them to be... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Mar 8, 2012 at 5:42 AM, sha m temptes...@gmail.com wrote: FrameLayout helps to draw one

Re: [android-developers] about caller uid xxxxx is different than the authenticator's uid message

2012-03-08 Thread Justin Anderson
Set the shared user id to be the same for both applications. http://developer.android.com/guide/topics/manifest/manifest-element.html#uid Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Mar 7, 2012 at 2:02 AM, yons kihyun0...@gmail.com wrote: Hi,

Re: [android-developers] Android app connect with SQLServer, Solve problem

2012-03-08 Thread Justin Anderson
http://catb.org/esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Mar 7, 2012 at 11:59 AM, Mohit kumawat mohit.kumawat1...@gmail.comwrote: Hello to all, I have a project for connect a sqlserver with my app, i search

<    1   2   3   >