[android-developers] Is this a candidate/job hunting group? Please avoid, tech discussion only

2017-02-11 Thread ramindroid
-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/96fb25d4-686c-4e85-9790-66d364a9f106%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to add icon n icon to button in AlertDialog?

2013-10-23 Thread ramindroid
Hi,

I need to show a Call icon along with Label Call on a positive button 
of alertDialog.
The icon should be just near the Label and both should be centered in 
between the button area.

When used *setCompoundDrawablesWithIntrinsicBounds* (LEFT, null,null, 
null), the icon touches the left side and label is in center. I need to 
remove the gap in between. Can you help me in achieving the same?

Regards
Raminder

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[android-developers] How to show an icon + label on a button in AlertDialog?

2013-10-23 Thread ramindroid
Hi,

I need to show a Call icon along with Label Call on a positive button 
of alertDialog.
The icon should be just near the Label and both should be centered in 
between the button area.

When used *setCompoundDrawablesWithIntrinsicBounds* (LEFT, null,null, 
null), the icon touches the left side and label is in center. I need to 
remove the gap in between. Can you help me in achieving the same?

Regards
Raminder

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[android-developers] Re: Re-configure/install widget on home screen

2011-09-27 Thread ramindroid
Can someone provide any feedback on below query?

Thanks.
--
 Hi,

 Suppose we have an area defined for widget frame. Now using
 ACTION_APPWIDGET_PICK intent via onLongPress() at home screen, we
 install a widget in that area. Now since onClick() and other events
 are now listened by widget itself, what can be best approach to re-
 launch Widget_List (using ACTION_APPWIDGET_PICK ) so that a new widget
 can be picked from list  re-installed in same area by deleting the
 earlier one?

 Thanks for your feedback.

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re-configure/install widget on home screen

2011-09-23 Thread ramindroid
Hi,

Suppose we have an area defined for widget frame. Now using
ACTION_APPWIDGET_PICK intent via onLongPress() at home screen, we
install a widget in that area. Now since onClick() and other events
are now listened by widget itself, what can be best approach to re-
launch Widget_List (using ACTION_APPWIDGET_PICK ) so that a new widget
can be picked from list  re-installed in same area by deleting the
earlier one?

Thanks for your feedback.

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Using RatingBar as Fav with one star

2011-04-04 Thread ramindroid
Hi,

I tried implementing the Favourite functionaity for any Contacts using
the RatingBar (having one Star).
I set the rating a 0.0 initially (with stepSize as 1.0). On clicking,
the star gets rating 1 (turns green) but further click to make it 0 is
not working ( on setting stepSize as 0.5, Its getting 0- 0.5 - 1.0 -
 0.5... but not to zero).
I tried using onClickListener but its still not executing onClick().
So my question is: Is this possible to achieve using RatingBar? To
implement the same, what another/best appraoch?
* I tried having two images in the listItem and on clicking ...
changin to another... but i want to have standard look n feel as
setting a favourite contact.

Please provide the inputs.

thanks.

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Using RatingBar as Fav with one star

2011-04-04 Thread ramindroid
Any update on this?

On Apr 4, 7:35 pm, ramindroid singhramin...@gmail.com wrote:
 Hi,

 I tried implementing the Favourite functionaity for any Contacts using
 the RatingBar (having one Star).
 I set the rating a 0.0 initially (with stepSize as 1.0). On clicking,
 the star gets rating 1 (turns green) but further click to make it 0 is
 not working ( on setting stepSize as 0.5, Its getting 0- 0.5 - 1.0 - 
 0.5... but not to zero).

 I tried using onClickListener but its still not executing onClick().
 So my question is: Is this possible to achieve using RatingBar? To
 implement the same, what another/best appraoch?
 * I tried having two images in the listItem and on clicking ...
 changin to another... but i want to have standard look n feel as
 setting a favourite contact.

 Please provide the inputs.

 thanks.

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Location of App downloaded from Market

2011-03-08 Thread ramindroid
Hi,
I have downloaded a app Location Spoofer from market on my device.
Now I need .apk file for the same app. I tried searching in device
using Eclipse having DDMS View - File Explorer. System apps are
listed under /system/app but i'm not able to see the downloaded apps.
Even /sdcard/downloaded is not showing that.  On clicking /data  /mnt
its showing blank.
1) Can we get an app's .apk from device if downloaded from market?
2) We have dev tools on emulator where package browser can be used to
see location (source) of the app? But how to use same search for
device?

Thanks

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: App working but GoogleMap not coming (proxy settings working)

2010-09-23 Thread ramindroid
Maps API key is correct. (I verified using in-correct API and got the
error in that case)
Internet permission for App are also given via manifest file.

Today saw another error in logs:
checkin failed: https://android.clients.google.com/checkin
UnknownhostException: android.clients.google.com

It seems access to this URL is blocked in my network (although proxy
wroks fine)

Can you share your inputs on this?

Thanks
Raminder

On Sep 22, 11:26 pm, TreKing treking...@gmail.com wrote:
 On Wed, Sep 22, 2010 at 7:07 AM, ramindroid singhramin...@gmail.com wrote:
  What can be the reason for actual maps not getting visible?

 Either your maps API key is not set correctly or you don't have the Internet
 permission.

 ---­--
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: App working but GoogleMap not coming (proxy settings working)

2010-09-23 Thread ramindroid
So what can be the fix for this issue?
Please share.

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] App working but GoogleMap not coming (proxy settings working)

2010-09-22 Thread ramindroid
Hi,

I have a very simple app showing current Position using GPS-Provider
in emulator. (Location is being picked up from emulator Control). If I
send any updated location, the new location also getting picked
(showing toast) and able to animate to new point. I'm working behind a
firewall (proxy enabled).
- App is showing the MapView but background is Grey with line-Grids
(not real google maps visible)
- Proxy is working fine.
What can be the reason for actual maps not getting visible? Do we need
to get access 'enabled' for any kind of URL (which might getting
blocked by firewall)?

Please suggest.

thanks
Raminder

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en