Re: [android-developers] Re: Job Sniffer

2013-06-18 Thread Piren
I'm not a native English speaker so i've probably missed many of the funny English sayings, but i guess so... it's still pretty funny though, milk is nice, but not that awesome. especially if you're lactose intolerant :-D On Tuesday, June 18, 2013 6:19:03 AM UTC+3, TreKing wrote: 2013/6/17

Re: [android-developers] Re: Job Sniffer

2013-06-18 Thread Piren
Haha! that's so milk! :-) On Monday, June 17, 2013 6:10:48 PM UTC+3, Kristopher Micinski wrote: The idiom esa seria la leche is indeed a spanish idiom meaning something along the lines of that would be awesome in English.. Kris 2013/6/17 Piren gpi...@gmail.com javascript:: Honestly,

[android-developers] Re: How to bind 12 diff. views in listview without lagging

2013-06-18 Thread Piren
Obviously you need to optimize your code... we can't really help without the code itself, but i'm guessing that even if you posted it we'll still be unable (or willing if that's a lot of code) to offer great help unless there will be some very glaring mistakes in it. My initial guess is that

[android-developers] creating apk according to selected java files

2013-06-18 Thread surabhi jain
Hi all, I have created a project, I want to create apk according to selected java files. Scenario like : Suppose in my project, there are 10 java files and I want to create apk using 5 java files without deleting remaining (5 java files ) java files from src folder. Is it possible? Thanks

[android-developers] Re: Overriding referenced style attributes

2013-06-18 Thread Etienne
I tried setting the Theme in the AndroidManifest.xml file as well as tried to set the theme in the onCreate() method of my Activity, before the super.onCreate(savedInstanceState) method was called but am having no luck with overriding the style attribute. -- -- You received this message

[android-developers] Re: Generate Barcode Image

2013-06-18 Thread Piren
search this forum (also, the entire internet would be a good place).. that's like the 20th time someone asked. On Tuesday, June 18, 2013 10:25:17 AM UTC+3, sree wrote: Hi friends, I Need to generate barcode image in android like below attached image.But i tryed many ways,i didn't get

[android-developers] Re: creating apk according to selected java files

2013-06-18 Thread Piren
that has nothing to do with android... that's a java build issue. It depends on how you build and what you use to build. you'll just have to exclude those files from the build path. Do a search on how to perform that for the way you build your project. On Tuesday, June 18, 2013 10:33:07 AM

Re: [android-developers] Re: creating apk according to selected java files

2013-06-18 Thread surabhi jain
with the help of ANT we can generate apk file. On Tue, Jun 18, 2013 at 1:59 PM, Piren gpi...@gmail.com wrote: that has nothing to do with android... that's a java build issue. It depends on how you build and what you use to build. you'll just have to exclude those files from the build path.

Re: [android-developers] Re: creating apk according to selected java files

2013-06-18 Thread Piren
that's awesome. now do a search for ant exclude from build. On Tuesday, June 18, 2013 1:18:18 PM UTC+3, surabhi jain wrote: with the help of ANT we can generate apk file. On Tue, Jun 18, 2013 at 1:59 PM, Piren gpi...@gmail.com javascript:wrote: that has nothing to do with android...

[android-developers] How debugging a android application in Android Studio?

2013-06-18 Thread Edel Custodio Frias
I want debug my app in Android Studio, when I execute start fine, but I want to go step by step (F8) line by line make things differents. I need your help. thanks and regards -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] How debugging a android application in Android Studio?

2013-06-18 Thread Michael Banzon
The code injection feature on devices is dodgy at best - I don't really recall getting anything useful to work properly - you might have better luck though. For single stepping you should try to set a break point and step from there. On Tue, Jun 18, 2013 at 4:07 PM, Edel Custodio Frias

[android-developers] Re: Creating 2D games with Android and Blender

2013-06-18 Thread Ruben
Please note that this article has been moved here: http://rubenlopezg.wordpress.com/2010/11/21/creating-2d-games-with-android-and-blender -- -- 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] Re: creating apk according to selected java files

2013-06-18 Thread Lew
And bear in mind that transitive dependencies might require use of those classes anyway. How come your files need to be excluded from the build yet exist in the source tree? What advantage do you imagine exclusion of those files will confer? -- Lew On Tuesday, June 18, 2013 4:52:44 AM

[android-developers] Custom album scroller for Android

2013-06-18 Thread Wyler Yerrachione
Greetings! I'm trying to implement something like the 'music album scroller' interface in iTunes, but on an Android device. I've attached an image that describes the interface I'm looking for. Has anyone see an open source implementation of something similar, or what would an ideal approach

[android-developers] Google Play crash com.google.android.volley.MicroProtoHelper.getPars edResponseFromWrapper

2013-06-18 Thread ERIC0593
I updated my Nexus 7 from 4.2.1 to 4.2.2 via OTA. After updating, the google play app always crashes with message Unfortunately, Google Play Store has stopped. Below are some logs taken from the device when the app crashes. E/AndroidRuntime( 2242): FATAL EXCEPTION: main E/AndroidRuntime( 2242):

[android-developers] [Android4.2.2] Bluetooth Opp transfer can't work nornally

2013-06-18 Thread weixiang
Hi There is a problem bothering me recently, when my phone version updated to 4.2.2. I found there are changed as to Bluetooth Module. BT stack changed from bluez to bluedroid. and i writed a simple apk to tets Bt opp file transfer. but result is failed. now. i paste some pieces of code and