[android-developers] Re: Custom theme for android DatePicker Dialog shows unpleasant border

2014-04-07 Thread Remo
Hi, Did you got solution for this issue On Saturday, August 4, 2012 5:00:33 PM UTC+5:30, smerag wrote: > > Hi, > I am trying to use a custom date picker dialog > for this I modified code as below > > @Override > protected Dialog onCreateDialog(int id) { > switch (id) { > case DATE_DIALOG_ID

[android-developers] Can any one please share the code to decryption the string with key(32 bytes)

2013-03-07 Thread Remo
Hi All, Can any one please share the code to decryp the string with key(32 bytes). Thanks C.Remo -- -- 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 unsubscrib

[android-developers] How to lock android phone with pin from code??? (screen lock)

2013-02-01 Thread Remo
Hi Everyone, How to do screen lock with PIN number from code??? Can anyone help me. Thx on advance Thanks, Remo -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] How to use offline map in my Application.

2012-07-06 Thread Remo
Hi All, In Android, how to use offline map in my Application. Thanks Remo -- 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] How to display static google map on android imageview?

2012-07-04 Thread Remo
e to pass the Url in Imge view String latEiffelTower = "48.858235"; String lngEiffelTower = "2.294571"; String url = "http://maps.google.com/maps/api/staticmap?center="; + latEiffelTower + "," + lngEiffelTower + "&zoom=15&size=200x200&sens

Re: [android-developers] How to use google static maps in android

2012-07-04 Thread Remo
Hi Henry, Can You please share the any sample code for static map Thanks Remo On Wednesday, July 4, 2012 5:07:14 PM UTC+5:30, eyedol wrote: > > You might want to use ImageView -- > http://developer.android.com/reference/android/widget/ImageView.html and > the static map

Re: [android-developers] How to use google static maps in android

2012-07-04 Thread Remo
Hi Rakesh, Can You please share the any sample code for static map Thanks Remo On Wednesday, July 4, 2012 5:31:44 PM UTC+5:30, Rakesh Rajput wrote: > > Dear Remo > > 1.remove overlay image > 2.remove current lat lon inside your code > > > On Wed, Jul 4, 2012 at 5:

[android-developers] How to use google static maps in android

2012-07-04 Thread Remo
Hi all, In my Android application I want to use google static maps, and I want to display markers at my current location. Please help me, its urgent Thanks Remo -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Google Chart Tools not working in Android WebView

2012-06-26 Thread Remo
Hi All, I am trying to load google chart api in webView. But doesn't show graphical image. I also allowed internet permission in manifest. For your reference i mention the my code below http://schemas.android.com/apk/res/android"; android:orientation="vertical" android:layout_width="fil

[android-developers] How to Use google chart API in android application?

2012-06-20 Thread Remo
Hi All, I need to create the chart in my android application. How to use google chart API in android application? Thanks C.Rajesh -- 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@go