[android-developers] Re: Need help because im not seeing the built in ui designer

2016-05-19 Thread armani star
Excuse me, i am getting this error msg when building Gradle (i dont even know what that is) 10:49:46 AM Gradle sync failed: Unable to load class 'com.google.common.collect.BiMap'. Consult IDE log for more details (Help | Show Log) Can anybody help? Op donderdag 19 mei 2016

[android-developers] Re: Need help regarding how to use MINI_THUMB_MAGIC

2014-10-12 Thread Feisal Ras
- On Sunday, October 12, 2014 6:29:35 PM UTC-7, Feisal Ras wrote: Have you found a way to benefit from the MINI_THUMB_MAGIC column without doing a second query to access the thumbnails? On Saturday, January 2, 2010 12:06:54 PM UTC-8, CaptainSpam wrote: In an app I'm developing, I have a

[android-developers] Re: Need help regarding how to use MINI_THUMB_MAGIC

2014-10-12 Thread Feisal Ras
Have you found a way to benefit from the MINI_THUMB_MAGIC column without doing a second query to access the thumbnails? On Saturday, January 2, 2010 12:06:54 PM UTC-8, CaptainSpam wrote: In an app I'm developing, I have a need to list the images stored on the device in a Gallery widget. In a

[android-developers] Re: Need help with background loading

2013-05-08 Thread Piren
dude... i think you're not getting what i'm telling you. onLoadFinished() should call startActivity(new Intent(DialogActivity.class, context)); DialogActivity is NOT Activity B, its a whole NEW one that you dont have now. then the onCreate of DialogActivity just does

[android-developers] Re: Need help with background loading

2013-05-07 Thread Piren
Launch it from where ever you want (better though to use the launcher activity) then on the onPostExecute launch an activity that just shows a dialog (or is a dialog). You can style the activity to either appear as dialog or just have it transparent (transparent background) and use regular

[android-developers] Re: Need help with background loading

2013-05-07 Thread MathieuB
Thanks for the reply! That works, indeed, but what I really wanted to achieve was to show the alertDialog even if the user is not in the launcher activity anymore. For example : In home activity (Activity A), I start the loader. The onLoadFinished is not yet called and the user goes in

[android-developers] Re: Need help with background loading

2013-05-07 Thread Piren
I'm not sure you fully understand what my solution is... Instead of figuring out ways how to get Activity B (or any of your other existing activities) to show the dialog (it can be done of course) i'm suggesting instead to show it in a whole new activity, Activity C. The idea behind is it that

[android-developers] Re: Need help with background loading

2013-05-07 Thread MathieuB
We misunderstood! I understood your solution and used it. I launch an activity as a dialog on onLoadFinished. But the loader is initialized in my main activity. So if I goes to another Activity (eg Activity B), and the onLoadFinished is not called yet, then the dialog will not appear because

[android-developers] Re: Need help with AVD

2013-01-08 Thread Asaf Nassi
yes, I am, I using Eclipse-ADT and the android-sdk is r21 there isn't samsung galaxy s3 in the list On Monday, January 7, 2013 4:56:26 AM UTC+2, rober...@live.com wrote: There should be some preset ones already on there. Are you using Eclipse? -- You received this message because you are

[android-developers] Re: Need help with AVD

2013-01-07 Thread robertg8989
There should be some preset ones already on there. Are you using Eclipse? -- 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

[android-developers] Re: Need help with AVD

2013-01-06 Thread kowalski
size - size of device you are emulating. Like say, 4.7'' LG Optimus L9 (screens size=4.5'') density - ppi measure buttons - the 3 physical buttons that every device has - dial,homescreen, back or search. that's the best shot i can give. i'm myself a beginner. On Monday, January 7, 2013 1:51:37

[android-developers] Re: Need help to read .ASPX webpage in app

2012-11-13 Thread Brill Pappin
Look up WebView in order to display the page. Modifying the page is not an android problem, but you can look up CSS which might help. - Brill On Tuesday, 6 November 2012 03:48:51 UTC-5, Ashish Banerjee wrote: I need to display the content of an ASPX webpage in a apps gui in a modified form

[android-developers] Re: Need Help with Make App

2012-10-29 Thread bob
Sounds like you will want to put it in a WebView and enable JavaScript. On Sunday, October 28, 2012 11:39:54 AM UTC-5, albazi wrote: hello how are you today? i'm new here i don't know nothing about how to make App for Android i just download/installed (eclipse juno) i'm runing

Re: [android-developers] Re: Need Help with Android Monkey

2012-10-22 Thread $rik@nth
It seems that the /mnt/sdcard doesn't have rw permissions. Can you check the filesystem permissions for /mnt/sdcard by executing mount from shell.? On Fri, Apr 6, 2012 at 9:51 AM, Diego Torres Milano dtmil...@gmail.comwrote: It seems that monkey tries to log the events to scriptlog.txt in the

[android-developers] Re: NEED HELP!! - Food Menu Order/List Application

2012-07-24 Thread ranjit R
Hi, If you want to maintain small amount of data say settings then go for preferences and better go for SQlite database to hold the items .and load the list from data based on SQLite database. On Monday, July 23, 2012 7:40:49 AM UTC+5:30, Steve Meier wrote: I hope someone can help. I

[android-developers] Re: Need help on supporting IGMP protocol on android

2012-07-14 Thread Maryam
Hi, @Justin, I have an Samsung Galaxy version 4.0.2. I wrote an app that receives multicast packets. But it doesn't receive any. My router doesn't filter multicast packet. I have added the necessary permissions and acquire a multicast lock. It seems the main reason is that the phone doesn't

[android-developers] Re: need help in compiling source code

2012-07-04 Thread Bhanushali Ashwin N
Hi lambu0594, I am facing the same issue while building for android ICS for device Huawei U8818. Have you solved issue? please help me I am googling for 15 days but nothing found. Thanks. On Wednesday, 11 January 2012 12:04:51 UTC+5:30, lambu0594 wrote: while compiling ice cream sandwich for

Re: [android-developers] Re: need help in compiling source code

2012-07-04 Thread Mark Murphy
This list is for developing apps with the Android SDK, not for compiling the Android source code. Please visit http://source.android.com for source code questions. On Wed, Jul 4, 2012 at 5:43 AM, Bhanushali Ashwin N mailbhanushaliash...@gmail.com wrote: Hi lambu0594, I am facing the same issue

[android-developers] Re: Need help - hidden GPS monitoring app

2012-07-02 Thread Mihai Popescu
Hello, everybody! And I wish you a pleasant week ;) I guess I'll have to talk to the customer, and rediscuss his requirements and the budget for this. Guess my initial concerns about this were right: Custom OS is the answer :) Thank you very much for all you replies, and I hope I can count on

Re: [android-developers] Re: Need help - hidden GPS monitoring app

2012-07-02 Thread Kristopher Micinski
Good luck. I might note that this list is not for Android source development and modifications, and you will likely be redirected to the Android source lists (source.android.com). You can find lists there, (android-platform, android-porting, etc...) which might help you out more than this one,

[android-developers] Re: Need help - hidden GPS monitoring app

2012-06-29 Thread Terry
I don't think it can be done! Terry kl. 12:03:08 UTC+2 onsdag 27. juni 2012 skrev Mihai Popescu følgende: Hello, I am rather new to Android, and I need some information and opinions. I intend to develop an application which would run on some Android phone, seeminglessly in the

[android-developers] Re: Need help - hidden GPS monitoring app

2012-06-29 Thread Mihai Popescu
Hi, Your answer does not sattisfy me :) Perhaps I din't provide enough information. 1. I can program, I can learn, but I first need to know if what I want is possible 2. I am a toal Android n00b, so I need number 1 answered first 3. the application is intended to be used for employee tracking

Re: [android-developers] Re: Need help - hidden GPS monitoring app

2012-06-29 Thread Kristopher Micinski
You can't hide it from the application manager. What you are describing sounds like a spy app, which Android works to make impossible to write. In fact all of the things you describe modify the behavior of the system in some nontrivial way, you cannot cause your app to take hold of the user's

[android-developers] Re: Need help - hidden GPS monitoring app

2012-06-29 Thread Streets Of Boston
Unless you bake your own proprietary ROM/image for these phone, it is not possible. You can't run a service in the background without the being unable to find out. It is always discoverable and it can be terminated. Second of all, you'd need a device with a hell of a battery. The constant

Re: [android-developers] Re: Need help - hidden GPS monitoring app

2012-06-29 Thread Daniel Drozdzewski
Mihai, It is possible to achieve what you need to a degree. What I mean is: if I knew that the phone I am carrying is a snooping device, I would switch the thing off. No app will be able to connect to the mothership when the whole platform is down. Completely agree with Kristopher: what you are

Re: [android-developers] Re: Need help - hidden GPS monitoring app

2012-06-29 Thread Kristopher Micinski
Not to mention that you should probably investigate the legal implications of tracking all of your employees 24/7 ... kris On Fri, Jun 29, 2012 at 11:20 AM, Streets Of Boston flyingdutc...@gmail.com wrote: Unless you bake your own proprietary ROM/image for these phone, it is not possible.

Re: [android-developers] Re: Need help - hidden GPS monitoring app

2012-06-29 Thread Kristopher Micinski
seriously, that sounds like a slashdot headline: Company X found to have installed tracking software on 3300 salesperson's phones. kris On Fri, Jun 29, 2012 at 11:22 AM, Kristopher Micinski krismicin...@gmail.com wrote: Not to mention that you should probably investigate the legal implications

[android-developers] Re: Need help - hidden GPS monitoring app

2012-06-29 Thread Mihai Popescu
First of all: Google's idea about design seems to evade me :) I didn't see most of your replies. 1. Legal issues The software (application, service or custom OS) will be used on employee handsets. I assume our customer can get them to sign some papers for this, it is not really my problem :)

Re: [android-developers] Re: Need help - hidden GPS monitoring app

2012-06-29 Thread Mark Murphy
On Fri, Jun 29, 2012 at 12:08 PM, Mihai Popescu mihai.m.pope...@gmail.com wrote: Android is based on Linux, so doesn't it have some low-level user management? You know, somewhat like a regular Linux distribution. Yes, which you mostly deal with in custom firmware. I am thinking maybe my

[android-developers] Re: Need help - hidden GPS monitoring app

2012-06-29 Thread Nobu Games
You got your answers by programmers who are familiar with the Android SDK and platform. What you are requesting is not possible without firmware modifications (which is out of the scope of this group). And I agree with Daniel's remarks. The idea itself is a bit flawed. What happens if there is

[android-developers] Re: Need help - hidden GPS monitoring app

2012-06-29 Thread Chris Stratton
On Jun 29, 12:08 pm, Mihai Popescu mihai.m.pope...@gmail.com wrote: The client is not a seller, it is a large company and its activity involves mostly transporting goods throughout the country. The purpose of the software is to monitor truck driver location, thus enforcing some policies to

Re: [android-developers] Re: Need help - hidden GPS monitoring app

2012-06-29 Thread Kristopher Micinski
The employees agree to keep the phone and GPS feature turned on as long as possible Not to mention ensuring they don't install a fake GPS app... kris -- 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: Need Help Problem about socket communication between android smartphone and PC through WIFI

2012-06-18 Thread Chris Stratton
This suggests that either you are using an emulator-only alias address, or are trying to contact a pc on a private network behind firewall/nat from the device's mobile network rather than having the device active on wifi at the time of the attempt.. Try something with prebuilt software such as a

[android-developers] Re: Need Help Im beginner

2012-05-21 Thread JTeagle
Have you placed the admob jar file in a suitable place, and referenced it in your project? The tutorial you are (hopefully) following *should* tell you where to put it and how to reference it. If you're using Eclipse, as I assume you are, it *might* be able to help you fix it. Hover the

[android-developers] Re: need help working with very large (photo) bitmaps

2012-04-20 Thread a1
When trying to blend the full-size camera image with an equal-size bitmap for the filter, unless I reduce the image size, I get an out of memory error. I really would like to allow users to get the maximum resolution possible. After scanning through the thread I've noticed that no one has

[android-developers] Re: Need help about Play Store banned application.

2012-04-16 Thread Tolriq
Ok so finally get an answer thanks Sparky. The first app was ban because of the screenshots containing a poster of Avatar. The Unlocker was ban because the screenhot contain the poster of Sintel an open source movie but don't have the proper copyright notice in the app description. So even

[android-developers] Re: Need help about Play Store banned application.

2012-04-13 Thread Tolriq
This is totally insane they just ban my unlocker application ... For the exact same reason as the old paying application This unlocker is a simple application that does nothing but only it's presence is checked by the free application. The free application is still here. They just

[android-developers] Re: Need help about Play Store banned application.

2012-04-12 Thread Tolriq
The full app was a full app, no donation ask or anything else. Buying the full app was the donation, and it's in the Google rules :( 12 days and still no answers from the two mails sended, this is really not serious for a big company like Google. I mean you pay to publish, Google takes 30% of

[android-developers] Re: Need help about Play Store banned application.

2012-04-12 Thread JackN
On Thursday, April 12, 2012 4:21:00 AM UTC-7, Tolriq wrote: The full app was a full app, no donation ask or anything else. Buying the full app was the donation, and it's in the Google rules :( 12 days and still no answers from the two mails sended, this is really not serious for a big

[android-developers] Re: Need help about Play Store banned application.

2012-04-12 Thread FiltrSoft
It might be b/c of the name of your app. It sounds very much like Yahtzee which is probably trademarked. On Thursday, April 5, 2012 7:37:01 AM UTC-4, Tolriq wrote: Hello, I've got a little problem with my app being banned from Play Store with the reason : *REASON FOR REMOVAL*: Violation

Re: [android-developers] Re: Need help about Play Store banned application.

2012-04-12 Thread Justin Anderson
I don't know about anyone else, but the paid version shows up for me on the Play Store: https://play.google.com/store/apps/details?id=org.leetzone.android.yatsewidgetunlocker Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Apr 12, 2012 at 3:11 PM,

Re: [android-developers] Re: Need help about Play Store banned application.

2012-04-12 Thread Tolriq
Well the icons are really ok : http://icons.mysitemyway.com/terms-of-use/ the terms are quite clear. For the name it's quite far from the copyrighted name and looks also like Yatzy that is same game in public domain. And for both remarks the free version use the same icons and name and is

Re: [android-developers] Re: Need help about Play Store banned application.

2012-04-12 Thread Zsolt Vasvari
If you won't get a response, there is nothing you can do about it. When I had a problem like this, I even tried visiting the Google offices here in Singapore and speak to the MD, but still couldn't get anybody with any authority to talk to me. The very nice receptionist told me that this

[android-developers] Re: Need help about Play Store banned application.

2012-04-10 Thread MatheuB
I've read somewhere that you cannot ask for donation inside an app. It was allowed in the past but now it's not, so may be the cause and would be logic that your free app is not banned. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Need help about Play Store banned application.

2012-04-05 Thread sparky
The email from Google Play should have told you how to follow up. I don't have access to the reasons why your app was suspended, but if it the app is okay, maybe your screen shots had a problem. On Thursday, April 5, 2012 1:37:01 PM UTC+2, Tolriq wrote: Hello, I've got a little problem

[android-developers] Re: Need help about Play Store banned application.

2012-04-05 Thread Tolriq
Well they give a link to the site that says to answer to the email. That's what I did without any feedback :( For the screenshots they were the same on the free and full app. I've changed them on the free one day after the ban in case of. But the situation where only one of two identical apps

Re: [android-developers] Re: Need help about Play Store banned application.

2012-04-05 Thread Sparky Rhode
I'm going to contact you off-list. On Thu, Apr 5, 2012 at 3:07 PM, Tolriq tol...@gmail.com wrote: Well they give a link to the site that says to answer to the email. That's what I did without any feedback :( For the screenshots they were the same on the free and full app. I've changed them

[android-developers] Re: Need help about Play Store banned application.

2012-04-05 Thread John Coryat
How do you manage your donate option? Is it using Google pay system or something like PayPal? -John Coryat -- 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: Need help about Play Store banned application.

2012-04-05 Thread Tolriq
The donate version was a full version only available on the Market. Only using Google since it's in the rules. I'm waiting for Google Play team feedback right now. Le jeudi 5 avril 2012 17:35:39 UTC+2, John Coryat a écrit : How do you manage your donate option? Is it using Google pay system

[android-developers] Re: Need Help with Android Monkey

2012-04-05 Thread Diego Torres Milano
It seems that monkey tries to log the events to scriptlog.txt in the external storage directory and it's not optional. On Thursday, 5 April 2012 03:19:01 UTC-4, naieem.khan wrote: Hi, I need help with android monkey. I am using sdk version 4.0.3, API 15. I am getting the same

[android-developers] Re: Need help fine tuning gmail like ListView.

2012-03-23 Thread mcterry
A relatively simple approach is to add an onClick to the LinearLayout that wraps both the ImageView and the CheckBox that you have. This makes it so that when you touch anything around that area, you are triggering your onClick method. In your Activity, you should have your onClick method

[android-developers] Re: Need help fine tuning gmail like ListView.

2012-03-23 Thread Nadeem Hasan
The above should work for you very well. Also, consider using RelativeLayout instead of the deeply nested layout that you have. -- 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: Need help fine tuning gmail like ListView.

2012-03-23 Thread Steve Garon
Thanks all. I have everything I need to fix my problem. I'll read more on the TouchDelegate since it seems to be the proper way to do it but might end up using an onclick on my linear layout. There was also a good solution on the google plus post suggested by Nikolay: (It's mostly equivalent

[android-developers] Re: Need help on reading the html source of a page

2012-03-16 Thread Ali Chousein
Well, if you don't know a technology to solve your problem, use the opportunity and just learn the God damn technology. Others will only give you guidance. Asking others to do the job for you (even if it's VEERY URGENT) is not going to take you anywhere. The number of messages in which people

[android-developers] Re: Need help with relativelayout

2012-02-16 Thread Kristoffer
Maye i should try to explain some more what i need. Lets say that i add one more images, so that iam up to three, if all images is active it would look like this: CBA if B is gone i would now look like this C A i wanna have it like this CA with no space for B. On 16 Feb, 10:39, Kristoffer

Re: [android-developers] Re: Need help with relativelayout

2012-02-16 Thread Kostya Vasilyev
Have you tried android:layout_alignWithParentIfMissing ? http://developer.android.com/reference/android/widget/RelativeLayout.LayoutParams.html#attr_android:layout_alignWithParentIfMissing 16 февраля 2012 г. 14:45 пользователь Kristoffer kris.isak.v...@gmail.com написал: Maye i should try to

[android-developers] Re: need help in coding for animation

2012-01-11 Thread Ali Chousein
can anyone provide code for this. I can. Which address I should send the invoice? -- 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

Re: [android-developers] Re: need help in coding for animation

2012-01-11 Thread Jatin D Patel
@syam, I guess i am working on same concept. Make use of AnimationDrwable. I am not sure that it is the only solution. But i can think of solving your problem, using that concept. On Wed, Jan 11, 2012 at 3:10 AM, Ali Chousein ali.chous...@gmail.comwrote: can anyone provide code for this.

[android-developers] Re: need help in coding for flickr integration

2012-01-10 Thread Ali Chousein
I can help you in everything you need, but it depends on the budget of your project :-) On Jan 9, 10:53 am, chowdary nani naveenneeli...@gmail.com wrote: Hi All, Can any one please help me in coding Flickr integration in android Thanks Naveen. -- You received this message because you are

Re: [android-developers] Re: need help in coding for flickr integration

2012-01-10 Thread arun kumar
Hi you have built a Flickr Java library for Android: http://code.google.com/p/flickrj-android/ -- WITH REGARDS ARUN KUMAR P D +91-9663471079 -- 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: Need Help

2011-12-01 Thread lbendlin
startActivityForResult and onResult -- 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] Re: need help on menu in android

2011-11-25 Thread sktniran
Thank you so much TreKing and JonFHancock... it's worked 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@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: need help on menu in android

2011-11-23 Thread JonFHancock
Specifically, you want to look at the APIs for KeyEvent. http://developer.android.com/reference/android/view/KeyEvent.html and onKeyDown() http://developer.android.com/reference/android/view/View.html#onKeyDown(int, android.view.KeyEvent) @Override public boolean onKeyDown(int keyCode,

[android-developers] Re: Need help on connecting android app to remote database.

2011-11-09 Thread hhenne
Also recommends REST services and using JSON. Recommends Playframework as server for implementing REST services. On the client side you can use a RestClient class to help you with communication. Google for it. Use the AsyncTask object for handling server communication in background. Use the

Re: [android-developers] Re: Need help on connecting android app to remote database.

2011-11-09 Thread Ratheesh Valamchuzhy
this will really help http://www.helloandroid.com/tutorials/connecting-mysql-database -- 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,

[android-developers] Re: Need help on connecting android app to remote database.

2011-11-07 Thread fba
Hi Charan, There isn't an easy way in Android to access a remote database. I suppose you could dig around and figure out how mysql communicates across the network, and then develop an interface from there. However, it seems that would be pretty involved. I had a need to do something similar

Re: [android-developers] Re: Need help on connecting android app to remote database.

2011-11-07 Thread Francisco Dalla Rosa soares
create a REST API to do the operations you need. That's the easiest and cleanest way. 2011/11/8 fba chsoftwo...@gmail.com Hi Charan, There isn't an easy way in Android to access a remote database. I suppose you could dig around and figure out how mysql communicates across the network, and

[android-developers] Re: need help

2011-11-02 Thread Divyata Panchal
plz help me. i want to add an option to contact inflate when long pressing any contact number from contact list... On Nov 1, 5:14 pm, TreKing treking...@gmail.com wrote: On Mon, Oct 31, 2011 at 11:16 PM, Divyata Panchal panchal.divyat...@gmail.com wrote: is it possible to change default

Re: [android-developers] Re: need help

2011-11-02 Thread TreKing
On Wed, Nov 2, 2011 at 1:03 AM, Divyata Panchal panchal.divyat...@gmail.com wrote: i want to add an option to contact inflate when long pressing any contact number from contact list... What have you tried thus far?

[android-developers] Re: Need help on Saving bunch of images in a slideshow video(.3gp)

2011-10-26 Thread Mamun
Hi, I posted the topic on stackoverflow 6 days earlier. But I did not get any response there. Can anyone suggest me where can I get the answer? Its really important for me now. Thanks Mamun On Oct 20, 11:01 am, Mamun mamu...@gmail.com wrote: Thank you very much. I posted it in stackoverflow.

[android-developers] Re: Need help on Saving bunch of images in a slideshow video(.3gp)

2011-10-19 Thread Mamun
Here I mean, I need a sample code written in android to generate a video(3gp) from a bunch of images and sound file with a predefined delay between the image frames. Thanks Mamun On Oct 19, 9:07 pm, Mamun mamu...@gmail.com wrote: Hi, I am facing some problems regarding slideshow video from

Re: [android-developers] Re: Need help on Saving bunch of images in a slideshow video(.3gp)

2011-10-19 Thread Mark Murphy
On Wed, Oct 19, 2011 at 8:07 PM, Mamun mamu...@gmail.com wrote: Here I mean, I need a sample code written in android to generate a video(3gp) from a bunch of images and sound file with a predefined delay between the image frames. Creating 3GP files has nothing to do with Android. You either

[android-developers] Re: Need help on Saving bunch of images in a slideshow video(.3gp)

2011-10-19 Thread Mamun
Thank you very much. I posted it in stackoverflow. On Oct 20, 6:29 am, Mark Murphy mmur...@commonsware.com wrote: On Wed, Oct 19, 2011 at 8:07 PM, Mamun mamu...@gmail.com wrote: Here I mean, I need a sample code written in android to generate a video(3gp) from a bunch of images and sound

[android-developers] Re: Need help with problem reading local variables

2011-09-19 Thread Ab Caballero
Thanks, Nick! I had written a method to do that an inadvertently forgot to call it. It was driving me crazy. On Sep 19, 12:29 pm, Nick Risaro nris...@gmail.com wrote: On Mon, Sep 19, 2011 at 3:50 PM, Ab Caballero a...@mac.com wrote:                                        StringBuffer fileBuf =

Re: [android-developers] Re: Need help with problem reading local variables

2011-09-19 Thread Nick Risaro
On Mon, Sep 19, 2011 at 5:10 PM, Ab Caballero a...@mac.com wrote: Thanks, Nick! Your welcome I had written a method to do that an inadvertently forgot to call it. It was driving me crazy. Sometimes the only you need are some fresh eyes On Sep 19, 12:29 pm, Nick Risaro

[android-developers] Re: need help with weird table

2011-09-12 Thread Russell DuRoss
I had a similar need and ended up building my own grid layout dynamically, using textviews with listviews within a vertical scroll view within a horizontal scroll view. By putting a listview inside the horizontal scroll view but outside the vertical scroll view I got column headers that didn't

[android-developers] Re: Need help setting service

2011-09-01 Thread treyb
Thank you for the replies. I am just beginning at android and i wasnt sure that if it wasnt running in the background, that it wouldnt give you the option. -- 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: need help on take snapshot and save

2011-08-24 Thread Michael Banzon
Win! ;-) On Mon, Aug 22, 2011 at 1:09 PM, Appaholics raghavs...@appaholics.in wrote: http://tinyurl.com/3tsnd6n On Mon, Aug 22, 2011 at 4:23 PM, sktniran sktniranjanad...@gmail.com wrote: oh sorry.. i want to take snapshot from camera and save it in sqllite db. thanks On Aug 22, 3:12 

[android-developers] Re: need help on take snapshot and save

2011-08-22 Thread sktniran
oh sorry.. i want to take snapshot from camera and save it in sqllite db. thanks On Aug 22, 3:12 pm, Appaholics raghavs...@appaholics.in wrote: Snapshot of the screen or through the camera? You will need to provide a lot more information. On Mon, Aug 22, 2011 at 3:15 PM, sktniran

Re: [android-developers] Re: need help on take snapshot and save

2011-08-22 Thread Appaholics
http://tinyurl.com/3tsnd6n On Mon, Aug 22, 2011 at 4:23 PM, sktniran sktniranjanad...@gmail.comwrote: oh sorry.. i want to take snapshot from camera and save it in sqllite db. thanks On Aug 22, 3:12 pm, Appaholics raghavs...@appaholics.in wrote: Snapshot of the screen or through the

[android-developers] Re: need help on take snapshot and save

2011-08-22 Thread Drezden
Another user asked the same question, your best option is probably to capture the image path in your onActivityResult from the camera and save this path to the database. Then you can restore this bitmap later by loading it through the BitmapFactory using decodeStream. On Aug 22, 4:45 am,

[android-developers] Re: Need help diagnosing problem

2011-08-01 Thread ajaykumar kanchak
you need arrange the things like for example u may used only for drawable ldpi, only but having mdpi ldpi hdpi so u have check out the things may be it may work only landscape make it as potrait and take resolutions dynamically it may fix only for some screens. On Jul 30, 9:27 pm, bob

[android-developers] Re: Need help diagnosing problem

2011-08-01 Thread Paul Turchenko
Omg! Are you serious? On Jul 30, 11:37 am, ajaykumar kanchak ajaykumar.kanc...@gmail.com wrote: you need arrange the things like for example u may used only for drawable ldpi, only but having mdpi ldpi hdpi so u have check out the things may be it may work only landscape make it as potrait and

[android-developers] Re: Need help on adding overlays on Map View

2011-07-27 Thread Jeremiah Snader
There are third party APIs available similar to Google API that will also allow for you to download local map files on the SD card in place of needing a connection even or provide different types of overlays that give you more freedom, etc. It's also something else to look into. On Jul 26, 6:19 

[android-developers] Re: Need help on adding overlays on Map View

2011-07-26 Thread Spiral123
no, you cannot get the overlay information from Google Maps, you will need to use the Google Places API: http://code.google.com/apis/maps/documentation/places/ Before you get too involved in development, I suggest you check your expected usage against the limits per the website. All requests

[android-developers] Re: Need help with getting records to display in a Spinner

2011-07-22 Thread Vance
Can anyone tell me if the Spinner needs to be in the same layout file as the ListView? On Jul 18, 8:27 pm, Vance vance0...@gmail.com wrote: I need help with getting employee records to display within a Spinner after first selecting a department within a ListView. I'm trying to get the Spinner

Re: [android-developers] Re: Need help with getting records to display in a Spinner

2011-07-22 Thread Kostya Vasilyev
If you're talking about this: // Create Spinner View object from layout resource Spinner spinner = (Spinner) findViewById(R.id.spinner1); Then the answer is yes. This line does not create the spinner. It locates the spinner, and returns it as a Java object reference. At this point, the spinner

Re: [android-developers] Re: Need help with getting records to display in a Spinner

2011-07-22 Thread TreKing
On Fri, Jul 22, 2011 at 4:33 PM, Vance vance0...@gmail.com wrote: Can anyone tell me if the Spinner needs to be in the same layout file as the ListView? Same file? No. Same view hierarchy? Yes. So each can be in it's own file. However, at some point they must be added to the root view or one

[android-developers] Re: Need help: errors using Market Licensing Library

2011-07-19 Thread Jim Graham
UPDATE: I checked for errors in LogCat. Last two messages from the License Checker are: Received Response and Clearing timeout. On Tue, Jul 19, 2011 at 11:00:45PM -0500, Jim Graham wrote: I'm using the Google Market Licensing Library. I installed it as a library, and included that per

[android-developers] Re: Need Help regrading sound meter

2011-07-15 Thread Amritesh
Thanks for the input Gary... could you tell me I am using the example API demos there it has example of equalizer and visualizer class but when I am running that application NoClassDefFoundError its throwing .I have tested it with the api-9,10,11 and 12. do you know how to resolve that issue. I

[android-developers] Re: Need Help regrading sound meter

2011-07-14 Thread gjs
http://stackoverflow.com/questions/5734332/vu-audio-meter-when-recording-audio-in-android On Jul 14, 9:34 pm, Amritesh amriteshmad...@gmail.com wrote: Hello Guys, I need help seriously as I am in middle of this app. and   I am stuck at this point. I am making an application which will play

[android-developers] Re: Need help with a Spinner

2011-07-07 Thread Jaswant
HI just do following: Create an ArrayList say list when Add button is click call list.add(editext content); and then create An ArrayAdapter with items taken from list then call spinner.setAdapter... For Clear call list.clear(); and then create An ArrayAdapter with items taken from list then call

[android-developers] Re: need help to create a simple function

2011-06-22 Thread iainb
You should return the Text variable you've used here not String which is a type. Also, by convention local variables shouldn't start with a capital, you should use braces {} And why is this static? As an example: 1 public static String func(){ 2text = textBox.getText().toString(); 3

[android-developers] Re: need help in ListActivity

2011-06-10 Thread Chris
Just post the logcat of the crash. -- 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] Re: Need help

2011-05-19 Thread neha
Thank u Can u provide me code to do this..I searched but got lengthy code.i want easy way to do this. On May 19, 12:59 pm, Mark Murphy mmur...@commonsware.com wrote: Use setImageURI() and a file:/// URI, or use BitmapFactory. On Thu, May 19, 2011 at 7:41 AM, neha neha.05...@gmail.com wrote:

[android-developers] Re: Need help

2011-05-19 Thread neha
Thanx a lot saurav... ur code works. can i fix size of image??? On May 19, 1:09 pm, neha neha.05...@gmail.com wrote: Thank u Can u provide me  code to do this..I searched but got lengthy code.i want easy way to do this. On May 19, 12:59 pm, Mark Murphy mmur...@commonsware.com wrote:

[android-developers] Re: Need help

2011-05-19 Thread neha
I got solution... Thank you all On May 19, 1:12 pm, neha neha.05...@gmail.com wrote: Thanx a lot  saurav... ur code works. can i fix size of image??? On May 19, 1:09 pm, neha neha.05...@gmail.com wrote: Thank u Can u provide me  code to do this..I searched but got

[android-developers] Re: Need help understanding crash report.

2011-05-15 Thread Nicholas Johnson
It sounds like you are trying to update an UI element from a non-UI thread. Are you using an AsyncTask, thread, IntentService, etc. and trying to update a UI element from it? Nick -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: need help with my Nexus S

2011-05-12 Thread GSDroid
yes I have tried to recovery but it didn't help either Thanks Gopal On May 12, 7:30 am, Jorge Luis jorgelferr...@gmail.com wrote: Have you tried to start it into recovery mode? With DEXT you have to turn the phone on holding the camera button, dunno is is the same with Nexus. Search 'bout

Re: [android-developers] Re: need help with my Nexus S

2011-05-12 Thread A Sitaram
Hi Gopal, build.prop is an important file and should be present in the update package which u r trying to install OTA. I think the update package is not proper. On Thu, May 12, 2011 at 11:33 PM, GSDroid gsridh...@gmail.com wrote: yes I have tried to recovery but it didn't help either Thanks

  1   2   3   >