Re: [android-developers] Android how to convert multiple images in to single gif format..

2012-06-22 Thread RAJESH
Hi Mog , Is there any way to convert the images into the movie using FFMPEG in C ??? can you provide me a bit of code ? On Saturday, June 23, 2012 10:50:10 AM UTC+5:30, MagouyaWare wrote: > > Again, this has nothing to do with Android. There is nothing in the > Android API for doing this, AF

[android-developers] how to use ProGuard ?

2012-06-22 Thread ala hammad
hello all , i want to know how to use proguard ?? i do what document say but size of .apk same after use and before so there is something wrong .. i do thing like this : add proguard.config=proguard.cfg to project.properties and add new file proguard.cfg with setting .. but there is something wro

Re: [android-developers] Webservices

2012-06-22 Thread Justin Anderson
http://www.catb.org/~esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jun 22, 2012 at 11:47 PM, Yogeshkumar Tiwari < yogeshtiwari2...@gmail.com> wrote: > Hi frnds, > i want to display a records from the server

[android-developers] Webservices

2012-06-22 Thread Yogeshkumar Tiwari
Hi frnds, i want to display a records from the server so i how to do it through webservices.pls if any one have idea then help me. -- With Regards: Yogesh Tiwari (Android Developer) -- You received this message because you are subscribed to the Google Groups "Android Developers" group

[android-developers] Replacement of Home screen

2012-06-22 Thread chainz roid
Hello I'm creating Android device in Android Gingerbread 2_3_4. I don't want any apps to be display in my device. I just want to use my app only. so i planed to replace the android home with my package. I need to remove home and its functionality, instead of home screen i want

Re: [android-developers] Repeating alarm on specific day of the week

2012-06-22 Thread Keyur
Hi Mark, I also need to develop same kind of functionality. I need to repeat my alarm on every Monday at 09:00AM. I used the following code for that but I am unable to repeat the alarms. Can you please help me that where I am making mistake. *Activity :-* public class AndroidScheduledActivi

Re: [android-developers] Android how to convert multiple images in to single gif format..

2012-06-22 Thread Justin Anderson
Again, this has nothing to do with Android. There is nothing in the Android API for doing this, AFAIK... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jun 22, 2012 at 11:15 PM, RAJESH wrote: > Hi Mag, > we have this option in native codes

Re: [android-developers] Android how to convert multiple images in to single gif format..

2012-06-22 Thread RAJESH
Hi Mag, we have this option in native codes On Friday, June 22, 2012 9:18:05 PM UTC+5:30, MagouyaWare wrote: > > This has nothing to do with Android > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > On Fri, Jun 22, 2012 at 6:55 AM, RAJESH

[android-developers] Re: How to show my sdcard picture in the Camera ???

2012-06-22 Thread RAJESH
Hi Nobu , Thanks a lot for your advice .. you have mentioned like there is a way to make the screen in to a gif right .. May i know how to make a collection of pictures in to a gif image. because from my research i have found the solution for capturing the screenshots even out of app with the

Re: [android-developers] the Android layout blues

2012-06-22 Thread TreKing
On Fri, Jun 22, 2012 at 6:14 PM, Justin Anderson wrote: > That might work... I seem to recall a similar situation where I couldn't > get it to work until I used a RelativeLayout. It had something to do with > the scrolling nature of ListView... But I may be completely wrong on that. I recently

Re: [android-developers] the Android layout blues

2012-06-22 Thread Justin Anderson
> > Look at LinearLayout and the weight attribute. In your case, the button > with no weight and the ListView with weight set to 1 will tell the > LinearLayout "give the button the room it needs, the fill the rest with the > ListView. > That might work... I seem to recall a similar situation where

Re: [android-developers] the Android layout blues

2012-06-22 Thread TreKing
On Fri, Jun 22, 2012 at 4:07 PM, bob wrote: > Am I the only one who is continuously baffled by Android layouts? > Probably not. > > Basically, I have a ListView that's on top of a button. The button's > height should be wrap_content. The ListView height should be whatever's > left. Anyone kno

Re: [android-developers] the Android layout blues

2012-06-22 Thread Justin Anderson
What have you tried? You should be able to use a relative layout. Use the layout_below attribute on the listview to tell it to be below the button... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jun 22, 2012 at 3:07 PM, bob wrote: > Am I the o

[android-developers] the Android layout blues

2012-06-22 Thread bob
Am I the only one who is continuously baffled by Android layouts? Can someone help me with this layout problem I'm struggling with? Basically, I have a ListView that's on top of a button. The button's height should be wrap_content. The ListView height should be whatever's left. Anyone kno

[android-developers] Top Developer?

2012-06-22 Thread Robert Nekic
Is there a process for being considered for the Top Developer designation on Google Play? The only reference to it that I can find is here ( http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=1295940) and all it says on the matter is they are "chosen by the Googl

Re: [android-developers] Keytool-error

2012-06-22 Thread Fred Stluka
On Sunday, August 9, 2009 7:27:31 AM UTC-4, Mark Murphy wrote: > > http://mortalpowers.com/news/android-development-error-incorrect-ava-format > Solved my problem. Thanks! --Fred Stluka -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To p

Re: [android-developers] Career for a Android Developer

2012-06-22 Thread John Bachus
Why settle for anything less than a googol? ;-) - Original Message - From: Justin Anderson Sent: 06/20/12 01:12 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] Career for a Android Developer 150 million billion dollars Thanks, Justin Anderson MagouyaWare

[android-developers] Re: How to show my sdcard picture in the Camera ???

2012-06-22 Thread Nobu Games
> > Hi NobuGames, > I think your third point is almost correct with my question . In the > third point you have given valid point.. > But i need something different. like i should open the camera hardware > with the intent .. but i dont want to show the camera preview in my app. > it should

Re: [android-developers] Alarms not arriving in ICS

2012-06-22 Thread Dianne Hackborn
You should definitely find out what device this is happening on. On Fri, Jun 22, 2012 at 4:06 AM, String wrote: > I'm getting a steady trickle of reports from ICS users that two separate > app features are not working reliably on their devices, and I'm hoping > someone else here has some experien

Re: [android-developers] Re: Help converting iPhone app to Android

2012-06-22 Thread Kristopher Micinski
On Fri, Jun 22, 2012 at 11:59 AM, Nobu Games wrote: > I'm pretty opinionated about that topic because I had to create these fake > web apps running on phones for almost a year at my old workplace. And it > simply didn't really grow on me :-) > I'm just saying, it's not like it's not possible, and

[android-developers] Re: ICS : Create a proxy to catch html file and modifying it

2012-06-22 Thread Nobu Games
What exactly are you trying to do? Are you talking about changing the HTML code for a WebView within your own app or do you want to set up a general proxy on you tablet that influences all other (browser) apps too? -- You received this message because you are subscribed to the Google Groups "An

Re: [android-developers] Re: Help converting iPhone app to Android

2012-06-22 Thread Nobu Games
I'm pretty opinionated about that topic because I had to create these fake web apps running on phones for almost a year at my old workplace. And it simply didn't really grow on me :-) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To pos

Re: [android-developers] App review time

2012-06-22 Thread Justin Anderson
Umm You should probably contact Sony for a question like this... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Jun 20, 2012 at 8:52 AM, Jay Mandevia wrote: > hi i have added a app to the sony developer portal and it has been a very > long tim

[android-developers] Re: Finding display width in dp

2012-06-22 Thread Nobu Games
dp = Math.ceil(pixels / density) or dp = (int) (pixels / density + 0.5) -- 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] Android how to convert multiple images in to single gif format..

2012-06-22 Thread Justin Anderson
This has nothing to do with Android Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jun 22, 2012 at 6:55 AM, RAJESH wrote: > Hi all , > > Anyone here can advice me , How to convert the multiple images into the > Single GIF format. ?? > > Thanks ,

Re: [android-developers] Re: Help converting iPhone app to Android

2012-06-22 Thread Kristopher Micinski
On Fri, Jun 22, 2012 at 11:37 AM, Nobu Games wrote: > To my knowledge phonegap runs in a WebView and provides JavaScript functions > for interfacing with device features. You can never ever get native app > performance out of a web app. > While that's true to some extent, it's getting better than

[android-developers] Re: Finding display width in dp

2012-06-22 Thread CuGBabyBeaR
DisplayMetrics can return density , I think you can do some calculation... 在 2012年6月22日星期五UTC+8下午11时11分26秒,Raghav Sood写道: > > Hi, > > Does android have any method that returns the display width in dp? > DisplayMetrics only seems to return the scale factor and exact pixels as > far as I could tel

[android-developers] Re: How to optimize rendering speed in webview

2012-06-22 Thread Nobu Games
I have to agree, unfortunately Android's webkit pales compared to its iPhone brother. Have you tried to do that the "clean" way by constructing DOM nodesin JavaScript instead of letting it parse the HTML? This should speed up the process. Oth

[android-developers] Re: How can I keep my database on an SD card and use ORMLite?

2012-06-22 Thread jc
http://lmgtfy.com/?q=ormlite+sdcard+database On Thursday, June 21, 2012 9:32:06 PM UTC-5, Italo Mendonça Rocha wrote: > > I use ORMLite to work with my database, and I faced with problem how keep > database on sd card. Can anyone help me with this? -- You received this message because you are

[android-developers] DEFECT(?) on the new Google 'Subscription' payment method(wrongly reconize purchase status?).

2012-06-22 Thread Build Account
Hello. I have started bit aggressive subject since I believe payment issue is very important. Some of app (Like Glu mobile's games) which already apply this Subscription method also working weired with the process. Please everybody follow below description to verify whether this is a problem

[android-developers] Re: Help converting iPhone app to Android

2012-06-22 Thread Nobu Games
To my knowledge phonegap runs in a WebView and provides JavaScript functions for interfacing with device features. You can never ever get native app performance out of a web app. Especially the rendering is slow on Android's WebView, because all these nice little webkit CSS transformations are

Re: [android-developers] Finding display width in dp

2012-06-22 Thread Justin Anderson
http://developer.android.com/guide/practices/screens_support.html#dips-pels Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jun 22, 2012 at 9:11 AM, Raghav Sood wrote: > Hi, > > Does android have any method that returns the display width in dp? >

[android-developers] Re: Destroy WebView without leaking window

2012-06-22 Thread Nobu Games
I need to ask why are you trying to do that or what are you trying to accomplish? I'm asking because these dialogs are modal. All interaction and app reactions are meant to take place within the scope of that dialog until *the user* makes it disappear by pressing a button. It is pretty unusual

[android-developers] Finding display width in dp

2012-06-22 Thread Raghav Sood
Hi, Does android have any method that returns the display width in dp? DisplayMetrics only seems to return the scale factor and exact pixels as far as I could tell from the docs, or did I miss something? If not, is there an exact formula I could use to calculate the display width in dp? Thanks

Re: [android-developers] Re: Share android internet connection through bluetooth/ppp

2012-06-22 Thread Robert Greenwalt
Ah, but you just want to use serial profile - that would be different. Sorry - don't have suggestions for you, but it should be doable. Good luck On Fri, Jun 22, 2012 at 8:00 AM, Robert Greenwalt wrote: > I think android HC and ICS already support the use of BT for the internet > connection. >

Re: [android-developers] Re: Share android internet connection through bluetooth/ppp

2012-06-22 Thread Robert Greenwalt
I think android HC and ICS already support the use of BT for the internet connection. On Tue, Jun 19, 2012 at 12:48 PM, Sayooj valsan wrote: > Hi Micheal, > > I am also looking for a solution for Android. > I need to implemet ppp link. Do let me know if you got this done already. > > chapooty@gm

Re: [android-developers] Re: Is Java 7 ok to use now?

2012-06-22 Thread Daniel Drozdzewski
On 22 June 2012 15:17, Chrystian Vieyra wrote: > I have been using Java 7 for the past few months and so far I have not had > any issues. Do you mean that you have not had any issues as long as compiler compliance is set to 1.6 or 1.5 ? > > > On Thursday, June 21, 2012 12:54:14 PM UTC-5, Spook

Re: [android-developers] Re: Is Java 7 ok to use now?

2012-06-22 Thread Jim Graham
On Fri, Jun 22, 2012 at 07:17:59AM -0700, Chrystian Vieyra wrote: > I have been using Java 7 for the past few months and so far I have not had > any issues. Well, I guess now I know why I'm still confused on this one. Is this a case where it works for some, and not others? Or have the problems

[android-developers] Re: Is Java 7 ok to use now?

2012-06-22 Thread Chrystian Vieyra
I have been using Java 7 for the past few months and so far I have not had any issues. On Thursday, June 21, 2012 12:54:14 PM UTC-5, Spooky wrote: > > Last I heard, Java 7 and the SDK weren't getting along with each other > very well (if at all). Is this still the case? Or is Java 7 ok now? >

[android-developers] Re: Two things holding up my app. Any suggestions?

2012-06-22 Thread Shino
Thanks String for the info. This is all pretty new to me and though I have been in development for a long time, I'm still learning Android best practices. I'm going to try the Broadcast and see if that works with the AsyncTask. If it doesn't, I will turn the AsyncTask into a Service and try ag

[android-developers] Re: Using ExpandableListView and Fragment in same layout.

2012-06-22 Thread Jose_GD
Ah, I 've found this too: http://code.google.com/p/android/issues/detail?id=20973 El jueves, 29 de septiembre de 2011 11:58:53 UTC-3, Akhilesh Mani Tiwari escribió: > > Hi, > > I want to use ExpandableListView and Fragment class in same XML layout as > ExpandableListView on left of screen and

[android-developers] Re: Using ExpandableListView and Fragment in same layout.

2012-06-22 Thread Jose_GD
It's not supported. There's no equivalent Fragment subclass as ListFragment for ExpandableListView. It should be ExpandableListFragment, but it's not in the SDK. Some people have coded a customized view for this, take a look at this (I have not tried it): http://stackoverflow.com/questions/106

Re: [android-developers] Promotional Copies of App

2012-06-22 Thread Adam Ratana
Really hoping this is something that can happen soon. Or even being able to "gift" an app in the worst case. I've ported an app to iOS and being able to provide up to 50 promotional copies per release is how they do things. It's pretty awesome to be able to give your work to fellow developer

[android-developers] Android how to convert multiple images in to single gif format..

2012-06-22 Thread RAJESH
Hi all , Anyone here can advice me , How to convert the multiple images into the Single GIF format. ?? Thanks , Rajesh 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@googleg

Re: [android-developers] android audio route

2012-06-22 Thread Mark Murphy
On Fri, Jun 22, 2012 at 7:10 AM, Smartfire wrote: > i don't know  how to route media playback into an active telephone > call , please anyone can show me a way ? Other than using speakerphone mode, this is not supported. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github

[android-developers] Re: Destroy WebView without leaking window

2012-06-22 Thread Pent
>Have you tried subclassing WebView and calling super.destroy() from >onDetachedFromWindow()? Calling webView.destroy() is not a problem, I do that before calling finish() on the activity. Nevertheless I tried what you suggest with the same result, unfortunately. Even after the webView.destroy()

[android-developers] android audio route

2012-06-22 Thread Smartfire
Dear Android experts: i don't know how to route media playback into an active telephone call , please anyone can show me a way ? is there any sample i can refer ? thank you very much! best regard! 2012-06-22 Smartfire 发件人:String 发送时间:2012-06-22 18:35 主题:[android-develope

[android-developers] Alarms not arriving in ICS

2012-06-22 Thread String
I'm getting a steady trickle of reports from ICS users that two separate app features are not working reliably on their devices, and I'm hoping someone else here has some experience they can share. Both features involve Alarms; both are working fine on my Galaxy Nexus, and I've had no reports o

[android-developers] Re: Two things holding up my app. Any suggestions?

2012-06-22 Thread String
On Wednesday, June 20, 2012 5:06:24 PM UTC+2, Shino wrote: For my second issue... Accessing an AsyncTask from a Notification's > PendingIntent ... Could I put a BroadcastReceiver in the AsyncTask then > send a broadcast on user interaction with the dialog? That was the next > option I was goin

Re: [android-developers] How can I create my own PID/VID driver

2012-06-22 Thread Mark Murphy
On Thu, Jun 21, 2012 at 9:19 PM, Chen.Blake wrote: > I am sorry that I am confusing with "creating applications using the Android > SDK". > If I have a device with my own PID/VID, how can I make the driver instead of > modifying the android_winusb.inf? Step #1: Visit http://source.android.com St

Re:: [android-developers] Destroy WebView without leaking window

2012-06-22 Thread Kostya Vasilyev
Have you tried subclassing WebView and calling super.destroy() from onDetachedFromWindow()? 22.06.2012 14:07 пользователь "Pent" написал: > If I have a WebView showing a javascript alert dialog, I can't find a > way to leave the current activity (the one with the WebView) without > getting the d

[android-developers] Destroy WebView without leaking window

2012-06-22 Thread Pent
If I have a WebView showing a javascript alert dialog, I can't find a way to leave the current activity (the one with the WebView) without getting the dreaded "activity blah has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView@41463258 that was originally added here" because t

[android-developers] Re: How can I get this two angel ? Please help me

2012-06-22 Thread CuGBabyBeaR
Oh , finally this post comes out 3 days later. I am new here, and thanks for group owner . 在 2012年6月21日星期四UTC+8上午12时24分20秒,CuGBabyBeaR写道: > > I'm a Chinese and sorry about my English is not good . > > That is my problem: > How can I get two angel? > angel 1. angel between device surface and the

[android-developers] Re: list_selector_background_focused.9.png missing in ldpi

2012-06-22 Thread powder366
Just did see case 33515 On Jun 22, 10:31 am, Marcin Orlowski wrote: > I suspect it's by mistake. Fill a bug at b.android.com > > Regards, > Marcin Orlowski > > *Tray Agenda * - keep you daily schedule handy... > *Date In Tray* - current date

Re: [android-developers] list_selector_background_focused.9.png missing in ldpi

2012-06-22 Thread Marcin Orlowski
I suspect it's by mistake. Fill a bug at b.android.com Regards, Marcin Orlowski *Tray Agenda * - keep you daily schedule handy... *Date In Tray* - current date at glance... WebnetMobile on *Facebook *, *Google+*<

[android-developers] ICS : Create a proxy to catch html file and modifying it

2012-06-22 Thread MegamanX
Hello ! I want to set up a proxy in code on my Galaxy Tab, with ICS, to catch some html file and write content in it before it is read by the web browser. I have trouble to create the proxy and have no idea how to do the catch stuff. Can't some can help me or give me some advices ? Here is how I

Re: [android-developers] Get all AVD's to use the same SD card

2012-06-22 Thread hwrdprkns
Yep, you are totally right. Thanks for responding. I was trying to look for the SD Card in a hidden folder >.< On Wednesday, June 20, 2012 11:43:55 PM UTC-7, TreKing wrote: > > On Wed, Jun 20, 2012 at 6:23 PM, hwrdprkns wrote: > >> I was wondering if it was possible to get all of my AVD devices