[android-developers] Re: soundpool looping problem

2012-06-11 Thread Tamás Kovács
Sorry I don't have time to read your code. But in the past, I also had issues, when I needed to loop soundpool sounds that were stopped() before they needed to play again (in looped mode). If you can't find a solution, I can think of two alternatives: 1. Implement manual looping: not too elegant

[android-developers] Re: soundpool looping problem

2012-06-11 Thread newbyca
FYI ... MediaPlayer looping isn't entirely 'stable'. See: http://code.google.com/p/android/issues/detail?id=18756 On Monday, June 11, 2012 2:35:14 AM UTC-4, Tamás Kovács wrote: Sorry I don't have time to read your code. But in the past, I also had issues, when I needed to loop soundpool

[android-developers] Dynamically loading a jar file at runtime

2012-06-11 Thread Reddy
Hi, I have a requirement that i need to download a jar file dynamically at runtime and use a function present in the jar. So please guide me how can i achieve this, any code reference would be great use. Thanks in advance. Regards, Murali -- You received this message because you are

Re: [android-developers] XML vs. setImageDrawable after setContentView()

2012-06-11 Thread Harri Smått
On Jun 11, 2012, at 5:08 AM, Tamás Kovács wrote: Is the result the same? Or since the image is set *after* setContentView(), are some Android scaling/etc. skipped because of this (which are normally performed when the resource is specified in XML) ? You might want to do some more proper

[android-developers] WCF web service- use in android

2012-06-11 Thread shashi asanka
Please give me Sample code for access WCF web service from android client ... and good ksoap2 jar files I'm fedup with this -- 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] Dynamically loading a jar file at runtime

2012-06-11 Thread Reddy
Hi, I have a requirement that i need to download a jar file dynamically at runtime and use a function present in the jar. So please guide me how can i achieve this, any code reference would be great use. Thanks in advance. Regards, Murali -- You received this message because you are

[android-developers] Dynamically loading a jar file at runtime

2012-06-11 Thread Reddy
Hi, I have a requirement that i need to download a jar file dynamically at runtime and use a function present in the jar. So please guide me how can i achieve this, any code reference would be great use. Thanks in advance. Regards, Murali -- You received this message because you are

Re: [android-developers] WCF web service- use in android

2012-06-11 Thread David Olsson
Where can I send the invoice to? www.google.com Write your own soap handling parts and don't use ksoap, problem solved. Find code on the internet, like by using google. On Mon, Jun 11, 2012 at 10:43 AM, shashi asanka shashi.kalut...@gmail.comwrote: Please give me Sample code for access WCF

[android-developers] Re: sdk offline installation problem

2012-06-11 Thread Jags
Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 0.9.9.v201009221407-60953 (com.android.ide.eclipse.adt.feature.group 0.9.9.v201009221407-60953) Missing requirement: Android Development Tools

Re: [android-developers] Re: soundpool looping problem

2012-06-11 Thread krishna kumar
using soundpool not medi thanks 4 this -- 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

Re: [android-developers] Re: sdk offline installation problem

2012-06-11 Thread Rocky
there is few probability - 1. either version of SDK and ADT is defferent 2. few things already installed Solution 1. take the same version of SDK and ADT 2. remove all android installation from eclipse and then try again, or delete eclipse and use other install of eclipse. it will work

[android-developers] How can split mp4 file?

2012-06-11 Thread apaladin
hi i have 400MB mp4 file play time is 9 minute i want split that file save as play time 2min30sec~3min how can i do that? does any hint for me -- 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] Combining a Business and Gaming App

2012-06-11 Thread Dancing Fingers
Hi Guys, Does anyone know of an example where you combine a gaming canvas in 2/3 of the screen and the top is more of an standard xml type layout, to have scores, other online users, etc. I figured out 1 way but I was wondering what others have done. Thanks. Chris -- You received this

[android-developers] Re: Combining a Business and Gaming App

2012-06-11 Thread Isuru Madusanka
Well, I tried Paint class, but it is not cool. What you tried? My code is, paint = new Paint(); paint.setColor(Color.BLACK); paint.setTextSize(70); paint.setColor(Color.RED); paint.setAntiAlias(true); Context mContext = getContext(); Typeface myTypeface =

[android-developers] unused application permissions

2012-06-11 Thread Live Happy
it is there a tools or way to know what is the unused permission in the application coz there is alot of permissions in my application added with developing time and im sure that i dont use all of them so how i can know the unused ones , other than delete and test if it crashing :) -- You

[android-developers] [images] Two animations top of one another

2012-06-11 Thread Isuru Madusanka
https://lh6.googleusercontent.com/-yDmTCQG6940/T9XY5H4UvnI/AHI/vV5OYy3TxZI/s1600/mzl.xhopcedp.320x480-75.jpg I have to create two animations one for snowing and other for countdown. Just like above image. I could make snow flowing, but I don't know how to put the countdown. If you have

[android-developers] How can split mp4 file?

2012-06-11 Thread lbendlin
Use a desktop video editor. -- 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

Re: [android-developers] How can split mp4 file?

2012-06-11 Thread Jim Graham
On Mon, Jun 11, 2012 at 04:54:50AM -0700, lbendlin wrote: Use a desktop video editor. And that's not all mp4 is a compressed format. You will have key frames (aka I frames) which encode the full screen, and [I forgot the name of the others---it's been a while] frames which encode only the

[android-developers] Eclipse install (Mac OS X) WAS fine...now it won't run

2012-06-11 Thread Jim Graham
I'm setting up my new Mac Mini for development so I can get back to work on my app, and I HAD Eclipse working fine Friday (where before, my old POS windoze laptop couldn't even run the emulator, on my Mac, an emulator for Android 3.2, with custom screen dimensions to match may tablet, it took 1

[android-developers]

2012-06-11 Thread Vijay Krishnan
Hi all, How to load images from gallery in my app. Thanks, vijay.k -- 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

Re: [android-developers]

2012-06-11 Thread Harri Smått
Check gallery Intent. Shouln't be a problem to find example code. -- H On Jun 11, 2012 4:00 PM, Vijay Krishnan vijay.vijay...@gmail.com wrote: Hi all, How to load images from gallery in my app. Thanks, vijay.k -- You received this message because you are subscribed to the Google

Re: [android-developers]

2012-06-11 Thread Vijay Krishnan
Thank U Harri On Mon, Jun 11, 2012 at 6:44 PM, Harri Smått har...@gmail.com wrote: Check gallery Intent. Shouln't be a problem to find example code. -- H On Jun 11, 2012 4:00 PM, Vijay Krishnan vijay.vijay...@gmail.com wrote: Hi all, How to load images from gallery in my app.

Re: [android-developers]

2012-06-11 Thread Vijay Krishnan
i want to load images from gallery without using gallery intent On Mon, Jun 11, 2012 at 6:45 PM, Vijay Krishnan vijay.vijay...@gmail.comwrote: Thank U Harri On Mon, Jun 11, 2012 at 6:44 PM, Harri Smått har...@gmail.com wrote: Check gallery Intent. Shouln't be a problem to find example

[android-developers] Re: How can split mp4 file?

2012-06-11 Thread apaladin
thank you that's really great advice for me On 6월11일, 오후9시39분, Jim Graham spooky1...@gmail.com wrote: On Mon, Jun 11, 2012 at 04:54:50AM -0700, lbendlin wrote: Use a desktop video editor. And that's not all mp4 is a compressed format. You will have key frames (aka I frames) which

Re: [android-developers] Eclipse install (Mac OS X) WAS fine...now it won't run

2012-06-11 Thread swingyang yang
o, that's very terrible ! there must have something wrong during you install eclipse, did you have try on linux ubuntu version ? perhaps your luncks will be coming ! Good Lunck, my friend ! 2012/6/11 Jim Graham spooky1...@gmail.com I'm setting up my new Mac Mini for development so I

Re: [android-developers]

2012-06-11 Thread Harri Smått
Ah, I see. I think there's an API for accessing gallery database but guess there's people with more knowledge on this than myself. -- H On Jun 11, 2012 4:23 PM, Vijay Krishnan vijay.vijay...@gmail.com wrote: i want to load images from gallery without using gallery intent On Mon, Jun 11, 2012

Re: [android-developers] Eclipse install (Mac OS X) WAS fine...now it won't run

2012-06-11 Thread Jim Graham
On Mon, Jun 11, 2012 at 09:46:58PM +0800, swingyang yang wrote: o, that's very terrible ! there must have something wrong during you install eclipse, did you have try on linux ubuntu version ? perhaps your luncks will be coming ! Good Lunck, my friend ! If I'd done something wrong

[android-developers] Re: Eclipse install (Mac OS X) WAS fine...now it won't run

2012-06-11 Thread G. Blake Meike
It would be very helpful to have the *actual* error message. Most probably, though, your workspace has been corrupted. The simplest thing to do is to delete it, since it probably doesn't have much in it yet. By default, I believe, it is in ~/Documents/eclipse G. Blake Meike Marakana The

Re: [android-developers] Re: Eclipse install (Mac OS X) WAS fine...now it won't run

2012-06-11 Thread swingyang yang
hi, Jim, do you have checked the eclipse.ini file in the eclipse install location ? Perhase the system is out of memery, I just guess. 2012/6/11 G. Blake Meike blake.me...@gmail.com It would be very helpful to have the *actual* error message. Most probably, though, your workspace has been

Re: [android-developers] Re: Eclipse install (Mac OS X) WAS fine...now it won't run

2012-06-11 Thread Jim Graham
On Mon, Jun 11, 2012 at 06:56:40AM -0700, G. Blake Meike wrote: On Monday, June 11, 2012 5:48:40 AM UTC-7, Spooky wrote: I went to start Eclipse this morning, and I get an error message that it's either damaged or incomplete. ^ It would be very

Re: [android-developers] Re: Eclipse install (Mac OS X) WAS fine...now it won't run

2012-06-11 Thread Jim Graham
On Mon, Jun 11, 2012 at 10:04:33PM +0800, swingyang yang wrote: hi, Jim, do you have checked the eclipse.ini file in the eclipse install location ? Perhase the system is out of memery, I just guess. I rather doubt it. With 8 GB RAM (as in memory), and not much running right now, the odds of

Re: [android-developers] unused application permissions

2012-06-11 Thread Kristopher Micinski
http://www.android-permissions.org does exactly this. On Mon, Jun 11, 2012 at 7:39 AM, Live Happy livehap...@gmail.com wrote: it is there a tools  or way to know what is the unused permission in the application coz there is alot of permissions in my application added with developing time and

[android-developers] how make a button event bubble up to listview

2012-06-11 Thread marcin kolonko
is there a way to make a touch event on a button bubble up to the listview? i want to be able to recieve click events on a button. but when the user start scrolling while touching the button, the motionevent should be going up to the row, where the gesture is detected. thx -- You received

[android-developers] Re: unused application permissions

2012-06-11 Thread Chris Stratton
On Jun 11, 10:40 am, Kristopher Micinski krismicin...@gmail.com wrote: On Mon, Jun 11, 2012 at 7:39 AM, Live Happy livehap...@gmail.com wrote: it is there a tools  or way to know what is the unused permission in the application http://www.android-permissions.orgdoes exactly this. Perhaps

Re: [android-developers] Re: unused application permissions

2012-06-11 Thread Kristopher Micinski
Yes, we get it, static analysis is approximate. But we live in reality. The stowaway tool has been evaluated for thousands of apps substantiated by dynamic analysis, and backed by a CCS paper. The plain and simple is, you will not write the masochistic cases, and while this tool makes necessary

[android-developers] Concept: build sophisticated Android apps in minutes, using building blocks

2012-06-11 Thread Linton Ye
Hi, please see below a prototype I've been working on lately. And let know if this looks like something useful? http://www.jimulabs.com/?utm_source=Android%2Bgroup%2Butm_medium=forum%2Butm_campaign=jimu Thanks, Linton -- You received this message because you are subscribed to the Google

[android-developers] finding if the device has phone support/flight mode

2012-06-11 Thread guich
Hi, Currently i identify a device using the imei. However, some devices does not have phone support, and tho, they don't have imei. In devices that have phone/telephony and have imei, if they turn off the device, turn on and then put it in flight mode, the imei is not available. So, is there a

Re: [android-developers] unused application permissions

2012-06-11 Thread Mark Murphy
On Mon, Jun 11, 2012 at 10:40 AM, Kristopher Micinski krismicin...@gmail.com wrote: http://www.android-permissions.org does exactly this. Is the code for this available for download somewhere that you know of? A quick Google search is coming up with nothing. I get nervous about upload the APK

Re: [android-developers] finding if the device has phone support/flight mode

2012-06-11 Thread Mark Murphy
On Mon, Jun 11, 2012 at 12:53 PM, guich guiha...@gmail.com wrote: So, is there a way that i can find if the device has no imei, or is in flight mode? If by flight mode you mean airplane mode, you can determine if that is enabled here:

Re: [android-developers] unused application permissions

2012-06-11 Thread Kristopher Micinski
On Mon, Jun 11, 2012 at 1:08 PM, Mark Murphy mmur...@commonsware.com wrote: On Mon, Jun 11, 2012 at 10:40 AM, Kristopher Micinski krismicin...@gmail.com wrote: http://www.android-permissions.org does exactly this. Is the code for this available for download somewhere that you know of? A

[android-developers] Building Forms - Best Approach?

2012-06-11 Thread Rpuccini
In case of apps that clients demand many input fields and later screens that shows results calculations from these inputs, what is the best way to arrange a form with those many fields on a limited screen as smartphones' ? 1) I have thought of many fields straight on the same Activity/ Fragment

[android-developers] Re: Concatenating two or more audio files in single audio file.

2012-06-11 Thread Giuseppe
Hi Akhilesh, what kind of Audio format you would like to merge? look our app, probably can help you: https://play.google.com/store/apps/details?id=com.voicepro -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Extra menu bar in HTC One X

2012-06-11 Thread Nathan
A customer sent me a screenshot from Android, with a full width button at the bottom with three dots, in addition to the more choices on the action bar on the top. This is not a desirable outcome. However, It does not occur on Galaxy Nexus. It does not occur on any ICS emulators that I set

Re: [android-developers] Dynamically loading a jar file at runtime

2012-06-11 Thread TreKing
On Mon, Jun 11, 2012 at 2:11 AM, Reddy devireddy@gmail.com wrote: I have a requirement that i need to download a jar file dynamically at runtime and use a function present in the jar. I would expect that this would not be possible, for what should be obvious security concerns.

Re: [android-developers] Building Forms - Best Approach?

2012-06-11 Thread Fred Niggle
other options are save into a database or a local file and read back later. On 11 June 2012 19:05, Rpuccini renatoppucc...@gmail.com wrote: In case of apps that clients demand many input fields and later screens that shows results calculations from these inputs, what is the best way to

Re: [android-developers] Dynamically loading a jar file at runtime

2012-06-11 Thread Kristopher Micinski
That's right, this is currently a bad idea for security reasons... What do you want to do? That might inform more about what you should be doing, and perhaps we can give some advice as to a possible compromise.. (This is possible, using a DexClassLoader, though at the current time you should

Re: [android-developers] Building Forms - Best Approach?

2012-06-11 Thread Michael Banzon
You might want to look into ViewFlipper. It lets you add some views/elements and switch between them - using buttons if you like. On Mon, Jun 11, 2012 at 8:05 PM, Rpuccini renatoppucc...@gmail.com wrote: In case of apps that clients demand many input fields and later screens that shows

Re: [android-developers] Re: Eclipse install (Mac OS X) WAS fine...now it won't run

2012-06-11 Thread Jim Graham
Ok, Eclipse is working again I removed the entire directory again, and reinstalled it again. This time, it worked. Now, here's the question: I already have the SDK and the APIs installed, but I don't remember how to point Eclipse to them when they're already installed. Can anyone plese

Re: [android-developers] Re: Eclipse install (Mac OS X) WAS fine...now it won't run

2012-06-11 Thread Kristopher Micinski
Go in the Eclipse configuration, for the Android tab in preferences, and point it at your SDK directory. I don't remember where that is in the dev guide, but I don't remember it being too hard, sometimes annoying. kris On Mon, Jun 11, 2012 at 2:47 PM, Jim Graham spooky1...@gmail.com wrote: Ok,

Re: [android-developers] Re: Eclipse install (Mac OS X) WAS fine...now it won't run

2012-06-11 Thread Jim Graham
On Mon, Jun 11, 2012 at 03:03:09PM -0400, Kristopher Micinski wrote: Go in the Eclipse configuration, for the Android tab in preferences, and point it at your SDK directory. I don't remember where that is in the dev guide, but I don't remember it being too hard, sometimes annoying. Thanks.

Re: [android-developers] Re: Eclipse install (Mac OS X) WAS fine...now it won't run

2012-06-11 Thread Kristopher Micinski
I had been informed by someone that the new release of Eclipse was faster than the old one, though it's still quite slow. kris On Mon, Jun 11, 2012 at 3:07 PM, Jim Graham spooky1...@gmail.com wrote: On Mon, Jun 11, 2012 at 03:03:09PM -0400, Kristopher Micinski wrote: Go in the Eclipse

Re: [android-developers] Re: Eclipse install (Mac OS X) WAS fine...now it won't run

2012-06-11 Thread Jim Graham
On Mon, Jun 11, 2012 at 03:14:46PM -0400, Kristopher Micinski wrote: I had been informed by someone that the new release of Eclipse was faster than the old one, though it's still quite slow. Fortunately, after re-installing only the ADT Plugin (took two tries, due to a timeout while trying to

[android-developers] Re: Getting error: The icon for your application is not valid. Please use a 48x48 PNG

2012-06-11 Thread Jitendra Nath
Hi , Thanks man. Finally your solution work. On Wednesday, 12 August 2009 13:19:55 UTC+5:30, bw wrote: I'm trying to upload an app to the market, but am getting the following error. The icon for your application is not valid. Please use a 48x48 PNG. I checked my icon and its

[android-developers] Can't display video in VideoView

2012-06-11 Thread Melanie Peterson
I'm trying to play a video in a VideoView and I'm failing miserably. I'm working in an Eclipse emulator and am half expecting it not to work there, but when I install my app on my Android phone (version 2.2.1) it also fails. The error message I get is Cannot play video. Sorry, this video cannot

[android-developers] Re: Extra menu bar in HTC One X

2012-06-11 Thread Nathan
There are pictures here, with the author shaming all the developers for not following standards and telling them to adopt the action overflow. http://www.droid-life.com/2012/05/30/dear-developers-can-we-quit-with-the-menu-button-already-and-adopt-an-action-overflow/ Any ideas on how to make

Re: [android-developers] Simple App Has Stopped Error

2012-06-11 Thread CaRRtel Industres
Kris you were right about my buildpath so I started over and ensured everything was correct. Now back to my first problem, the log cat is telling me it is unable to instantiate the activity and that there is a FATAL EXCEPTION: main. Any idea on what this means? On Sunday, June 10, 2012 9:15:31

Re: [android-developers] Simple App Has Stopped Error

2012-06-11 Thread Kristopher Micinski
Post your entire log cat here.. On Mon, Jun 11, 2012 at 6:30 PM, CaRRtel Industres carrtelindustr...@gmail.com wrote: Kris you were right about my buildpath so I started over and ensured everything was correct. Now back to my first problem, the log cat is telling me it is unable to

Re: [android-developers] Simple App Has Stopped Error

2012-06-11 Thread CaRRtel Industres
06-11 17:21:33.460: E/AndroidRuntime(29353): FATAL EXCEPTION: main 06-11 17:21:33.460: E/AndroidRuntime(29353): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{carrtel.industries.app.q/carrtel.industries.app.q.AppQShare}: java.lang.ClassNotFoundException:

Re: [android-developers] Simple App Has Stopped Error

2012-06-11 Thread Kristopher Micinski
This typically happens because you haven't properly declared your activity within your manifest, kris On Mon, Jun 11, 2012 at 6:48 PM, CaRRtel Industres carrtelindustr...@gmail.com wrote: 06-11 17:21:33.460: E/AndroidRuntime(29353): FATAL EXCEPTION: main 06-11 17:21:33.460:

Re: [android-developers] Extra menu bar in HTC One X

2012-06-11 Thread Mark Murphy
On Mon, Jun 11, 2012 at 2:25 PM, Nathan nathan.d.mel...@gmail.com wrote: Any idea on what I might be doing wrong? http://commonsware.com/blog/2012/06/08/removing-rogue-menus.html TL;DR: Set your targetSdkVersion to 14 and test the heck out of your app. -- Mark Murphy (a Commons Guy)

Re: [android-developers] unused application permissions

2012-06-11 Thread Mark Murphy
On Mon, Jun 11, 2012 at 1:13 PM, Kristopher Micinski krismicin...@gmail.com wrote: I haven't emailed the authors, but I would also suspect that they would be hesitant to give away their source (as it's still an active research project, iirc).  Perhaps I will ask them if they plan to distribute

Re: [android-developers] Simple App Has Stopped Error

2012-06-11 Thread CaRRtel Industres
Okay, I will go back and look at that. Thanks again. On Monday, June 11, 2012 5:52:44 PM UTC-5, Kristopher Micinski wrote: This typically happens because you haven't properly declared your activity within your manifest, kris On Mon, Jun 11, 2012 at 6:48 PM, CaRRtel Industres

Re: [android-developers] Extra menu bar in HTC One X

2012-06-11 Thread Nathan
On Monday, June 11, 2012 3:55:26 PM UTC-7, Mark Murphy (a Commons Guy) wrote: On Mon, Jun 11, 2012 at 2:25 PM, Nathan wrote: Any idea on what I might be doing wrong? http://commonsware.com/blog/2012/06/08/removing-rogue-menus.html TL;DR: Set your targetSdkVersion to 14 and test the

Re: [android-developers] Re: Eclipse install (Mac OS X) WAS fine...now it won't run

2012-06-11 Thread Kostya Vasilyev
Regarding how long it takes to install software in Eclipse: There is a checkbox in the first software installation window, labeled contact all software sites. It's enabled by default. Switching it off makes the installation and updates go much faster. This requires that any dependencies are

Re: [android-developers] Extra menu bar in HTC One X

2012-06-11 Thread Kostya Vasilyev
Watch out for new widget padding rules, as well (if you've got them widgets in your app, that is). Still, seems to me like an HTC screwup (or a perceived feature...) 12.06.2012 3:49 пользователь Nathan nathan.d.mel...@gmail.com написал: On Monday, June 11, 2012 3:55:26 PM UTC-7, Mark Murphy (a

Re: [android-developers] Extra menu bar in HTC One X

2012-06-11 Thread Nathan
On Monday, June 11, 2012 4:51:37 PM UTC-7, Kostya Vasilyev wrote: Watch out for new widget padding rules, as well (if you've got them widgets in your app, that is). I'd love to know more. What widgets? Do you mean home screen widgets? Still, seems to me like an HTC screwup (or a perceived

Re: [android-developers] Re: Eclipse install (Mac OS X) WAS fine...now it won't run

2012-06-11 Thread Jim Graham
On Tue, Jun 12, 2012 at 03:49:13AM +0400, Kostya Vasilyev wrote: Regarding how long it takes to install software in Eclipse: There is a checkbox in the first software installation window, labeled contact all software sites. It's enabled by default. I found something today (keep in mind, I've

[android-developers] Re: Eclipse install (Mac OS X) WAS fine...now it won't run

2012-06-11 Thread G. Blake Meike
Ah! So... the directory that, most likely, was corrupt is a directory in the workspace. It is called .metadata. That's probably all you needed to delete. Because this happens, occasionally, with eclipse, many developers separate the workspace from the projects. The workspace is a

Re: [android-developers]

2012-06-11 Thread Justin Anderson
Here is some code that I wrote to get information about the last image added to the gallery... While it isn't exactly what you want, it should give you enough information to get started. Oh, and one other thing to note... This code was written in C# using MonoForAndroid. It should be pretty

Re: [android-developers] Re: Eclipse install (Mac OS X) WAS fine...now it won't run

2012-06-11 Thread Jim Graham
On Mon, Jun 11, 2012 at 05:34:01PM -0700, G. Blake Meike wrote: That means that you can delete, copy, or use an alternate workspace independent of the projects visible from it. That sounds very similar to what I did: $ cd Android $ mv workspace work.space $ mkdir workspace And

Re: [android-developers] Menu Widget

2012-06-11 Thread Justin Anderson
The name of that UI element is probably something like CustomFacebookMenuThatYouWouldHaveToCreateFromScratchIfYouWantTheSameBehavior :-) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Jun 10, 2012 at 2:01 PM, zachariahyoung zpyo...@gmail.com

Re: [android-developers] Extra menu bar in HTC One X

2012-06-11 Thread Dianne Hackborn
This was a deliberate decision in ICS, because we found a lot of applications that set their targetApiVersion to 11 so they wouldn't have the menu button on tablets, but assumed they would still have a menu button when running on a phone.

Re: [android-developers] Extra menu bar in HTC One X

2012-06-11 Thread Nathan
On Monday, June 11, 2012 9:03:02 PM UTC-7, Dianne Hackborn wrote: This was a deliberate decision in ICS, because we found a lot of applications that set their targetApiVersion to 11 so they wouldn't have the menu button on tablets, but assumed they would still have a menu button when

Re: [android-developers] Dynamically loading a jar file at runtime

2012-06-11 Thread Reddy
*Hi Kristopher Micinski, can u please explain me how i can do this using DexClassLoader. The usecase is like this. 1. Jar files contains some encryption/decryption algorithms. 2. Algorithms should not present in the application. 3. Need to download at runtime and use it to complete the process.

Re: [android-developers] Dynamically loading a jar file at runtime

2012-06-11 Thread Kristopher Micinski
On Tue, Jun 12, 2012 at 1:00 AM, Reddy devireddy@gmail.com wrote: Hi Kristopher Micinski, can u please explain me how i can do this using DexClassLoader. The usecase is like this. 1. Jar files contains some encryption/decryption algorithms. 2. Algorithms should not present in the

[android-developers]

2012-06-11 Thread Vijay Krishnan
Hi all, I am developing OCR application,so that i want to take clear picture of business cards.Anyone help on taking a clear picture. Thanks, vijay.k -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Dynamically loading a jar file at runtime

2012-06-11 Thread Chris Stratton
On Jun 11, 2:30 pm, TreKing treking...@gmail.com wrote: On Mon, Jun 11, 2012 at 2:11 AM, Reddy devireddy@gmail.com wrote: I have a requirement that i need to download a jar file dynamically at runtime and use a function present in the jar. I would expect that this would not be possible,

[android-developers] Re: Dynamically loading a jar file at runtime

2012-06-11 Thread Chris Stratton
On Jun 12, 1:00 am, Reddy devireddy@gmail.com wrote: 1. Jar files contains some encryption/decryption algorithms. 2. Algorithms should not present in the application. I really hope you aren't hoping that will prevent others from seeing those algorithms. -- You received this message

Re: [android-developers] Re: Dynamically loading a jar file at runtime

2012-06-11 Thread Kristopher Micinski
On Tue, Jun 12, 2012 at 1:41 AM, Chris Stratton cs07...@gmail.com wrote: On Jun 11, 2:30 pm, TreKing treking...@gmail.com wrote: On Mon, Jun 11, 2012 at 2:11 AM, Reddy devireddy@gmail.com wrote: I have a requirement that i need to download a jar file dynamically at runtime and use a

[android-developers] Different layouts for different groups in a Expandable ListView

2012-06-11 Thread Raneez
I use an expandable listview in my application, where each group has different Table Layouts. And i want to set onClick Listener to each rows in the table. How is it possible? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this