Test1

android-developers@googlegroups.com wrote:

>=============================================================================
>Today's Topic Summary
>=============================================================================
>
>Group: android-developers@googlegroups.com
>Url: http://groups.google.com/group/android-developers/topics
>
>  - Android database [1 Update]
>    http://groups.google.com/group/android-developers/t/928689d165201899
>  - How to close the dialogbox when clicking on the menu button [2 Updates]
>    http://groups.google.com/group/android-developers/t/587b0e14b8eafb8e
>  - Save the whole Intent and context at somewhere [1 Update]
>    http://groups.google.com/group/android-developers/t/f1acdc89e4f5b861
>  - write addPreferencesFromResource(R.xml.preferences); without extending 
> preferenceactivity [1 Update]
>    http://groups.google.com/group/android-developers/t/ee12e80415602680
>  - How to get the TextView values in ListView [1 Update]
>    http://groups.google.com/group/android-developers/t/ee501f85d2669d64
>  - sdk tools 17 and 'normal' java projects in eclipse [1 Update]
>    http://groups.google.com/group/android-developers/t/424e824988d722b5
>  - google io [1 Update]
>    http://groups.google.com/group/android-developers/t/2e36f5de40c00563
>  - caller uid xxxxx is different than the authenticator's uid [1 Update]
>    http://groups.google.com/group/android-developers/t/e3703e7fec68110d
>  - record video with camera [1 Update]
>    http://groups.google.com/group/android-developers/t/182a21874079ea32
>  - Transitioning from debug to release builds [6 Updates]
>    http://groups.google.com/group/android-developers/t/efd61960d7c92ce6
>  - Adding Java JCE provider statically as part of Android [3 Updates]
>    http://groups.google.com/group/android-developers/t/3f38f24e3360b80
>  - Problem for calling ListActivity [1 Update]
>    http://groups.google.com/group/android-developers/t/dcde8666c6f69b6d
>  - How to send/pass string to a web service from emulator and that web 
> service returns same string. [1 Update]
>    http://groups.google.com/group/android-developers/t/53391b5823479233
>  - use of audio streams [2 Updates]
>    http://groups.google.com/group/android-developers/t/e658807b69ba6eab
>  - Referring other library projects from within a library project. [1 Update]
>    http://groups.google.com/group/android-developers/t/630dfb153d7a82be
>  - The linked program is no longer installed on your phone ???? [1 Update]
>    http://groups.google.com/group/android-developers/t/e36fec7f3c3f8fa1
>
>
>=============================================================================
>Topic: Android database
>Url: http://groups.google.com/group/android-developers/t/928689d165201899
>=============================================================================
>
>---------- 1 of 1 ----------
>From: Kirupa <answerofandr...@gmail.com>
>Date: Mar 27 10:33PM -0700
>Url: http://groups.google.com/group/android-developers/msg/5273220a61b7cfa4
>
>How can we access database of a android application(in android phone)
>from another database of a same android application but another
>android phone through the Bluetooth.????(same application, same
>database but different android phone)
>
>
>
>=============================================================================
>Topic: How to close the dialogbox when clicking on the menu button
>Url: http://groups.google.com/group/android-developers/t/587b0e14b8eafb8e
>=============================================================================
>
>---------- 1 of 2 ----------
>From: android developer <android.developer4...@gmail.com>
>Date: Mar 28 10:32AM +0530
>Url: http://groups.google.com/group/android-developers/msg/713f82801ad11b99
>
>Hi Good morning to all.
>Please help me on this.
>How to close the dialogbox when clicking on the menu button?
>
>Thanks you all.
>
>
>---------- 2 of 2 ----------
>From: ravindra bhavsar <ravindra.bhavs...@gmail.com>
>Date: Mar 28 10:43AM +0530
>Url: http://groups.google.com/group/android-developers/msg/70d9786fa90c78c4
>
>Ummm..........why?
>
>On Wed, Mar 28, 2012 at 10:32 AM, android developer <
>
>
>
>=============================================================================
>Topic: Save the whole Intent and context at somewhere
>Url: http://groups.google.com/group/android-developers/t/f1acdc89e4f5b861
>=============================================================================
>
>---------- 1 of 1 ----------
>From: jagruti sangani <jugni1sm...@gmail.com>
>Date: Mar 28 10:18AM +0530
>Url: http://groups.google.com/group/android-developers/msg/5a68a315b1eb3b74
>
>Thanks Ali for your reply,
>broadcastreceiver is perfectly work when my application is run in front but
>when it go in background then call will not handle.
>
>
>-- 
>Regards
>jagruti Sangani
>*iNextrix Technologies*
>
>
>
>=============================================================================
>Topic: write addPreferencesFromResource(R.xml.preferences); without extending 
>preferenceactivity
>Url: http://groups.google.com/group/android-developers/t/ee12e80415602680
>=============================================================================
>
>---------- 1 of 1 ----------
>From: jagruti sangani <jugni1sm...@gmail.com>
>Date: Mar 28 10:16AM +0530
>Url: http://groups.google.com/group/android-developers/msg/c3f495ed7abce7f6
>
>Thanks Justin Anderson,
>but when in our class which does not extend any activity thenh we can write
>any control like
>
>((Activity) context).findviewbyid(R.id.button1);
>Thats way i want to write this addprefernce.. line.
>
>
>
>
>
>
>
>-- 
>Regards
>jagruti Sangani
>*iNextrix Technologies*
>
>
>
>=============================================================================
>Topic: How to get the TextView values in ListView
>Url: http://groups.google.com/group/android-developers/t/ee501f85d2669d64
>=============================================================================
>
>---------- 1 of 1 ----------
>From: BNReddy <narayanareddy...@gmail.com>
>Date: Mar 28 09:37AM +0530
>Url: http://groups.google.com/group/android-developers/msg/b018c274bf7095a4
>
>String[] data;
>
>  public void onItemClick(AdapterView<?> arg0, View arg1, int position,
> long id) {
>
>      String temp=  data[position];
> TextView tv = (TextView)findViewById(R.id.videoId);
>               tv.setText(temp);
>
> }
>
>
>
>
>-- 
>Regards,
>Narayanareddy.B
>9032478372
>
>
>
>=============================================================================
>Topic: sdk tools 17 and 'normal' java projects in eclipse
>Url: http://groups.google.com/group/android-developers/t/424e824988d722b5
>=============================================================================
>
>---------- 1 of 1 ----------
>From: Nikolay Elenkov <nikolay.elen...@gmail.com>
>Date: Mar 28 01:02PM +0900
>Url: http://groups.google.com/group/android-developers/msg/48268b60632593d7
>
>
>> so, how can you reference normal java projects from an android project as of
>> sdk tools 17?
>
>You can. The only change you need to make is to mark the project as exported,
>so its classes get added to classes.dex.
>
>1. Open project properties
>2. Open Java Build Path->Order and Export
>3. Check the checkbox next to your 'normal' project
>4. Clean and run your project
>5. Profit :)
>
>
>
>=============================================================================
>Topic: google io
>Url: http://groups.google.com/group/android-developers/t/2e36f5de40c00563
>=============================================================================
>
>---------- 1 of 1 ----------
>From: Greg Donald <gdon...@gmail.com>
>Date: Mar 27 10:12PM -0500
>Url: http://groups.google.com/group/android-developers/msg/4acbf2f53ed947f3
>
>That's sad when scalpers can get Google IO tickets:
>
>http://www.ebay.com/sch/i.html?_nkw=google%20io&_fscr=1
>
>
>But a full time Android developer like myself only gets to see the "No
>Tickets Available" page from 7 to 7:29am.
>
>How can there be no tickets available at 7:04am, 7:09am, etc, but the
>sellout doesn't actually occur until 7:29am?  Why did I have to be
>signed in to Google+ account?  For "selection purposes"?  Seems rigged
>as fuck to me.
>
>Thanks for nothing Google.  I won't bother even trying next year.  Keep it.
>
>
>-- 
>Greg Donald
>
>
>
>=============================================================================
>Topic: caller uid xxxxx is different than the authenticator's uid
>Url: http://groups.google.com/group/android-developers/t/e3703e7fec68110d
>=============================================================================
>
>---------- 1 of 1 ----------
>From: Nikolay Elenkov <nikolay.elen...@gmail.com>
>Date: Mar 28 11:29AM +0900
>Url: http://groups.google.com/group/android-developers/msg/c5aff5753888be74
>
>> When trying to add a new Account to android 2.3.6 using the method :
>
>You might want to explain what the problem is. Far from clear by
>looking at a bunch of code full of TODOs. Start by detailing
>what you are trying to do.
>
>
>
>=============================================================================
>Topic: record video with camera
>Url: http://groups.google.com/group/android-developers/t/182a21874079ea32
>=============================================================================
>
>---------- 1 of 1 ----------
>From: Jim Graham <spooky1...@gmail.com>
>Date: Mar 27 08:51PM -0500
>Url: http://groups.google.com/group/android-developers/msg/6503fa4ab9b9c0fd
>
>On Tue, Mar 27, 2012 at 06:35:35AM -0700, MANJINDER SANDHA wrote:
>> i want code of recording video with camera in android.......
>
>You should probably get to work on it, then.
>
>Later,
>   --jim
>
>-- 
>THE SCORE:  ME:  2  CANCER:  0
>73 DE N5IAL (/4)        MiSTie #49997  < Running FreeBSD 7.0 >
>spooky1...@gmail.com ICBM/Hurricane: 30.44406N 86.59909W
>
>      "'Wrong' is one of those concepts that depends on witnesses."
>     --Catbert:  Evil Director of Human Resources (Dilbert, 05Nov09)
>
>Android Apps Listing at http://www.jstrack.org/barcodes.html
>
>
>
>=============================================================================
>Topic: Transitioning from debug to release builds
>Url: http://groups.google.com/group/android-developers/t/efd61960d7c92ce6
>=============================================================================
>
>---------- 1 of 6 ----------
>From: Kristopher Micinski <krismicin...@gmail.com>
>Date: Mar 27 09:13PM -0400
>Url: http://groups.google.com/group/android-developers/msg/45528640a71c2271
>
>You can also try proxying the logger class into your own, and in your
>implementation comment out the debug functions.  The calls will simply
>be optimized away (even without JIT, Dalvik will remove these..)
>
>kris
>
>
>
>---------- 2 of 6 ----------
>From: Nikolay Elenkov <nikolay.elen...@gmail.com>
>Date: Mar 28 10:19AM +0900
>Url: http://groups.google.com/group/android-developers/msg/6b9e874f81464fdc
>
>On Wed, Mar 28, 2012 at 10:13 AM, Kristopher Micinski
>> You can also try proxying the logger class into your own, and in your
>> implementation comment out the debug functions.  The calls will simply
>> be optimized away (even without JIT, Dalvik will remove these..)
>
>With ADT17 is as easy as:
>
>if (BuildConfig.DEBUG) {
>   Log.d(TAG, "foobar");
>}
>
>BuildConfig.DEBUG will be set to false when exporting a signed up,
>thus log statement will be removed from the release build.
>
>
>---------- 3 of 6 ----------
>From: Kristopher Micinski <krismicin...@gmail.com>
>Date: Mar 27 09:22PM -0400
>Url: http://groups.google.com/group/android-developers/msg/8c9778a9e43b9123
>
>Right, but my point is that you can even do this without the ifs, as
>you probably don't want to put them all over your code, and a null
>method body will get optimized away.
>
>kris
>
>On Tue, Mar 27, 2012 at 9:19 PM, Nikolay Elenkov
>
>
>---------- 4 of 6 ----------
>From: RedBullet <scottedchap...@gmail.com>
>Date: Mar 27 06:26PM -0700
>Url: http://groups.google.com/group/android-developers/msg/40e6f7f9bbeb22e8
>
>Can you explain how I would proxy it? 
>
>On Tuesday, March 27, 2012 9:22:07 PM UTC-4, Kristopher Micinski wrote:
>
>
>---------- 5 of 6 ----------
>From: Nikolay Elenkov <nikolay.elen...@gmail.com>
>Date: Mar 28 10:31AM +0900
>Url: http://groups.google.com/group/android-developers/msg/7fe809e1aeceaf65
>
>On Wed, Mar 28, 2012 at 10:22 AM, Kristopher Micinski
>> Right, but my point is that you can even do this without the ifs, as
>> you probably don't want to put them all over your code, and a null
>> method body will get optimized away.
>
>This could in the proxy, yes. My point is that with AD17 you
>don't have to comment/set a flag manually, Eclipse does it
>for you. It will still be optimized away when DEBUG is false.
>
>
>---------- 6 of 6 ----------
>From: Kristopher Micinski <krismicin...@gmail.com>
>Date: Mar 27 09:34PM -0400
>Url: http://groups.google.com/group/android-developers/msg/b1828d1a5151a0de
>
>Right, so either way is your preference.
>
>kris
>
>On Tue, Mar 27, 2012 at 9:31 PM, Nikolay Elenkov
>
>
>
>=============================================================================
>Topic: Adding Java JCE provider statically as part of Android
>Url: http://groups.google.com/group/android-developers/t/3f38f24e3360b80
>=============================================================================
>
>---------- 1 of 3 ----------
>From: garaus <m.shu...@gmail.com>
>Date: Mar 27 01:32PM -0700
>Url: http://groups.google.com/group/android-developers/msg/9b781cb490c55cdd
>
>Are any updates regarding to this?
>
>On Wednesday, September 29, 2010 8:06:38 AM UTC-4, Kamal wrote:
>
>
>---------- 2 of 3 ----------
>From: garaus <m.shu...@gmail.com>
>Date: Mar 27 01:34PM -0700
>Url: http://groups.google.com/group/android-developers/msg/fc19bef37873892f
>
>Are any updates regarding to this?
>
>On Wednesday, September 29, 2010 8:06:38 AM UTC-4, Kamal wrote:
>> Android. 
>
>> Regards, 
>> Kamal.
>
>
>On Wednesday, September 29, 2010 8:06:38 AM UTC-4, Kamal wrote:
>> Android. 
>
>> Regards, 
>> Kamal.
>
>
>On Wednesday, September 29, 2010 8:06:38 AM UTC-4, Kamal wrote:
>
>
>---------- 3 of 3 ----------
>From: Nikolay Elenkov <nikolay.elen...@gmail.com>
>Date: Mar 28 10:17AM +0900
>Url: http://groups.google.com/group/android-developers/msg/640fdd6b3d71203e
>
>> Are any updates regarding to this?
>
>Not unless you build your own firmware.
>
>
>
>=============================================================================
>Topic: Problem for calling ListActivity
>Url: http://groups.google.com/group/android-developers/t/dcde8666c6f69b6d
>=============================================================================
>
>---------- 1 of 1 ----------
>From: Ali Chousein <ali.chous...@gmail.com>
>Date: Mar 27 04:04PM -0700
>Url: http://groups.google.com/group/android-developers/msg/f397f8171d5c2725
>
>Inside the click listener of your button start your ListActivity by
>calling startActivity (study this link:
>http://developer.android.com/reference/android/app/Activity.html)
> Also note that you have to define your ListActivity in the manifest
>file. Hope it helps.
>
>-------------------------------------------------
>Ali Chousein
>http://socialnav.blogspot.com | http://twitter.com/socialnav1
>http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
>http://www.codeproject.com/KB/android/PayGol-Android.aspx
>http://geo-filtered-assistant.blogspot.com
>
>
>
>=============================================================================
>Topic: How to send/pass string to a web service from emulator and that web 
>service returns same string.
>Url: http://groups.google.com/group/android-developers/t/53391b5823479233
>=============================================================================
>
>---------- 1 of 1 ----------
>From: Ali Chousein <ali.chous...@gmail.com>
>Date: Mar 27 03:54PM -0700
>Url: http://groups.google.com/group/android-developers/msg/897e015cfb251bf2
>
>You need to check the interface of your web-service. Only then you can
>know how exactly to send information to it and retrieve information
>from it. Other than that in general you use HTTPPost (http://
>developer.android.com/reference/org/apache/http/client/methods/
>HttpPost.html) and HTTPGet (http://developer.android.com/reference/org/
>apache/http/client/methods/HttpGet.html)  Google for examples, you'll
>find plenty.
>
>-------------------------------------------------
>Ali Chousein
>http://socialnav.blogspot.com | http://twitter.com/socialnav1
>http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
>http://www.codeproject.com/KB/android/PayGol-Android.aspx
>http://geo-filtered-assistant.blogspot.com
>
>
>
>=============================================================================
>Topic: use of audio streams
>Url: http://groups.google.com/group/android-developers/t/e658807b69ba6eab
>=============================================================================
>
>---------- 1 of 2 ----------
>From: lbendlin <l...@bendlin.us>
>Date: Mar 27 02:01PM -0700
>Url: http://groups.google.com/group/android-developers/msg/bdbb898ab81a618
>
>and they will be rather quick with the Uninstall button if they don't like 
>the way your app does it.
>
>On Tuesday, March 27, 2012 2:16:58 PM UTC-4, Kristopher Micinski wrote:
>
>
>---------- 2 of 2 ----------
>From: RedBullet <scottedchap...@gmail.com>
>Date: Mar 27 02:18PM -0700
>Url: http://groups.google.com/group/android-developers/msg/9ebcb1e3bc2da3d8
>
>Back to the question please, how do I decide which stream I use? Or am I 
>thinking of this incorrectly?
>
>The behavior I want is that I want my TTS to be heard. 
>
>On Tuesday, March 27, 2012 5:01:05 PM UTC-4, lbendlin wrote:
>
>
>
>=============================================================================
>Topic: Referring other library projects from within a library project.
>Url: http://groups.google.com/group/android-developers/t/630dfb153d7a82be
>=============================================================================
>
>---------- 1 of 1 ----------
>From: "Ralph Bergmann | the4thFloor.eu" <ra...@the4thfloor.eu>
>Date: Mar 27 10:29PM +0200
>Url: http://groups.google.com/group/android-developers/msg/8a2ec759220fd71c
>
>Am 27.03.12 20:43, schrieb Y2i:
>> It was working for me before R17 tools were available and works with R17
>> tools too.
>
>+1
>
>
>
>=============================================================================
>Topic: The linked program is no longer installed on your phone ????
>Url: http://groups.google.com/group/android-developers/t/e36fec7f3c3f8fa1
>=============================================================================
>
>---------- 1 of 1 ----------
>From: "muhammad.ume...@hotmail.com" <muhammad.ume...@hotmail.com>
>Date: Mar 27 08:55AM -0700
>Url: http://groups.google.com/group/android-developers/msg/ea0faf45f1e759b3
>
>I am using the sharedPrefrences in my app for Registration, it work's
>perfect on amulator but when i install it to my device mobile and
>enter the name and phone no. and when i close the app and
>then re-open it, it show me
>"The linked program is no longer installed on your phone". what's it
>can have a problem with this. any suggestion please.
>
>
>Thanks and Regards,
>
>umer
>
>
>
>
>-- 
>You received this message because you are subscribed to the Google
>Groups "Android Developers" group.
>To post to this group, send email to android-developers@googlegroups.com
>To unsubscribe from this group, send email to
>android-developers+unsubscr...@googlegroups.com
>For more options, visit this group at
>http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to