[android-developers] thread wait in android

2012-11-30 Thread Mr cool
i have one problem with handling the thread in android ,in my class i have to create one thread which create some UI after that thread finish i will get some value ,here i want to wait my Main Process until the thread complete it process but when i put wait() or notify in Main process thread

[android-developers] Admob - can't cerate add because of google crappy wizard or...?

2012-11-30 Thread qkx
I'm trying to create some ads in Admob, but on last step I always get error: There were problems with your submission but it didn't specify *WHERE WHERE WHERE *:) I swear god, there are no errors on whole page, all fields are correctly filled, I see no red shapes around fields, everything

[android-developers] Re: When can every developer reply to reviews?

2012-11-30 Thread b0b
On Friday, 30 November 2012 07:31:00 UTC+1, Techni wrote: I am getting some really STUPID comments and it's infuriating that I can do nothing about them Good question. I hope Developer comments will not stay in perpetual beta, with approved developers and second class developers. I also

[android-developers] force start GestureOverlayView

2012-11-30 Thread John A
Activity A calls startActivity(intent4activityB); in its OnLongClickListener. Activity B contains a GestureOverlayView. I would like to be able to detect a gesture starting as soon as Activity B starts, but the GestureOverlayView does not begin tracking until the user lifts her finger and

[android-developers] Re: When can every developer reply to reviews?

2012-11-30 Thread qkx
Yeah, it's totally irritating - my app has fantastic review, but many idiots posted 1start rating with comments like cant buy it in my country or so. Its false, unobjective, and I have nothing to do with that - I would banned comments like this...Another idios post 1 start rating like dont

[android-developers] Re: When can every developer reply to reviews?

2012-11-30 Thread qkx
Yeah, it's totally irritating - my app has fantastic review, but many idiots posted 1-star rating with comments like cant buy it in my country asshole or so. It's false, unobjective, and I have nothing to do with that - I would banned comments like this...Another slow thinking people post

[android-developers] Re: When can every developer reply to reviews?

2012-11-30 Thread Techni
Yup, that's exactly what I'm talking about. I had hoped switching to google plus accounts would help, but they haven't done that. They just hid the names making it even harder to contact them (sometimes you'd get lucky and the name/date would coincide with someone in the purchase history) now

[android-developers] File explorer with icons from SD card

2012-11-30 Thread laxman k
hi guys my mind is hang on File explorer with icons from SD card please Help me.How to develop a File Explorer with icons look like https://lh5.googleusercontent.com/-f79If0CmEtA/ULiGe6-ZFqI/AOY/QCICwBadXe0/s1600/Capture.JPG -- You received this message because

Re: [android-developers] Re: View Group onclick event not firing

2012-11-30 Thread Mobile Developer
Hi All, Parent layout holds the ontouch event so it didnt allow click events to its child. Do we have any work around to make touch event for parent to drag the layout and click event to child items. Thanks On Wednesday, November 7, 2012 10:54:28 PM UTC+5:30, Mobile Developer wrote: Hi All,

Re: [android-developers] Re: When can every developer reply to reviews?

2012-11-30 Thread Παύλος-Πέτρος Τουρνάρης
Sometimes it is vital to answer at comments, because people will check the reviews and might see the stupid comments mentioned above and decide not to download it, which leads in less downloads and money lose in cases. On Fri, Nov 30, 2012 at 12:05 PM, Techni neotec...@gmail.com wrote: Yup,

Re: [android-developers] When can every developer reply to reviews?

2012-11-30 Thread Francisco Marzoa
Spot on! On Nov 30, 2012 7:34 AM, Techni neotec...@gmail.com wrote: I am getting some really STUPID comments and it's infuriating that I can do nothing about them -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: force start GestureOverlayView

2012-11-30 Thread skink
John A wrote: Activity A calls startActivity(intent4activityB); in its OnLongClickListener. Activity B contains a GestureOverlayView. I would like to be able to detect a gesture starting as soon as Activity B starts, but the GestureOverlayView does not begin tracking until the user lifts

RES: [android-developers] When can every developer reply to reviews?

2012-11-30 Thread ## André ##
This is a Good Question! I’ve put my email address in app description, asking users tell me about suggests, problems, bugs, by mail. However they insist in comment. The same is happening with a specific user which receive error sometimes I am almost puting my cellphone number in

[android-developers] onutterancecompletedlistener UtteranceProgressListener not fired

2012-11-30 Thread brandall
This question is a long shot, as it's a peculiar problem I have a foreground service which controls my application's text to speech and recognition functionality. My implementation works correctly for thousands of users, but a handful a Galaxy SIII users are reporting a problem whereby

Re: [android-developers] File explorer with icons from SD card

2012-11-30 Thread Asheesh Arya
refer this link http://www.eigo.co.uk/labs/how-to-access-sd-card-programmatically-on-android/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] herbew text

2012-11-30 Thread Ratheesh Valamchuzhy
Dear all, In My app i need to show the herbew text in text view . it workimg in android OS 4 text view but not in the OS 2 textview . is any solution for solving this issue.please help i have use the vweb view intead of text view but it shows gibberish text in LG device please find any

Re: [android-developers] herbew text

2012-11-30 Thread Παύλος-Πέτρος Τουρνάρης
Google is your friend! Try searching a bit before posting. http://stackoverflow.com/questions/6302221/android-setting-problem-with-textview-for-hebrew-text Check the above link for an answer at your problem. On Fri, Nov 30, 2012 at 2:06 PM, Ratheesh Valamchuzhy android...@gmail.comwrote:

[android-developers] Persistence 3 Tabs (TabNavigation) in action of ActionBar Sherlock.

2012-11-30 Thread Guilherme Bernardi
Hi I'm using the lastest ActionBar Sherlock version and I'm developing an application with layout with ActionBar and 3 Tabs for the navigation. These tabs will load two attribute classes: *1st Tab - (Dados): Class Cliente.* *2nd and 3rd Tabs - (Entrega, Cobrança): Class ClienteEndereco.*

Re: [android-developers] Persistence 3 Tabs (TabNavigation) in action of ActionBar Sherlock.

2012-11-30 Thread Παύλος-Πέτρος Τουρνάρης
As for the state of the tabs i think you should use the saveInstanceState method or something like this. It will most likely retain the data on it while you are on the TabActivity. Also make your variables public so that when you click the save button you can access them and save them on the way

[android-developers] How to access linked files by using AssetManager ?

2012-11-30 Thread Makrand
I have some bunch of Android projects that contains some common resources in Assets folder, So I have created one folder called Android Resources in workspace and copied all common resources in that, and I have linked all resources to Assets folder like this.

[android-developers] Re: herbew text

2012-11-30 Thread Piren
Android 2.0/2.1 do not include a Hebrew font by default (except for localized roms in Israel of course), as far as i remember they only added the fonts on 2.2. so if you wish to support the earlier versions, you'd have to supply your own font with the app and set each and every Textview to use

[android-developers] Re: When can every developer reply to reviews?

2012-11-30 Thread Piren
my personal favorites are the i want the app to have feature X, you get 1 star until you add it... bastards lol On Friday, November 30, 2012 4:58:09 AM UTC-5, qkx wrote: Yeah, it's totally irritating - my app has fantastic review, but many idiots posted 1-star rating with comments like

[android-developers] Re: Top Developer?

2012-11-30 Thread Josh
Yeah. On Thursday, November 29, 2012 11:59:14 AM UTC-5, John Coryat wrote: Can you reply to comments now? (you do this in the developer console) -John Coryat -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: thread wait in android

2012-11-30 Thread Piren
whaaa... thats really going against all the basic android fundamentals. .. first, you never ever stop/hault/wait/busy-wait/do long processes on the UI (what you called Main) thread. You do that, the app is stuck and eventually errors out to the user (an ANR). Second, you shouldn't be creating

[android-developers] Re: thread wait in android

2012-11-30 Thread Piren
just noticed that you mentioned AsyncTask and that you wont use it - Well, you should. what you're doing is WRONG. If you're that inclined on doing things the wrong way, at least remove your wait() (there's no need for that) and just post to the UI thread once the thread is done. On Friday,

Re: [android-developers] Re: When can every developer reply to reviews?

2012-11-30 Thread Παύλος-Πέτρος Τουρνάρης
So true. And they stop checking for updates after that. Στις 30 Νοε 2012 4:34 μ.μ., ο χρήστης Piren gpi...@gmail.com έγραψε: my personal favorites are the i want the app to have feature X, you get 1 star until you add it... bastards lol On Friday, November 30, 2012 4:58:09 AM UTC-5, qkx

[android-developers] Re: official backup/restore docs test example doesn't work?

2012-11-30 Thread Chris Grebeldinger
To follow up in case it's useful to someone else: I ended up doing my testing with two devices using the same google account. IE force a backup from one device, then do a factory reset on a second device and see if the the data gets restored with the app is first installed on the second

[android-developers] wondering if a value of * is deprecated for the metadata android.app.default_searchable?

2012-11-30 Thread Satya Komatineni
application... activity.../ meta-data android:name=android.app.default_searchable android:value=* / /application Is this feature of indicating * seem to be deprecated. The following lines in Searchables.java // This value is deprecated, return null

[android-developers] Re: I am trying to set the Image for an ImageView any help would be great

2012-11-30 Thread bob
I believe this document is in error: http://source.android.com/tech/accessories/guide/custom.html It talks about this: Simple Serial Protocol (SSP) I'm fairly certain it should say: Serial Port Profile (SPP) On Wednesday, November 28, 2012 5:49:51 PM UTC-6, Lew wrote: bob wrote:

[android-developers] Re: hi bros

2012-11-30 Thread bob
Change this line: Toast.makeText(MyExpandableActivity.this,Clicked Child,3000).show(); to this: Toast.makeText(MyExpandableActivity.this,Clicked Child,Toast.LENGTH_LONG).show(); On Friday, November 30, 2012 5:10:13 AM UTC-6, sree wrote: Here i am using ExpandableListview,when i clicked

[android-developers] Getting started with ActionBarSherlock

2012-11-30 Thread Jason Hsu
I'm interested in learning to work with ActionBarSherlock. What are the best tutorials for getting started? I need to start off with the Hello World of ActionBarSherlock and then work my way up to more complex apps. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: missing stuff

2012-11-30 Thread bob
That is incorrect. https://lh4.googleusercontent.com/-hgBvaftjfJw/ULjeMBfPIvI/AIo/UREKdhUIOxk/s1600/incorrect.png On Monday, November 26, 2012 5:23:34 PM UTC-6, lbendlin wrote: All that's missing is you agreeing to the license. On Monday, November 26, 2012 6:10:57 PM UTC-5, bob

[android-developers] Problem loading some web pages on some devices

2012-11-30 Thread darrinps
I have some old 2.3 devices that just won't display some HTML pages which all other devices seem to work just fine. All the ones with problems show is a blank page. The really odd thing is that if I copy the HTML file onto the phone, then do this:

Re: [android-developers] Re: missing stuff

2012-11-30 Thread TreKing
The error seems pretty clear. Which part of you're missing SDK platform version 17 doesn't make sense to you? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app

Re: [android-developers] Problem loading some web pages on some devices

2012-11-30 Thread Michael Banzon
Is there anything special on the pages? Javascript or embedded elements - some fancy transitions e.g. in CSS? I'm thinking that the renderer is preventing some advanced stuff on pages loaded from internet instead of local - where it is trusted. A possible workaround would be to load the pages

Re: [android-developers] Getting started with ActionBarSherlock

2012-11-30 Thread TreKing
On Fri, Nov 30, 2012 at 10:10 AM, Jason Hsu jhsu802...@gmail.com wrote: I'm interested in learning to work with ActionBarSherlock. What are the best tutorials for getting started? If you have questions about a 3rd party API, you should consult the web site and / or forums of that API.

Re: [android-developers] Re: When can every developer reply to reviews?

2012-11-30 Thread TreKing
On Fri, Nov 30, 2012 at 8:31 AM, Piren gpi...@gmail.com wrote: my personal favorites are the i want the app to have feature X, you get 1 star until you add it... bastards lol Even better: feature X already exists.

Re: [android-developers] Re: missing stuff

2012-11-30 Thread bob
https://lh4.googleusercontent.com/-a5IfEa86YE0/ULjsCgvNBII/AI4/w3orFRm8Gsk/s1600/unclear2.png What is unclear is why there is no option to get that SDK. On Friday, November 30, 2012 10:58:56 AM UTC-6, TreKing wrote: The error seems pretty clear. Which part of you're missing SDK

Re: [android-developers] Admob - can't cerate add because of google crappy wizard or...?

2012-11-30 Thread TreKing
On Fri, Nov 30, 2012 at 3:24 AM, qkx milde...@gmail.com wrote: I'm trying to create some ads in Admob You should probably consult AdMod support. - TreKing

Re: [android-developers] GCMBroadcast Receiver Enable/Disable

2012-11-30 Thread TreKing
On Wed, Nov 28, 2012 at 10:53 AM, Παύλος-Πέτρος Τουρνάρης p.tourna...@gmail.com wrote: Although at first it worked like a charm, in the Preferences Screen, when i restarted the App it stopped working. You should clarify stopped working. Is there any appropriate way to enable/disable such

Re: [android-developers] Problem loading some web pages on some devices

2012-11-30 Thread darrinps
Nothing really special. No javascript (and I even turned that off in the webview first thing as a guess). One line of CSS is all. Are you suggesting that I read in the HTML, save it off and then load it back from file like I did to test it? On Friday, November 30, 2012 11:02:06 AM UTC-6,

[android-developers] Re: External data storage - Best practise

2012-11-30 Thread Nobu Games
On Friday, November 23, 2012 8:47:38 AM UTC-6, Alexander Hoffmann wrote The second question is: Should I connect directly to the database with the android application or should a create webservices on the server which save the data in the database and which I call from the Android

[android-developers] Getting the height of soft keyboard.

2012-11-30 Thread Rudy
Is there a way to know the height of the default soft keyboard that appears when a textField is focused? Because I don't want to create my own keyboard, i want to use the default one. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Problem loading some web pages on some devices

2012-11-30 Thread darrinps
Hmmm...another piece to the puzzle. I intercept the HTML to see what it looks like and although the page stops loading, when I inspect it, all I see is an empty HTML page! So for whatever reason, the problem devices aren't getting the data loaded when I retrieve it over the Internet. For

[android-developers] Re: Fragments slow to load when coming back

2012-11-30 Thread Nobu Games
Did you check for the typical bottlenecks? It sounds like you're performing intensive tasks on the UI thread, which might explain the lag of 2 seconds until the UI is visible. I guess that your web service requests runs on the UI thread. And maybe your code accidentally starts that request

Re: [android-developers] Re: missing stuff

2012-11-30 Thread TreKing
On Fri, Nov 30, 2012 at 11:26 AM, bob b...@coolfone.comze.com wrote: What is unclear is why there is no option to get that SDK. Now that's a question. There are numerous hits on Google for android sdk manager missing sdk platform. See if any of those help.

Re: [android-developers] Problem loading some web pages on some devices

2012-11-30 Thread Nobu Games
Here rings a bell... I had to work on a WebView based app about two years ago and I also noticed the blank-page problem on some devices whereas it worked just fine on others. It turned out that WebView rejected the SSL certificate of the loaded webpage. So if you're loading an HTTPS page this

Re: [android-developers] Re: When can every developer reply to reviews?

2012-11-30 Thread Techni
I hate those ones. On Friday, 30 November 2012 12:17:52 UTC-5, TreKing wrote: On Fri, Nov 30, 2012 at 8:31 AM, Piren gpi...@gmail.com javascript:wrote: my personal favorites are the i want the app to have feature X, you get 1 star until you add it... bastards lol Even better: feature X

Re: [android-developers] Re: missing stuff

2012-11-30 Thread bob
They did not help. On Friday, November 30, 2012 12:57:27 PM UTC-6, TreKing wrote: On Fri, Nov 30, 2012 at 11:26 AM, bob b...@coolfone.comze.comjavascript: wrote: What is unclear is why there is no option to get that SDK. Now that's a question. There are numerous hits on Google for

[android-developers] Re: Reduce Battery Usage via Airplane Mode

2012-11-30 Thread bob
There are plenty of *Battery Saver* apps that do roughly this already. There may be some that even do exactly that. On Tuesday, November 27, 2012 11:16:42 AM UTC-6, Javo wrote: I've never created an android app, however I am a computer science major (sophomore), so I am relatively

[android-developers] Sign Up for the Google Maps API The API keys generated by this page are no longer available

2012-11-30 Thread J Handal
Sign Up for the Google Maps API The API keys generated by this page are no longer available I am using this tool to create my own map http://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsmapwizard/makecustommap.htm I need to access this map from my Android App The Maps API requires a

[android-developers] Best approach for incorporating in-app purchase demo code into real project.

2012-11-30 Thread Keith Wiley
The 'Dungeons' demo code goes to some length to emphasize the security issues involved in implementing in-app purchases. One thing it makes some issue of is being careful about dropping the demo code into an existing project as opposed to reimplementing it from scratch (ugh). I'm using

Re: [android-developers] how to play a video on an OpenGL texture

2012-11-30 Thread bob
I've been baffling my brain with this some more. I suspect the solution to the problem lies in this text. /** * Update the texture image to the most recent frame from the image stream. This may only be * called while the OpenGL ES context that owns the texture is current on the

Re: [android-developers] Problem loading some web pages on some devices

2012-11-30 Thread darrinps
By golly it is a secured site. Hmmm...that could just be it. Odd that some versions of Android would care more than others but, hey, if it's the way it is then that's just the way it is. I would think that onReceiveError would get called though and it isn't. Just an over site by 2.3 possibly

[android-developers] recorded video orientation issue on GB 2.3.6

2012-11-30 Thread Abhilash baddam
Hi, I tried to record a video and after saving the video, when i tried to play that recorded video from the Gallery it always playing in Landscape mode even if rotate my device into portrait mode. This thing is happening only in Ginger Bread 2.3.6 but in the devices with OS version

Re: [android-developers] GCMBroadcast Receiver Enable/Disable

2012-11-30 Thread Παύλος-Πέτρος Τουρνάρης
Stopped working = stopped receiving notifications even though the GCM Receiver was enabled. I have to register the receiver class in the Manifest in order to work. On Fri, Nov 30, 2012 at 7:58 PM, TreKing treking...@gmail.com wrote: On Wed, Nov 28, 2012 at 10:53 AM, Παύλος-Πέτρος Τουρνάρης

[android-developers] Re: Getting the height of soft keyboard.

2012-11-30 Thread RichardC
You can get it by taking the height the display area and subtracting the height of your outer most ViewGroup. Why do you need the height anyway? On Friday, November 30, 2012 6:38:07 PM UTC, Rudy wrote: Is there a way to know the height of the default soft keyboard that appears when a

Re: [android-developers] Getting the height of soft keyboard.

2012-11-30 Thread TreKing
On Fri, Nov 30, 2012 at 12:38 PM, Rudy rudyt...@gmail.com wrote: Is there a way to know the height of the default soft keyboard that appears when a textField is focused? I don't know, but why do you care? There might be a better alternative to whatever you're doing.

[android-developers] thread life

2012-11-30 Thread bob
If you create a Thread in an activity, does it generally live beyond a call to onPause? -- 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

Re: [android-developers] thread life

2012-11-30 Thread TreKing
On Fri, Nov 30, 2012 at 3:10 PM, bob b...@coolfone.comze.com wrote: If you create a Thread in an activity, does it generally live beyond a call to onPause? Why wouldn't it? Write a simple test and see for yourself.

[android-developers] Re: thread life

2012-11-30 Thread Streets Of Boston
Yes. Threads are alive as long as they run and are not at all associated with an Activity's (or any other object's) life-cycle. This is also one of the main reason why it is dangerous to create sub-classes of Thread that are (anonymous) non-static inner classes, where the outer class is an

[android-developers] Re: thread life

2012-11-30 Thread Piren
Yes, those have nothing to do with one another. On Friday, November 30, 2012 4:10:57 PM UTC-5, bob wrote: If you create a Thread in an activity, does it generally live beyond a call to onPause? -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Lock option selection

2012-11-30 Thread TreKing
On Thu, Nov 22, 2012 at 3:27 AM, Carlos Delgado Beltrán crdelga...@gmail.com wrote: I'm not a developer for Android but I'm a common user of this devices. Feature requests would go here, I think: http://code.google.com/p/android/issues/list

Re: [android-developers] Pulling phpBB posts to an Android app

2012-11-30 Thread TreKing
On Tue, Nov 27, 2012 at 10:18 AM, Nirab pudasaini cashless.brot...@gmail.com wrote: I am developing an android app. I need to pull posts from an online phpBB 3 forum and then display them in my app. How do i achieve this Write code to do what you described.

Re: [android-developers] Problem loading some web pages on some devices

2012-11-30 Thread darrinps
Well I first tried adding in the onReceivedSslEror into the WebViewClient: @Override public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) { DebugLog.d(TAG, SSL Error received);

[android-developers] Google Maps Api Sign Up

2012-11-30 Thread J Handal
Sign Up for the Google Maps API The API keys generated by this page are no longer available I am using this tool to create my own map http://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsmapwizard/makecustommap.htm I need to access this map from my Android App The Maps API requires a

[android-developers] Re: Getting the height of soft keyboard.

2012-11-30 Thread Rudy
Well i'm using cocos2d-x and when the keyboard appears, it does not reallocate the controls, and if there are controls behind the keyboard they keep behind and i can't see what i am writing, so i want to know the keyboard size to move my view, I tested changing the manifest to do it

Re: [android-developers] Re: Getting the height of soft keyboard.

2012-11-30 Thread TreKing
On Fri, Nov 30, 2012 at 4:05 PM, Rudy rudyt...@gmail.com wrote: I tested changing the manifest to do it automatically, but it did not work You're referring to this? http://developer.android.com/guide/topics/manifest/activity-element.html#wsoft What did you try that did not work?

[android-developers] Re: Pulling phpBB posts to an Android app

2012-11-30 Thread bob
Sounds like a job for java.net.HttpURLConnection. On Tuesday, November 27, 2012 10:18:41 AM UTC-6, Nirab pudasaini wrote: I am developing an android app. I need to pull posts from an online phpBB 3 forum and then display them in my app. How do i achieve this -- You received this

Re: [android-developers] Re: Getting the height of soft keyboard.

2012-11-30 Thread J . Rodolfo Peña Butrón
android:windowSoftInputMode=adjustResize but id did not work On Fri, Nov 30, 2012 at 4:29 PM, TreKing treking...@gmail.com wrote: On Fri, Nov 30, 2012 at 4:05 PM, Rudy rudyt...@gmail.com wrote: I tested changing the manifest to do it automatically, but it did not work You're referring to

Re: [android-developers] Re: Getting the height of soft keyboard.

2012-11-30 Thread TreKing
On Fri, Nov 30, 2012 at 4:44 PM, J. Rodolfo Peña Butrón rudyt...@gmail.comwrote: android:windowSoftInputMode=adjustResize but id did not work Well, so much for that then. That's what I would have pointed you to.

Re: [android-developers] Re: Pulling phpBB posts to an Android app

2012-11-30 Thread Mário César Mancinelli de Araújo
Actualy you can make a whole new UI for the phpBB, if you were able to access the forum database. It's not dificult, you just have to search for a good documentation about the phpBB. Em 30/11/2012 20:50, bob b...@coolfone.comze.com escreveu: Sounds like a job for java.net.HttpURLConnection.

Re: [android-developers] thread life

2012-11-30 Thread Kristopher Micinski
Yes, with the caveat that if you're doing this it might not be such a good idea. In Android, you might be better fit with creating a Service that mediates interaction between the Activity and the background thread, that or using an asynctask. kris On Fri, Nov 30, 2012 at 4:10 PM, bob

[android-developers] Re: Best approach for incorporating in-app purchase demo code into real project.

2012-11-30 Thread Keith Wiley
*CodeDefender* - *ProGuard*. Sorry for the confusion. -- 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] How can I be assigned a task/bug on the issues list?

2012-11-30 Thread Richard Schilling
I would like to take on an issue found in the issues list of the Android project (http://code.google.com/p/android/issues/list). How can I get assigned as the owner of a specific issue? Thanks. Richard -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] How can I be assigned a task/bug on the issues list?

2012-11-30 Thread TreKing
On Fri, Nov 30, 2012 at 5:50 PM, Richard Schilling coderroa...@gmail.comwrote: I would like to take on an issue found in the issues list of the Android project (http://code.google.com/p/android/issues/list). How can I get assigned as the owner of a specific issue?

Re: [android-developers] Re: hi bros

2012-11-30 Thread sree android
i am using but not working Toast.makeText(MyExpandableActivity.this,Clicked Child,Toast.LENGTH_LONG).show(); -- 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