[android-developers]

2010-01-08 Thread Kather Jailani
sent.from.G1 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] Re: how can i check landscap orientation ?

2009-03-25 Thread Kather Jailani
Pls add andoid:configChanges=orientation|keyboard And override onConfigurationChanged and check the orientation against Configuration.ORIENTATION_LANDSCAPE or potrait On Mar 25, 2009 12:56 AM, Suman ipeg.stud...@gmail.com wrote: Hi Many thanks for replies. I actually want

[android-developers] Re: Learning JAVA

2009-03-11 Thread Kather Jailani
HI, Please try Europa. I had some compilation issues with Ganymede. Same code compiles and works in Europa. (I might have done something wrong with settings in Ganymede) On Wed, Mar 11, 2009 at 8:58 PM, JonnySnip3r jonnysni...@googlemail.comwrote: Hey guys was wondering if you could help me,

[android-developers] Re: Using custom jar files in Android app?

2009-03-05 Thread Kather Jailani
jars compiled only by android sdk are allowed On Fri, Mar 6, 2009 at 1:02 AM, iDeveloper ideveloper...@gmail.com wrote: Hi I have a third-party jar file which I would like to use in my Android application. Is it possible? Or are we restricted to using only those jar files which are provided

[android-developers] Re: Rotate PNG (Bitmap) around a set pivot

2009-03-04 Thread Kather Jailani
Draw a line from the pivot, do a XOR of the previously drawn line so that it will be undrawn/removed frm the screen then draw the new line, this how I did a small clock app in Windows On Mar 3, 2009 10:35 PM, xspotlivin dmbrown2...@gmail.com wrote: I'm creating an application that includes a

[android-developers] Re: How to use proxy server on the g1?

2009-03-02 Thread Kather Jailani
Http://androidcommunity.com/android-proxy-app-almost-allows-for-tethering-20081104 On Jan 30, 2009 11:52 AM, joff m...@j0ff.com wrote: Anyone figured this one out yet? On Jan 24, 9:38 pm, DJMoran danmo...@blueyonder.co.uk wrote: I also need the exact same help, my school uses a proxy server

[android-developers] Re: Distinguishing Between Edge and 3G network

2009-03-02 Thread Kather Jailani
Try getActiveNetworkInfo or getNetwokInfo methods On Mar 2, 2009 3:13 PM, rycerz1411 gregbugaj1...@gmail.com wrote: Is there a way to distinguish between Edge and 3G network? I have looked at the ConnectivityManager getType method but all it returns is MOBILE or WI_FI. For 3G i want to show

[android-developers] Re: how to application knows that the view of device changed from portrait to landscape.

2009-03-01 Thread Kather Jailani
hi, look for help on onConfigurationChanged event and check the orientaion against Configuration.ORIENTATION_LANDSCAPE / Configuration.ORIENTATION_PORTRAIT. This event expose config as a parameter as given below and also add android:configChanges to manifest onConfigurationChanged (Configuration

[android-developers] Re: How to Code following logic to make a turning effect of page.

2009-01-28 Thread Kather Jailani
Hi, You can do it, but you have cross the bridge...to Microsoft, please search for MSDN magazines(2008) for the logic, The algorithm is provided in one of the articles. On Wed, Jan 28, 2009 at 12:59 AM, tahera rabadi tahera.india...@gmail.comwrote: hello, Here, i m proposing a logic to make a