Re: [android-developers] Re: Blocking Outgoing SMS

2012-05-16 Thread arunkumar ayyavoo
hai how to convert a image into base64 encode and decode if u know help me.. On Wed, May 16, 2012 at 11:27 AM, Ashu ashutosh.deshmukh2...@gmail.comwrote: Android system does not provide a way to block outgoing SMS. The similar question was discussed on Android Developers hung out

Re: [android-developers] Record a call in android

2012-05-16 Thread asheesh arya
i waste almost 20 days on this topic how to record a call in android. the last conclusion is it doesnot possible in android -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Add Widget to Homscreen from activity Android

2012-05-16 Thread bhavani sankari
Thanks for your Reply.I understand that Homescreen run in separate process and my application runs in separate process, so it cannot access it resources.Is it possible use sharedUserId and signing with same certificate as Homescreen, allows my application to add widgets to Homescreen? Any other

Re: [android-developers] Re: Add Widget to Homscreen from activity Android

2012-05-16 Thread TreKing
On Wed, May 16, 2012 at 1:37 AM, bhavani sankari bhavani...@gmail.comwrote: Is it possible use sharedUserId and signing with same certificate as Homescreen, allows my application to add widgets to Homescreen? You realize that the user can install any of the many 3rd party home screen

[android-developers] Public Intents for Everybody

2012-05-16 Thread Robert Massaioli
Here are the facts: - When you upload you app to the Google Play Market google currently looks inside your ApplicationManifest. - Your application manifest also contains all of you Intent Filters which google could also parse. Is there a plan in the works for google to make use of

Re: [android-developers] How to check the current contentView?

2012-05-16 Thread Dianne Hackborn
Honestly don't try to be clever, just have your own variable that keeps track of the last kind of content view you set. Be careful about ViewFlipper, since I believe it means that all of the view hierarchies will stay instantiated all of the time. And ultimately, this is the kind of thing that

Re: [android-developers] Public Intents for Everybody

2012-05-16 Thread Dianne Hackborn
Not at this time. If any such thing were done, it would need to do more than just munge through the manifest. This doesn't tell you a lot of things, such as the expected extras, the specific kinds of intents that the app really expects, or whether the intent-filter it has represents something

Re: [android-developers] Install Referer

2012-05-16 Thread TreKing
On Tue, May 15, 2012 at 1:56 AM, Sam Blyuez bly...@gmail.com wrote: Is it possible to track such 'Install Referrer' without using GA(Google Analytics) SDK in my app. Not that I'm aware of. -

Re: [android-developers] Public Intents for Everybody

2012-05-16 Thread Robert Massaioli
Fair enough. That makes sense to me. I had not considered different behaviour based on extras passed into the intent but it only makes sense. It is good to know though that it has been considered. Thanks for your time and the good response. -- You received this message because you are

Re: [android-developers] AppWidgetManager, function updateAppWidget not working after an undetermined time

2012-05-16 Thread TreKing
On Tue, May 15, 2012 at 4:28 AM, Jorodan julien.del...@gmail.com wrote: But, I don't know why, after an undetermined time, the function updateAppWidget doesn't refresh the widget. It doesn't refresh the widget or it doesn't get hit at all?

[android-developers] Re: Connecting to two bluetooth devices alternatively

2012-05-16 Thread gjs
Hi What you mean by - My objective is to read data from a bluetooth device alternatively. I was successful in storing the address of the devices selected. This is how I am trying to connect to the devices alternatively: - Specifically what do you mean by 'read data from a bluetooth device

Re: [android-developers] Ads on my game, Where to start learning?

2012-05-16 Thread TreKing
On Mon, May 14, 2012 at 9:49 AM, Francisco M. Marzoa Alonso fmmar...@gmail.com wrote: So what is the fastest way to add ads to my game? Google how to add ads to android app. - TreKing

Re: [android-developers] Public Intents for Everybody

2012-05-16 Thread Kostya Vasilyev
http://www.openintents.org/en/intentstable 16.05.2012 11:20 пользователь Robert Massaioli robertmassai...@gmail.com написал: Fair enough. That makes sense to me. I had not considered different behaviour based on extras passed into the intent but it only makes sense. It is good to know though

[android-developers] Re: Google Play Account

2012-05-16 Thread Ali Chousein
I think I agree with Kris on this. I doubt that an internal Google employee got your account removed. Companies like Google have strict rules and wouldn't let any of their employees damage the image of their business. They not only would fire the employee but also ensure that he receives jail

[android-developers] Re: Android for UK??

2012-05-16 Thread Ali Chousein
Generally when making a UK version of the site, they change the spellings of Americanized words, such the site my read something like: Hhhmmm, just wondering, are people in UK something like compilers and cannot read further once they catch a spelling error? :-P -- You received this message

Re: [android-developers] AppWidgetManager, function updateAppWidget not working after an undetermined time

2012-05-16 Thread Jorodan
Hi, The method is well accessed in my AppWidgetProvider. My RemoteView with the Widget id is well sent to the AppWidgetManager. But the widget is not refreshed ! (All widgets (my and systems) on my Home seems not refreshed, It happens only when my app is installed). Le mercredi 16 mai 2012

Re: [android-developers] Conditional PreferenceScreen

2012-05-16 Thread Justin Anderson
What error are you talking about? You didn't mention an error in your first post... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, May 16, 2012 at 1:41 AM, Giuseppe Porcelli - FINM porcelli.giuse...@gmail.com wrote: I followed your suggestion,

Re: [android-developers] Public Intents for Everybody

2012-05-16 Thread Fabien R
On 16/05/12 09:28, Kostya Vasilyev wrote: http://www.openintents.org/en/intentstable Very interesting... -- 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: SQLITE -query help

2012-05-16 Thread David Hodeffi
i cannot get what do you mean when you say that? and i dont know what the result of this query. my main idea of this query is to get the last round from each game. how can i do that? On May 7, 1:55 am, lbendlin l...@bendlin.us wrote: how about using max(dateUpdated)  instead? On Sunday,

Re: [android-developers] Re: Connecting to two bluetooth devices alternatively

2012-05-16 Thread Yamanoor Sai Ram
My objective is to read data from a bluetooth device alternatively. 1) I would like to connect to device 1. 2) Read data from the device 3) Disconnect from device 1 and connect to device 2. 4) Repeat from step 1 for device 2. I achieved this when I was using Processing language for Android. I

[android-developers] Warnings on SurfaceTexture.updateTexImage().

2012-05-16 Thread Harri Smått
Hi All, I started to play with SurfaceTexture as Camera preview output but I'm seeing tons of these warnings on LogCat console (I'm guessing it's per frame at pretty close to 60FPS); 05-16 12:36:03.620: W/SurfaceTexture(12842): [unnamed-12842-0] updateTexImage: clearing GL error: 0x502 I'm a

[android-developers] Enabling SCTP

2012-05-16 Thread seema
Hello All, How can I enable SCTP on motorola milestone? There is no config.gz file in /proc/. Also, kindly let me know how to rebuild the kernel after enabling SCTP Thanks, Seema -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: AsyncTask in Android 4.0

2012-05-16 Thread Emanuele Ricci
Hi Michael do you have some good alternative to the current AsyncTask implementation? Anyway the real big big big problem is for the 3rd party library or SDK that my project is currently used. I'm using some ads SDK and I'm pretty sure that they are using also AsyncTask in the normal way so

[android-developers] XML parseing working in android 2.2 but not in android 4.0

2012-05-16 Thread Bhaumik Thaker
Hello All, i have a problem i have parse the data using DOM parser in android 2.2 but it will not work in higher version of 2.2. I have use the khop to fetch the response from webservice... It will write the code as follows... DocumentBuilderFactory factory =

Re: [android-developers] How to add informations in markers

2012-05-16 Thread Abdelali BADDAR
thanks 2012/5/12 asheesh arya asheesharya...@gmail.com class MapOverlay extends Overlay { private GeoPoint pointToDraw; public void setPointToDraw(GeoPoint point) { pointToDraw = point; } public GeoPoint getPointToDraw() {

Re: [android-developers] How to add informations in markers

2012-05-16 Thread asheesh arya
good luck god bless you!!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com

Re: [android-developers] How to check the current contentView?

2012-05-16 Thread Narendra Singh Rathore
Honestly don't try to be clever. That wasn't cleverness, but the curiosity. just have your own variable that keeps track of the last kind of content view you set. Ok, How? Do you mean, doing like *View v=findViewById(R.layout.main)*; or something else? Be careful about ViewFlipper,

Re: [android-developers] Public Intents for Everybody

2012-05-16 Thread b0b
On Wednesday, 16 May 2012 10:40:49 UTC+2, the_edge123 wrote: On 16/05/12 09:28, Kostya Vasilyev wrote: http://www.openintents.org/en/intentstable Very interesting... ...but incomplete. I wish there was a database I could submit an Intent, and have the exhaustive list of all apps

Re: [android-developers] Public Intents for Everybody

2012-05-16 Thread Kostya Vasilyev
2012/5/16 b0b pujos.mich...@gmail.com On Wednesday, 16 May 2012 10:40:49 UTC+2, the_edge123 wrote: On 16/05/12 09:28, Kostya Vasilyev wrote: http://www.openintents.org/en/**intentstablehttp://www.openintents.org/en/intentstable Very interesting... ...but incomplete. I wish there

[android-developers] ICS don't give you a real multitasking.

2012-05-16 Thread sblantipodi
As title. After using more than one ICS device I'm convinced that the multitasking offered by ICS is not a real multitasking. I well know this graph: http://developer.android.com/images/activity_lifecycle.png This is good, but how this graph is implemented is horrible. On a galaxy nexus with 1GB

Re: [android-developers] How to check the current contentView?

2012-05-16 Thread Kostya Vasilyev
I think Dianne meant something like: class MyActivity { enum ViewMode { MAIN, DETAILS, INFO, ABOUT }; private ViewMode mViewMode; somewhere in the activity's code: setContentView(R.layout.main); mViewMode = ViewMode.MAIN; ...

Re: [android-developers] Re: SQLITE -query help

2012-05-16 Thread Kostya Vasilyev
The query you posted uses Microsoft SQL Server extensions. You can read about them on MSDN. Since Android does not use MS SQL as its database, you need to find a way to implement the same logic without these extensions. Understanding the logic is the first step. Reading the MSSQL docs on the

Re: [android-developers] ICS don't give you a real multitasking.

2012-05-16 Thread Kostya Vasilyev
Four different *fart *apps? Are you trying to play the quartet from the third act of Rigoletto? -- K 2012/5/16 sblantipodi perini.dav...@dpsoftware.org As title. After using more than one ICS device I'm convinced that the multitasking offered by ICS is not a real multitasking. I well know

[android-developers] Re: ICS don't give you a real multitasking.

2012-05-16 Thread sblantipodi
I used the fart apps terms just to explain simple apps. On May 16, 2:46 pm, Kostya Vasilyev kmans...@gmail.com wrote: Four different *fart *apps? Are you trying to play the quartet from the third act of Rigoletto? -- K 2012/5/16 sblantipodi perini.dav...@dpsoftware.org As title.

Re: [android-developers] Public Intents for Everybody

2012-05-16 Thread b0b
On Wednesday, 16 May 2012 14:37:45 UTC+2, Kostya Vasilyev wrote: Don't know about exhaustive, but couldn't you make a site for this since you're interested? The other half of this is, of course, trying to convince other developers to submit their intents. I have better things to

[android-developers] How to acheive feature like this

2012-05-16 Thread zerocool
Hi all, Can any one tell me how can i acheive feature like this, the bar diagrams feature representing appointments and timelining feature, in a calendar. https://lh5.googleusercontent.com/-b8ObqGMs5FU/T7OkLLhlxgI/AiM/Kq1xJH4bTn8/s1600/snap20100826220620.png -- You received this

Re: [android-developers] Public Intents for Everybody

2012-05-16 Thread Kristopher Micinski
As other people have said, the problem with this idea -- which isn't a bad one -- is that the app doesn't contain enough information to help you determine what the intent *does*. It is possible enough to find out the intent extras, you could also easily imagine providing such information

Re: [android-developers] Public Intents for Everybody

2012-05-16 Thread Kostya Vasilyev
Not to mention that: 1) Not every brioadcast intent is exposed in a manifest-declared intent receiver 2) Not every intent is supposed to be public 3) There may be preconditions on the logic implementing an intent (e.g. composing an email message is only meaningful if there are configured

[android-developers] Re: ICS don't give you a real multitasking.

2012-05-16 Thread Johan Appelgren
You probably have other apps installed with running services and manifest registered broadcast receivers receiving broadcasts pushing the fart apps out. As long as there is some memory free for non-service apps their processes are cached and reused just fine.

[android-developers] Having a WebView AND a Back Button

2012-05-16 Thread Dan Uff
Hi all, I am developing an app that a user selects an option from a menu and goes into a WebView. I got that working, but I also need a back button to go back to the menu, so the user can make another option. I'm trying to override the standard browser behavior with the following code:

Re: [android-developers] Public Intents for Everybody

2012-05-16 Thread Kristopher Micinski
On Wed, May 16, 2012 at 9:29 AM, Kostya Vasilyev kmans...@gmail.com wrote: Not to mention that: 1) Not every brioadcast intent is exposed in a manifest-declared intent receiver 2) Not every intent is supposed to be public I don't think these are hard to figure out statically, though, so you

[android-developers] Re: ICS don't give you a real multitasking.

2012-05-16 Thread sblantipodi
don't try to justify a broken system, please. Take a fresh new galaxy nexus, install on it three small apps, choose you the apps and start them, now open two tabs on your browser, choose you the site, now come back at the first apps opened, you will see that the activity has been restarted, now

Re: [android-developers] Re: ICS don't give you a real multitasking.

2012-05-16 Thread Nikolay Elenkov
On Wed, May 16, 2012 at 10:43 PM, sblantipodi perini.dav...@dpsoftware.org wrote: don't try to justify a broken system, please. Take a fresh new galaxy nexus, install on it three small apps, choose you the apps and start them, now open two tabs on your browser, choose you the site, now come

[android-developers] Banned For title Of App(hungry Hippo's)

2012-05-16 Thread Troy Walker
Hi all, A few weeks ago i was banned! At first i could not figure out why google would ban me. A few days ago it struct me that my app name sounded like a big time franchise game Called Hungry, Hungry Hippos. Personally i dont see why google would ban me for this. I simple email, and i would

Re: [android-developers] Public Intents for Everybody

2012-05-16 Thread Mark Murphy
On Wed, May 16, 2012 at 9:39 AM, Kristopher Micinski krismicin...@gmail.com wrote: 2) Not every intent is supposed to be public I don't think these are hard to figure out statically, though, so you can just throw those out. In theory, yes. A receiver for a non-public broadcast Intent, for

Re: [android-developers] How to check the current contentView?

2012-05-16 Thread Narendra Singh Rathore
class MyActivity { enum ViewMode { MAIN, DETAILS, INFO, ABOUT }; private ViewMode mViewMode; somewhere in the activity's code: setContentView(R.layout.main); mViewMode = ViewMode.MAIN; ...

[android-developers] Re: ICS don't give you a real multitasking.

2012-05-16 Thread sblantipodi
As the graph I posted explain the app is not restarted, but the latest activity is. If the activity is restarted, user needs to reinput the input it submitted, variables needs to be re-populated, etc. from your talking it seems that in your mind the app needs to store every user's move in

Re: [android-developers] Public Intents for Everybody

2012-05-16 Thread Kristopher Micinski
On Wed, May 16, 2012 at 9:58 AM, Mark Murphy mmur...@commonsware.com wrote: On Wed, May 16, 2012 at 9:39 AM, Kristopher Micinski krismicin...@gmail.com wrote: 2) Not every intent is supposed to be public I don't think these are hard to figure out statically, though, so you can just throw

[android-developers] Re: Banned For title Of App(hungry Hippo's)

2012-05-16 Thread Troy Walker
Also, if i create another dev account, complete change the name of the app, and dont link it to my other banned account, do you guys think i will be fine? On Wednesday, May 16, 2012 9:52:44 AM UTC-4, Troy Walker wrote: Hi all, A few weeks ago i was banned! At first i could not figure out

[android-developers] Re: Banned For title Of App(hungry Hippo's)

2012-05-16 Thread Troy Walker
Also, if i create another dev account, complete change the name of the app, and dont link it to my other banned account, do you guys think i will be fine? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: ICS don't give you a real multitasking.

2012-05-16 Thread Nikolay Elenkov
On Wed, May 16, 2012 at 11:01 PM, sblantipodi perini.dav...@dpsoftware.org wrote: As the graph I posted explain the app is not restarted, but the latest activity is. If the activity is restarted, user needs to reinput the input it submitted, variables needs to be re-populated, etc. Well,

Re: [android-developers] Public Intents for Everybody

2012-05-16 Thread b0b
On Wednesday, 16 May 2012 15:58:25 UTC+2, Mark Murphy (a Commons Guy) wrote: Also, AFAICT, a BroadcastReceiver registered via registerReceiver() is always exported, insofar as you cannot put something in the registerRecevier() call or IntentFilter to say please, I only want local

Re: [android-developers] Public Intents for Everybody

2012-05-16 Thread Kostya Vasilyev
2012/5/16 b0b pujos.mich...@gmail.com Finally another example: some apps provide open (app-specific) APIs through Intents. When I mean open, I mean that receivers are knowingly exported for public use. It is impossible to find out about these APIs unless you know about them...or you find

Re: [android-developers] Banned For title Of App(hungry Hippo's)

2012-05-16 Thread Harri Smått
On May 16, 2012, at 5:14 PM, Troy Walker wrote: Also, if i create another dev account, complete change the name of the app, and dont link it to my other banned account, do you guys think i will be fine? Based on your story, if it was for title only, I find it very weird if you weren't able

Re: [android-developers] Banned For title Of App(hungry Hippo's)

2012-05-16 Thread Daniel Drozdzewski
http://en.wikipedia.org/wiki/Hungry_Hungry_Hippos On 16 May 2012 15:27, Harri Smått har...@gmail.com wrote: On May 16, 2012, at 5:14 PM, Troy Walker wrote: Also, if i create another dev account, complete change the name of the app, and dont link it to my other banned account, do you guys

[android-developers] Re: ICS don't give you a real multitasking.

2012-05-16 Thread Kiran Rao
Really? User needs to reinput everything? Let me ask you: have *you* ever programmed an Android app? On Wednesday, 16 May 2012 19:31:35 UTC+5:30, sblantipodi wrote: As the graph I posted explain the app is not restarted, but the latest activity is. If the activity is restarted, user needs

Re: [android-developers] Public Intents for Everybody

2012-05-16 Thread b0b
Finally another example: some apps provide open (app-specific) APIs through Intents. When I mean open, I mean that receivers are knowingly exported for public use. It is impossible to find out about these APIs unless you know about them...or you find them by luck looking at

Re: [android-developers] Public Intents for Everybody

2012-05-16 Thread Mark Murphy
On Wed, May 16, 2012 at 10:22 AM, b0b pujos.mich...@gmail.com wrote: Am I wrong thinking that since that receiver would not be declared in the manifest, noone would know about it anyway ? By definition, some people know about it, such as those who wrote the app. More importantly, it may be part

[android-developers] Re: Streaming buffering problem for high bitrate video (10Mbps)

2012-05-16 Thread Eric Wong (hdmp4.com)
I noticed that Google have replaced OpenCore with Stagefright since Android 2.0. I know PV makes OpenCore but I have no idea who makes Stagefright. I would like comment from someone working on Stagefright to tell me whether this high bitrate video streaming problem is related to Stagefright or

[android-developers] Re: ICS don't give you a real multitasking.

2012-05-16 Thread Streets Of Boston
from your talking it seems that in your mind the app needs to store every user's move in database and restore it in every onCreate(), hey, have you every programmed an android app? If you write an app that allows the user to change an Activity's data and state (that is not backed by input

[android-developers] Re: ICS don't give you a real multitasking.

2012-05-16 Thread sblantipodi
Open the browser, fill in some blank spaces, now multitask, reopen the browser, the page is completely reloaded, do you think that the developers who wrote the android browser don't know how to implement an activity? :D On May 16, 4:16 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Wed,

Re: [android-developers] Banned For title Of App(hungry Hippo's)

2012-05-16 Thread Troy Walker
I am aware of this, and i believe its the reason i was banned. I am wondering if i create a new account and rename my game COMPLETELY and change my developer name will i be fine, and not linking it to my banned account. What do you guys think? Also its been about 2 months since ive been

[android-developers] Problem with windowSoftInputMode=adjustResize in landcape mode

2012-05-16 Thread Miha
Hi! I have an activity which uses a custom GLSurfaceView. For certain operations, I need a keyboard, so I activate the keyboard manually using: InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);

[android-developers] Re: ICS don't give you a real multitasking.

2012-05-16 Thread sblantipodi
To Boston, we should suggest to android developers to use fragments and onSavedInstanceState... On May 16, 4:43 pm, sblantipodi perini.dav...@dpsoftware.org wrote: Open the browser, fill in some blank spaces, now multitask, reopen the browser, the page is completely reloaded, do you think

Re: [android-developers] Banned For title Of App(hungry Hippo's)

2012-05-16 Thread Daniel Drozdzewski
Give it a try... Obviously I don't know, what in your game breached copyrights of the original. If it is just the title, then you should be OK (unless Google marks not only account but also you with a black mark). However if your game is about well Hungry Hippos and characters resemble the

[android-developers] Re: ICS don't give you a real multitasking.

2012-05-16 Thread Johan Appelgren
Could you give a more specific example? Because if I switch between for example Twitter, Google+, Zite and the Chrome beta nothing is restarted at all. And even if they do it isn't an issue since they continue where they left off anyways. On Wednesday, May 16, 2012 3:43:34 PM UTC+2,

Re: [android-developers] Re: ICS don't give you a real multitasking.

2012-05-16 Thread Justin Anderson
I think sblantipodi is just looking for an argument... He is obviously biased against Android and has never done any Android development at all. Besides, this forum is for asking questions about developing Android apps with the SDK... So, sblantipodi, what is your question regarding SDK app

Re: [android-developers] Banned For title Of App(hungry Hippo's)

2012-05-16 Thread Troy Walker
Well im almost certain it wasnt for the graphics or characters in the game. I hired a graphics designer to completely create the graphics. Im almost CERTAIN it was copyright issues with the title of the game. I believe i should be fine, as long as i change the title. Im also thinking about not

Re: [android-developers] Public Intents for Everybody

2012-05-16 Thread b0b
On Wednesday, 16 May 2012 16:37:35 UTC+2, Mark Murphy (a Commons Guy) wrote: Another example. I write an app handling a list of images. I'd like to find another app able to display a *list* of images. Impossible, unless getting every image viewer app and looking at their regenerated

Re: [android-developers] AsyncTask in Android 4.0

2012-05-16 Thread Dirk Jäckel
On Saturday, April 21, 2012 12:52:17 AM UTC+2, b0b wrote: Conclusion: there's probably man apps broken in subtle ways on ICS because of this change. Probably not, only because they have to explicitly set the targetSdkVersion to 13+, and I don't know how many people are setting it that

[android-developers] Launch app based on available metadata

2012-05-16 Thread dillipk
Hi, I have a string that contains metadata information and based on this info, how does my app launch a relevant app by understanding this metadata? For example: If the string contains an URL , when I click a button, it should automatically launch a Browser. If string has a link to audio

Re: [android-developers] Launch app based on available metadata

2012-05-16 Thread Mark Murphy
Intent i=new Intent(Intent.ACTION_VIEW) i.setDataAndType(thisIsWhereYouPutYourUri, thisIsWhereYouPutTheMIMEType); startActivity(i); If the path is an http:// or content:// URL, you can go with the simpler: startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(thisIsWhereYouPutYourURL))); On

Re: [android-developers] Launch app based on available metadata

2012-05-16 Thread Justin Anderson
You would have to write your own metadata reader/parser and convert it to the appropriate intent... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, May 16, 2012 at 9:19 AM, dillipk codersnet2...@gmail.com wrote: Hi, I have a string that

Re: [android-developers] AsyncTask in Android 4.0

2012-05-16 Thread Dirk Jäckel
On Friday, April 20, 2012 11:39:51 PM UTC+2, Dianne Hackborn wrote: Sorry yes it is API 13, I turned around the logic of the code when I glanced at it: // If the app is Honeycomb MR1 or earlier, switch its AsyncTask // implementation to use the pool executor. Normally, we

[android-developers] Multiple instances of an AppWidget

2012-05-16 Thread Skip Morrow
I am trying to create an AppWidget that allows for independently configured multiple instances. I can create the AppWidgets just fine, but when I click on them, they always want to do the same thing. So I have searched high and low, and everyone talks about putting the appWidgetId in an extra

Re: [android-developers] Multiple instances of an AppWidget

2012-05-16 Thread Kostya Vasilyev
http://developer.android.com/reference/android/app/PendingIntent.html If the creating application later re-retrieves the same kind of PendingIntent (same operation, same Intent action, data, categories, and components, and same flags), it will receive a PendingIntent representing the same token

Re: [android-developers] AsyncTask in Android 4.0

2012-05-16 Thread Dianne Hackborn
On Wed, May 16, 2012 at 9:09 AM, Dirk Jäckel dirk.jaec...@gmail.com wrote: Please document this here: https://developer.android.com/reference/android/os/Build.VERSION_CODES.html#HONEYCOMB_MR2 Or is there a better place for developers to stay informed what a targetSDKVersion change means for

Re: [android-developers] Multiple instances of an AppWidget

2012-05-16 Thread Skip Morrow
Koysta, thanks for replying! Are you saying that it isn't possible? Because I have app widgets on my desktop right now that I have multiple instances of, and they all do something different when clicked. I've been trying to figure this one thing out for three days and for the life of me I

[android-developers] Gallery widget selection.

2012-05-16 Thread Put_tiMe
I'm using a 'Gallery' widget. And I've registered for a item-click callback. And I'm getting the callback when I click on an item. But the problem is that I don't see any selection UI. How do I fix this? Thanks -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Multiple instances of an AppWidget

2012-05-16 Thread Kostya Vasilyev
2012/5/16 Skip Morrow skip.morrow.mob...@gmail.com Koysta, thanks for replying! Are you saying that it isn't possible? No, I'm not saying that. Because I have app widgets on my desktop right now that I have multiple instances of, and they all do something different when clicked. Right.

Re: [android-developers] Problem with windowSoftInputMode=adjustResize in landcape mode

2012-05-16 Thread Dianne Hackborn
What IME are you using? In the standard IME, when in portrait mode on a small screen device, it displays full screen and does not adjust the size of the underlying app because there is no need to because it can't be see (so the IME is in extract mode to display the text being edited itself).

Re: [android-developers] Multiple instances of an AppWidget

2012-05-16 Thread Skip Morrow
Kostya (sorry, I spelled your name wrong last time), Thanks again for writing! I must be close, but dang if I don't see the problem. Here's my code where I create the PendingIntent. Do you see anything that I am doing wrong? Intent intent = new Intent(ctx, PhcaAppWidgetProvider.class);

[android-developers] Regarding ASOP build

2012-05-16 Thread sourabh sahu
Can I build android source code for ICS on a device with Android froyo. If yes please explain how? Thanks in advance, Sourabh -- 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] Multiple instances of an AppWidget

2012-05-16 Thread Kostya Vasilyev
The code appears fine (if you don't count the made-up abcd:// scheme... and you don't need a URI since you're using a unique requestCode)... and should produce distinct pending intents for distinct app widget IDs. You may want to log the pending intent objects (using String.valueOf), it should

Re: [android-developers] Public Intents for Everybody

2012-05-16 Thread Kristopher Micinski
It is entirely possible that Google could create this database. Ms. Hackborn hinted as much in a post here a couple of years back. I am not holding my breath waiting for it, though. Neither do I. Which is  a pity since intents are such a good mean to enhances apps mutually without

[android-developers] Calling setSystemUiVisibility will cause another call to onMeasure on all views?

2012-05-16 Thread Agus
Hi all, Calling setSystemUiVisibility will cause another invocation of onMeasure to all views? If that's the case, how do i prevent that? -Agus. -- 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] Gallery widget selection.

2012-05-16 Thread Justin Anderson
What are you using for your selector? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, May 16, 2012 at 10:25 AM, Put_tiMe putt...@gmail.com wrote: I'm using a 'Gallery' widget. And I've registered for a item-click callback. And I'm getting the

[android-developers] Re: Debugging Proguard build

2012-05-16 Thread RLScott
I got it working, but not with any help from debugging aids. I used trial and error on the release build and found that the problem was excessive obfuscation of method names (onClick...) that are referenced in XML layouts. Apparently those names must remain the same. I solved it by adding to my

Re: [android-developers] ICS don't give you a real multitasking.

2012-05-16 Thread Kristopher Micinski
On Wed, May 16, 2012 at 8:39 AM, sblantipodi perini.dav...@dpsoftware.org wrote: As title. After using more than one ICS device I'm convinced that the multitasking offered by ICS is not a real multitasking. I well know this graph: http://developer.android.com/images/activity_lifecycle.png

Re: [android-developers] Banned For title Of App(hungry Hippo's)

2012-05-16 Thread Kristopher Micinski
If the gameplay is similar to the gameplay of the original game, just with your own graphics, then you might still be in trouble, though it would be less obvious (and perhaps take longer). But basically, it's obvious your game is pretty much a copycat of the original, so... there's not really

[android-developers] Remove picture from Gallery

2012-05-16 Thread yves...@gmail.com
So, I developed an app which can delete picture on the background and then I use sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse(file:// + Environment.getExternalStorageDirectory(; . This works great on ICS, that if something is deleted, Gallery will refresh and the

Re: [android-developers] Banned For title Of App(hungry Hippo's)

2012-05-16 Thread Justin Anderson
What do you guys thing? For legal advice you should contact an attorney... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, May 16, 2012 at 11:41 AM, Kristopher Micinski krismicin...@gmail.com wrote: If the gameplay is similar to the gameplay

Re: [android-developers] Banned For title Of App(hungry Hippo's)

2012-05-16 Thread Troy Walker
Thanks for the reply. Well here is the game here.. http://slideme.org/application/hungry-hippos On SlideMe's market. I think to be safe on my next account i am going to just not publish this app period on my market account. On Wednesday, May 16, 2012 1:41:59 PM UTC-4, Kristopher Micinski

[android-developers] Exception java.lang.RuntimeException: double ID in HttpTransportSE.call method using KSOAP to consume a WSDL Service

2012-05-16 Thread ingaponteca
I am trying to consume a web service from android and I got that the application send the XML needed for my WebService. I ran a sniffer, gather the XML sent by my application, copy-paste the XML request and test it in SOAPUI client and works fine. I can see that requestDump and respondDump are

[android-developers] Re: how to accept a phone call programmitically

2012-05-16 Thread saran vonteddu
okay friends, I got it. Its working now. regards Saran On Tue, May 15, 2012 at 6:10 PM, saran vonteddu saran.myw...@gmail.comwrote: Dear *, In my application I want to accept phone call without any user interaction. In order to achieve that I tried using iTelephony.aidl, as

[android-developers] How to play audio while in call...

2012-05-16 Thread saran vonteddu
Dear *, I'm working on an application in which I should be able to play an audio file while I'm in call. For that I'm using the below code while I'm in call. public void audioPlayer(String path, String fileName){ MediaPlayer mp = new MediaPlayer(); try {

Re: [android-developers] How to play audio while in call...

2012-05-16 Thread Raghav Sood
This is not supported via APIs. You could try playing the file while in speaker mode, but I doubt it would be very clear on the other end. Thank On Thu, May 17, 2012 at 12:21 AM, saran vonteddu saran.myw...@gmail.comwrote: Dear *, I'm working on an application in which I should

[android-developers] Re: how to use the camera as LED flashlight

2012-05-16 Thread Lisa
Hi Jim thanks for response. could you tell me how I can do to make the led of samsung GT-S5830L turn on. 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

[android-developers] Help

2012-05-16 Thread Mark
Hello Everyone. I seem to have this problem in a app I am creating. I have 3 different layouts . The 3rd layout has a EditText but when I click on it The soft keyboard will not show up. But on the Main layout it will Any Ideas? Thanks Mark -- You received this message because you

[android-developers] How many times do onMeasure get called?

2012-05-16 Thread Agus
Hi all, How many times do onMeasure method get called? Is there a lifecycle for this method? -Agus. -- 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

  1   2   >